HomeSort by relevance Sort by last modified time
    Searched refs:IsOne (Results 1 - 17 of 17) sorted by null

  /external/libchrome/base/memory/
ref_counted.cc 21 return ref_count_.IsOne();
  /external/libchrome/base/
atomic_ref_count.h 46 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; }
  /art/compiler/optimizing/
instruction_simplifier_x86_shared.cc 132 return cst != nullptr && cst->IsOne() && other == sub->GetLeastConstantLeft();
instruction_simplifier_shared.cc 44 if ((input_binop->GetConstantRight() != nullptr) && input_binop->GetConstantRight()->IsOne()) {
63 input_binop->GetLeft()->AsConstant()->IsOne()) {
constant_folding.cc 306 (cst_right->IsOne() || cst_right->IsMinusOne())) ||
common_arm64.h 262 return constant->IsZeroBitPattern() || constant->IsOne() || constant->IsMinusOne();
instruction_simplifier.cc     [all...]
nodes.h     [all...]
  /art/runtime/verifier/
reg_type_test.cc 97 EXPECT_FALSE(bool_reg_type.IsOne());
130 EXPECT_FALSE(byte_reg_type.IsOne());
163 EXPECT_FALSE(char_reg_type.IsOne());
196 EXPECT_FALSE(short_reg_type.IsOne());
229 EXPECT_FALSE(int_reg_type.IsOne());
262 EXPECT_FALSE(long_reg_type.IsOne());
295 EXPECT_FALSE(float_reg_type.IsOne());
328 EXPECT_FALSE(double_reg_type.IsOne());
    [all...]
reg_type.h 130 virtual bool IsOne() const { return false; }
758 bool IsOne() const override {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 509 void applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, bool IsOne,
    [all...]
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 462 // IsOne controls whether we look for a 0 or a 1.
463 auto tryUniqueRetValOptFor = [&](bool IsOne) {
466 if (Target.RetVal == (IsOne ? 1 : 0)) {
482 Value *Cmp = B.CreateICmp(IsOne ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 405 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0);
408 return HasDenormals ^ IsOne;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
TcgStorageCore.h 87 UINT8 IsOne : 1;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
TcgStorageCore.c 477 ShortAtom.ShortAtomBits.IsOne = 1;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp 365 bool SCEV::isOne() const {
367 return SC->getValue()->isOne();
471 if (CI->isOne()) {
493 if (CI->isOne() &&
879 if (Denominator->isOne()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 332 milliseconds