/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64-inl.h | 27 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 …]
|
D | assembler-arm64-inl.h | 44 inline bool CPURegister::IsZero() const { in IsZero() function 295 bool Operand::IsZero() const { 299 return reg().IsZero(); 381 DCHECK(base.Is64Bits() && !base.IsZero()); 393 DCHECK(base.Is64Bits() && !base.IsZero()); 410 DCHECK(base.Is64Bits() && !base.IsZero()); 417 DCHECK(base.Is64Bits() && !base.IsZero());
|
/third_party/vixl/src/aarch64/ |
D | operands-aarch64.cc | 209 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()
|
D | macro-assembler-aarch64.h | 1131 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 …]
|
D | macro-assembler-sve-aarch64.cc | 188 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()); // Handled by IsEquivalentToScalar. in CalculateSVEAddress() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | barrier.cc | 24 static bool IsZero(void *arg) { in IsZero() function 39 this->lock_.Await(Condition(IsZero, &this->num_to_block_)); in Block()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_record_synonymous_constants.cpp | 97 return constant2->IsZero(); in AreEquivalentConstants() 101 return constant1->IsZero(); in AreEquivalentConstants()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_record_synonymous_constants.cpp | 97 return constant2->IsZero(); in AreEquivalentConstants() 101 return constant1->IsZero(); in AreEquivalentConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_record_synonymous_constants.cpp | 97 return constant2->IsZero(); in AreEquivalentConstants() 101 return constant1->IsZero(); in AreEquivalentConstants()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_rect.h | 99 bool IsZero () const; 103 return !IsZero (); in NotZero() 271 bool IsZero () const; 275 return !IsZero (); in NotZero()
|
D | dng_rect.cpp | 34 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Instruction.h | 252 bool IsZero; variable 260 IsZero(false), IndependentFromDef(false) {} in ReadState() 282 bool isReadZero() const { return IsZero; } in isReadZero() 283 void setReadZero() { IsZero = true; } in setReadZero()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | fold.cpp | 305 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()
|
D | constants.h | 128 virtual bool IsZero() const { return false; } in IsZero() function 155 bool IsZero() const override { in IsZero() function 301 bool IsZero() const override { in IsZero() function 303 if (!c->IsZero()) { in IsZero() 443 bool IsZero() const override { return true; } in IsZero() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold.cpp | 305 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()
|
D | constants.h | 128 virtual bool IsZero() const { return false; } in IsZero() function 155 bool IsZero() const override { in IsZero() function 301 bool IsZero() const override { in IsZero() function 303 if (!c->IsZero()) { in IsZero() 443 bool IsZero() const override { return true; } in IsZero() function
|
/third_party/spirv-tools/source/opt/ |
D | fold.cpp | 305 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()
|
D | constants.h | 128 virtual bool IsZero() const { return false; } in IsZero() function 155 bool IsZero() const override { in IsZero() function 301 bool IsZero() const override { in IsZero() function 303 if (!c->IsZero()) { in IsZero() 443 bool IsZero() const override { return true; } in IsZero() function
|
/third_party/vixl/src/ |
D | utils-vixl.cc | 52 bool IsZero(Float16 value) { in IsZero() function 247 } else if (IsZero(rhs) && IsZero(*this)) { in operator ==()
|
/third_party/gn/src/base/ |
D | atomic_ref_count.h | 51 bool IsZero() const { in IsZero() function
|
/third_party/cef/include/base/ |
D | cef_atomic_ref_count.h | 93 bool IsZero() const { in IsZero() function
|
/third_party/cef/libcef_dll/base/ |
D | cef_ref_counted.cc | 26 return !ref_count_.IsZero(); in HasAtLeastOneRef()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | char_map_test.cc | 64 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/ |
D | ShaderCompileTreeTest.h | 61 bool IsZero(TIntermNode *node);
|
/third_party/cef/include/ |
D | cef_base.h | 116 bool HasAtLeastOneRef() const { return !ref_count_.IsZero(); } in HasAtLeastOneRef()
|