/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 275 BO->setIsExact(false); in GetShiftedValue() 297 BO->setIsExact(false); in GetShiftedValue() 620 NewLShr->setIsExact(I.isExact()); in FoldShiftByConstant() 639 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant() 656 NewShr->setIsExact(true); in FoldShiftByConstant() 774 I.setIsExact(); in visitLShr() 819 I.setIsExact(); in visitAShr()
|
D | InstCombineMulDivRem.cpp | 61 I->setIsExact(); in simplifyValueKnownNonZero() 841 BO->setIsExact(I.isExact()); in commonIDivTransforms() 869 BO->setIsExact(I.isExact()); in commonIDivTransforms() 980 LShr->setIsExact(); in foldUDivPow2Cst() 1009 LShr->setIsExact(); in foldUDivShl() 1082 BO->setIsExact(); in visitUDiv() 1181 BO->setIsExact(I.isExact()); in visitSDiv() 1194 BO->setIsExact(I.isExact()); in visitSDiv() 1204 BO->setIsExact(I.isExact()); in visitSDiv()
|
D | InstCombineSimplifyDemanded.cpp | 666 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact()); in SimplifyDemandedUseBits() 889 New->setIsExact(true); in SimplifyShrShlDemandedBits()
|
D | InstCombineVectorOps.cpp | 741 New->setIsExact(BO->isExact()); in buildNew()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 107 void Instruction::setIsExact(bool b) { in setIsExact() function in Instruction 108 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact() 229 setIsExact(PE->isExact()); in copyIRFlags() 247 setIsExact(isExact() & PE->isExact()); in andIRFlags()
|
D | Constants.cpp | 2907 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact); in getAsInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 237 BO->setIsExact(true); 243 BO->setIsExact(true); 249 BO->setIsExact(true); 352 void setIsExact(bool b = true);
|
D | Operator.h | 134 void setIsExact(bool B) { in setIsExact() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 266 BO->setIsExact(false); in GetShiftedValue() 288 BO->setIsExact(false); in GetShiftedValue() 699 I.setIsExact(); in visitLShr() 745 I.setIsExact(); in visitAShr()
|
D | InstCombineMulDivRem.cpp | 58 I->setIsExact(); in simplifyValueKnownNonZero() 453 if (I.isExact()) LShr->setIsExact(); in visitUDiv()
|
D | InstCombinePHI.cpp | 125 if (isExact) NewBinOp->setIsExact(); in FoldPHIArgBinOpIntoPHI() 494 if (isExact) BinOp->setIsExact(); in FoldPHIArgOpIntoPHI()
|
D | InstCombineSelect.cpp | 232 BO->setIsExact(TVI_BO->isExact()); in FoldSelectIntoOp() 267 BO->setIsExact(FVI_BO->isExact()); in FoldSelectIntoOp()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVRegularizeLLVM.cpp | 142 BO->setIsExact(false); in regularize()
|
D | SPIRVReader.cpp | 879 cast<BinaryOperator>(V)->setIsExact(); in transFlags()
|
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/ |
D | Cloning.cpp | 140 SDiv->setIsExact(true); in TEST_F()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 246 void setIsExact(bool b = true);
|
D | Operator.h | 135 void setIsExact(bool B) { in setIsExact() function
|
D | InstrTypes.h | 439 BO->setIsExact(true); 445 BO->setIsExact(true); 451 BO->setIsExact(true);
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 377 BO->setIsExact(SDI->isExact()); in processSDiv()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 150 SDiv->setIsExact(true); in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1981 void BinaryOperator::setIsExact(bool b) { in setIsExact() function in BinaryOperator 1982 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2187 cast<BinaryOperator>(I)->setIsExact(true); in ParseFunctionBody()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2918 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4544 cast<BinaryOperator>(I)->setIsExact(true); in parseFunctionBody()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4988 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
|