Home
last modified time | relevance | path

Searched refs:setIsExact (Results 1 – 22 of 22) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineShifts.cpp159 NewShift->setIsExact(Sh0->isExact() && Sh1->isExact()); in reassociateShiftAmtsOfTwoSameDirectionShifts()
450 NewShiftOp->setIsExact(I.isExact()); in commonShiftTransforms()
490 NewShiftOp->setIsExact(); in commonShiftTransforms()
644 InnerShift->setIsExact(false); in foldShiftedShift()
783 R->setIsExact(I.isExact() && BO0->isExact()); in FoldShiftByConstant()
978 I.setIsExact(); in setShiftFlags()
1014 I.setIsExact(Changed); in setShiftFlags()
1080 NewShr->setIsExact(true); in visitShl()
1108 NewShr->setIsExact(OldShr->isExact()); in visitShl()
1367 NewLShr->setIsExact(I.isExact()); in visitLShr()
[all …]
HDInstCombineMulDivRem.cpp77 I->setIsExact(); in simplifyValueKnownNonZero()
1214 NewDiv->setIsExact(I.isExact()); in commonIDivTransforms()
1240 BO->setIsExact(I.isExact()); in commonIDivTransforms()
1333 NewDiv->setIsExact(I.isExact()); in commonIDivTransforms()
1355 NewDiv->setIsExact(I.isExact() && InnerDiv->isExact()); in commonIDivTransforms()
1538 BO->setIsExact(); in visitUDiv()
1567 Lshr->setIsExact(); in visitUDiv()
1655 BO->setIsExact(I.isExact()); in visitSDiv()
1680 I.setIsExact(); in visitSDiv()
1688 BO->setIsExact(I.isExact()); in visitSDiv()
[all …]
HDInstCombineNegator.cpp288 NewInstr->setIsExact(I->isExact()); in visitImpl()
HDInstCombineSimplifyDemanded.cpp825 LShr->setIsExact(cast<BinaryOperator>(I)->isExact()); in SimplifyDemandedUseBits()
1371 New->setIsExact(true); in simplifyShrShlDemandedBits()
HDInstCombineVectorOps.cpp1881 NewI->setIsExact(BO->isExact()); in buildNew()
HDInstructionCombining.cpp2988 cast<BinaryOperator>(NewOp)->setIsExact(); in visitGetElementPtrInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp377 void Instruction::setIsExact(bool b) { in setIsExact() function in Instruction
378 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
424 cast<PossiblyExactOperator>(this)->setIsExact(false); in dropPoisonGeneratingFlags()
638 setIsExact(PE->isExact()); in copyIRFlags()
676 setIsExact(isExact() && PE->isExact()); in andIRFlags()
HDConstants.cpp3402 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact); in getAsInstruction()
HDCore.cpp3757 cast<Instruction>(P)->setIsExact(IsExact); in LLVMSetExact()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDCorrelatedValuePropagation.cpp785 BinOp->setIsExact(Instr->isExact()); in narrowSDivOrSRem()
905 BinOp->setIsExact(Instr->isExact()); in narrowUDivOrURem()
1022 UDiv->setIsExact(SDI->isExact()); in processSDiv()
1084 BO->setIsExact(SDI->isExact()); in processAShr()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstrTypes.h359 BO->setIsExact(true);
365 BO->setIsExact(true);
371 BO->setIsExact(true);
378 BO->setIsExact(true);
HDOperator.h162 void setIsExact(bool B) {
HDInstruction.h482 void setIsExact(bool b = true);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
HDTruncInstCombine.cpp443 ResI->setIsExact(PEO->isExact()); in ReduceExpressionGraph()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDIRMutator.cpp259 Modifications.push_back([&Inst] { Inst.setIsExact(!Inst.isExact()); }); in mutate()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSCCPSolver.cpp205 NewInst->setIsExact(Inst.isExact()); in replaceSignedInst()
219 NewInst->setIsExact(Inst.isExact()); in replaceSignedInst()
HDSimplifyIndVar.cpp313 UDiv->setIsExact(SDiv->isExact()); in eliminateSDiv()
840 Shr->setIsExact(true); in strengthenRightShift()
HDScalarEvolutionExpander.cpp74 I->setIsExact(Exact); in apply()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUCodeGenPrepare.cpp501 Inst->setIsExact(ExactOp->isExact()); in promoteUniformOpToI32()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.h1159 I->setIsExact(ExactFlags.IsExact); in setFlags()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1703 I->setIsExact(); in materializeValue()
5080 cast<BinaryOperator>(I)->setIsExact(true); in parseFunctionBody()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp6929 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in parseInstruction()