Home
last modified time | relevance | path

Searched refs:IsZero (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h27 DCHECK(!rd.IsZero()); in And()
34 DCHECK(!rd.IsZero()); in Ands()
46 DCHECK(!rd.IsZero()); in Bic()
53 DCHECK(!rd.IsZero()); in Bics()
60 DCHECK(!rd.IsZero()); in Orr()
67 DCHECK(!rd.IsZero()); in Orn()
74 DCHECK(!rd.IsZero()); in Eor()
81 DCHECK(!rd.IsZero()); in Eon()
178 DCHECK(!rd.IsZero()); in Neg()
194 DCHECK(!rd.IsZero()); in Adc()
[all...]
H A Dassembler-arm64-inl.h44 inline bool CPURegister::IsZero() const { in IsZero() function in v8::internal::CPURegister
295 bool Operand::IsZero() const { in IsZero() function in v8::internal::Operand
299 return reg().IsZero(); in IsZero()
381 DCHECK(base.Is64Bits() && !base.IsZero()); in MemOperand()
393 DCHECK(base.Is64Bits() && !base.IsZero()); in MemOperand()
410 DCHECK(base.Is64Bits() && !base.IsZero()); in MemOperand()
417 DCHECK(base.Is64Bits() && !base.IsZero()); in MemOperand()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h1131 VIXL_ASSERT(!rd.IsZero()); in Adr()
1137 VIXL_ASSERT(!rd.IsZero()); in Adrp()
1143 VIXL_ASSERT(!rd.IsZero()); in Asr()
1144 VIXL_ASSERT(!rn.IsZero()); in Asr()
1150 VIXL_ASSERT(!rd.IsZero()); in Asr()
1151 VIXL_ASSERT(!rn.IsZero()); in Asr()
1152 VIXL_ASSERT(!rm.IsZero()); in Asr()
1181 VIXL_ASSERT(!rd.IsZero()); in Bfm()
1182 VIXL_ASSERT(!rn.IsZero()); in Bfm()
1191 VIXL_ASSERT(!rd.IsZero()); in Bfi()
[all...]
H A Doperands-aarch64.cc209 bool Operand::IsZero() const { in IsZero() function in vixl::aarch64::Operand
213 return GetRegister().IsZero(); in IsZero()
244 VIXL_ASSERT(base.Is64Bits() && !base.IsZero()); in MemOperand()
259 VIXL_ASSERT(base.Is64Bits() && !base.IsZero()); in MemOperand()
279 VIXL_ASSERT(base.Is64Bits() && !base.IsZero()); in MemOperand()
292 VIXL_ASSERT(base.Is64Bits() && !base.IsZero()); in MemOperand()
337 } else if (GetRegisterOffset().IsZero()) { in IsEquivalentToPlainRegister()
416 return GetScalarOffset().IsZero(); in IsEquivalentToScalar()
H A Dassembler-aarch64.cc2078 VIXL_ASSERT(!rd.IsZero() && !rn.IsZero() && !rs.IsZero()); in cpye()
2088 VIXL_ASSERT(!rd.IsZero() && !rn.IsZero() && !rs.IsZero()); in cpyen()
2098 VIXL_ASSERT(!rd.IsZero() && !rn.IsZero() && !rs.IsZero()); in cpyern()
2108 VIXL_ASSERT(!rd.IsZero() in cpyewn()
[all...]
H A Dmacro-assembler-sve-aarch64.cc188 if (xd.IsZero()) return; in Addpl()
189 if (xn.IsZero() && xd.IsSP()) { in Addpl()
197 if (IsInt6(multiplier) && !xn.IsZero()) { in Addpl()
210 VIXL_ASSERT(xn.IsZero()); // Other cases were handled with `addpl`. in Addpl()
237 if (xn.IsZero()) { in Addpl()
259 if (xd.IsZero()) return; in Addvl()
260 if (xn.IsZero() && xd.IsSP()) { in Addvl()
268 if (xn.IsZero()) { in Addvl()
294 if (xn.IsZero()) { in Addvl()
348 VIXL_ASSERT(!offset.IsZero()); // Handle in CalculateSVEAddress()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
39 this->lock_.Await(Condition(IsZero, &this->num_to_block_)); in Block()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_rect.h99 bool IsZero () const;
103 return !IsZero (); in NotZero()
271 bool IsZero () const;
275 return !IsZero (); in NotZero()
H A Ddng_rect.cpp34 bool dng_rect::IsZero () const in IsZero() function in dng_rect
55 bool dng_rect_real64::IsZero () const in IsZero() function in dng_rect_real64
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
H A Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function in spvtools::opt::analysis::Constant
155 bool IsZero() const override {
301 bool IsZero() const override {
303 if (!c->IsZero()) {
443 bool IsZero() const override { return true; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
H A Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function in spvtools::opt::analysis::Constant
155 bool IsZero() const override {
301 bool IsZero() const override {
303 if (!c->IsZero()) {
443 bool IsZero() const override { return true; }
/third_party/benchmark/src/
H A Dbenchmark_api_internal.cc50 if (!IsZero(benchmark->min_time_)) { in BenchmarkInstance()
54 if (!IsZero(benchmark->min_warmup_time_)) { in BenchmarkInstance()
/third_party/spirv-tools/source/opt/
H A Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function in spvtools::opt::analysis::Constant
155 bool IsZero() const override {
301 bool IsZero() const override {
303 if (!c->IsZero()) {
443 bool IsZero() const override { return true; }
H A Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h252 bool IsZero; member in llvm::mca::ReadState
260 IsZero(false), IndependentFromDef(false) {} in ReadState()
282 bool isReadZero() const { return IsZero; } in isReadZero()
283 void setReadZero() { IsZero = true; } in setReadZero()
/third_party/gn/src/base/
H A Datomic_ref_count.h51 bool IsZero() const { in IsZero() function in base::AtomicRefCount
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dchar_map_test.cc64 ASSERT_TRUE(nothing_map.IsZero()); in TEST()
65 ASSERT_TRUE(!lets.IsZero()); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderCompileTreeTest.h61 bool IsZero(TIntermNode *node);
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.cc269 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) { in ReducePhi()
280 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) { in ReducePhi()
409 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) { in ReduceSelect()
420 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) { in ReduceSelect()
/third_party/vixl/src/
H A Dutils-vixl.cc52 bool IsZero(Float16 value) { in IsZero() function
247 } else if (IsZero(rhs) && IsZero(*this)) { in operator ==()

Completed in 37 milliseconds

1234