/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 73 return Zero.isAllOnesValue(); in isZero() 79 return One.isAllOnesValue(); in isAllOnes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 52 !DB.getDemandedBits(J).isAllOnesValue()) { in clearAssumptionsOfUsers() 83 !DB.getDemandedBits(K).isAllOnesValue()) in clearAssumptionsOfUsers()
|
D | LoopPredication.cpp | 501 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep() 731 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck() 895 assert(Step->isAllOnesValue() && "Step should be -1!"); in parseLoopLatchICmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 87 if (!C->isAllOnesValue()) in decomposeBitTestICmp() 94 if (!C->isAllOnesValue()) in decomposeBitTestICmp()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 87 if (!C->isAllOnesValue()) in decomposeBitTestICmp() 94 if (!C->isAllOnesValue()) in decomposeBitTestICmp()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 56 !DB.getDemandedBits(J).isAllOnesValue()) { in clearAssumptionsOfUsers() 87 !DB.getDemandedBits(K).isAllOnesValue()) in clearAssumptionsOfUsers()
|
D | LoopPredication.cpp | 503 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep() 733 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck() 897 assert(Step->isAllOnesValue() && "Step should be -1!"); in parseLoopLatchICmp()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Constant.h | 61 bool isAllOnesValue() const;
|
/external/llvm/include/llvm/IR/ |
D | Constant.h | 59 bool isAllOnesValue() const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Constant.h | 64 bool isAllOnesValue() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constant.h | 62 bool isAllOnesValue() const;
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | KnownBits.h | 73 return Zero.isAllOnesValue(); in isZero() 79 return One.isAllOnesValue(); in isAllOnes()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAtomicRMW.cpp | 83 return C->isAllOnesValue(); in isSaturating()
|
D | InstCombineSimplifyDemanded.cpp | 266 if (match(I->getOperand(1), m_APInt(C)) && !C->isAllOnesValue()) { in SimplifyDemandedUseBits() 267 if ((*C | ~DemandedMask).isAllOnesValue()) { in SimplifyDemandedUseBits() 1066 if (DemandedElts.isAllOnesValue()) in SimplifyDemandedVectorElts() 1222 DemandedElts.isAllOnesValue()) { in SimplifyDemandedVectorElts() 1484 else if (CElt->isAllOnesValue()) in SimplifyDemandedVectorElts() 1530 if (UndefElts.isAllOnesValue()) in SimplifyDemandedVectorElts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAtomicRMW.cpp | 81 return C->isAllOnesValue(); in isSaturating()
|
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 171 return RHS.isAllOnesValue(); in isSignBitCheck() 174 return RHS.isAllOnesValue(); in isSignBitCheck()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 386 !cast<ConstantInt>(UnderlyingObject)->isAllOnesValue(), in visitMemoryReference() 519 return KnownZero.isAllOnesValue(); in isZero() 540 if (KnownZero.isAllOnesValue()) in isZero()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1057 if (!DemandedBits.isAllOnesValue() || !DemandedSubElts.isAllOnesValue() || in SimplifyDemandedBits() 1058 !DemandedSrcElts.isAllOnesValue()) { in SimplifyDemandedBits() 1087 if (!DemandedBits.isAllOnesValue() || !DemandedSrcElts.isAllOnesValue()) { in SimplifyDemandedBits() 1221 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits() 1268 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits() 1311 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits() 1356 if (!C->isAllOnesValue() && in SimplifyDemandedBits() 1365 if (!C || !C->isAllOnesValue()) in SimplifyDemandedBits() 1662 if (!InDemandedMask.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits() 2067 if (!DemandedSrcBits.isAllOnesValue() || in SimplifyDemandedBits() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 256 else if (RHS.isAllOnesValue()) in MakeSymIntVal() 263 else if (RHS.isAllOnesValue()) { in MakeSymIntVal() 413 if (LHSValue.isAllOnesValue() && LHSValue.isSigned()) in evalBinOpNN()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 103 if (EltUndef.isAllOnesValue()) { in extractConstantMask()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 223 return C1I->isOne() || C1I->isAllOnesValue() || in isSelect01() 224 C2I->isOne() || C2I->isAllOnesValue(); in isSelect01() 520 if (Pred == ICmpInst::ICMP_SGT && Cmp->isAllOnesValue()) { in visitSelectInstWithICmp() 532 if (C2->isAllOnesValue()) in visitSelectInstWithICmp()
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantRange.cpp | 208 if (V.isAllOnesValue()) in makeExactMulNSWRegion() 1148 if (!NegR.Lower.isAllOnesValue()) { in sdiv() 1150 if (RHS.Lower.isAllOnesValue()) in sdiv() 1307 if (Other.isSingleElement() && Other.getSingleElement()->isAllOnesValue()) in binaryXor() 1309 if (isSingleElement() && getSingleElement()->isAllOnesValue()) in binaryXor()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 46 if (CV->isAllOnesValue()) return Constant::getAllOnesValue(DstTy); in BitCastConstantVector() 245 if (RHSC->isAllOnesValue()) in ExtractConstantBytes() 729 if (Cond->isAllOnesValue()) return V1; in ConstantFoldSelectInstruction() 1048 if (CI2->isAllOnesValue()) in ConstantFoldBinaryInstruction() 1086 if (CI2->isAllOnesValue()) in ConstantFoldBinaryInstruction() 1137 if (C2V.isAllOnesValue() && C1V.isMinSignedValue()) in ConstantFoldBinaryInstruction() 1145 if (C2V.isAllOnesValue() && C1V.isMinSignedValue()) in ConstantFoldBinaryInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 101 if (EltUndef.isAllOnesValue()) { in extractConstantMask()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 241 if (CI->isAllOnesValue()) in CreateAssert()
|