Home
last modified time | relevance | path

Searched refs:getInductionBinOp (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCanonicalizeFreezeInLoops.cpp165 FrozenIndPHIInfo Info(&PHI, ID.getInductionBinOp()); in run()
HDLoopUtils.cpp1557 if (B && B != ID.getInductionBinOp()) in rewriteLoopExitValues()
1575 if (B != ID.getInductionBinOp()) in rewriteLoopExitValues()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIVDescriptors.h323 BinaryOperator *getInductionBinOp() const { return InductionBinOp; } in getInductionBinOp() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp2623 if (II.getInductionBinOp() && isa<FPMathOperator>(II.getInductionBinOp())) in createInductionResumeValue()
2624 B.setFastMathFlags(II.getInductionBinOp()->getFastMathFlags()); in createInductionResumeValue()
2627 Step, II.getKind(), II.getInductionBinOp()); in createInductionResumeValue()
2636 Step, II.getKind(), II.getInductionBinOp()); in createInductionResumeValue()
2803 if (II.getInductionBinOp() && isa<FPMathOperator>(II.getInductionBinOp())) in fixupIVUsers()
2804 B.setFastMathFlags(II.getInductionBinOp()->getFastMathFlags()); in fixupIVUsers()
2816 II.getKind(), II.getInductionBinOp()); in fixupIVUsers()
HDVPlanRecipes.cpp1270 if (ID.getInductionBinOp() && isa<FPMathOperator>(ID.getInductionBinOp())) in execute()
1271 Builder.setFastMathFlags(ID.getInductionBinOp()->getFastMathFlags()); in execute()
HDVPlan.h2876 dyn_cast_or_null<FPMathOperator>(IndDesc.getInductionBinOp()), in VPDerivedIVRecipe()
2935 dyn_cast_or_null<FPMathOperator>(IndDesc.getInductionBinOp()) in VPScalarIVStepsRecipe()
2936 ? IndDesc.getInductionBinOp()->getFastMathFlags() in VPScalarIVStepsRecipe()
HDVPlanTransforms.cpp620 dyn_cast_or_null<FPMathOperator>(ID.getInductionBinOp()), SE, in legalizeAndOptimizeInductions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp210 Instruction *StepInst = IndDesc.getInductionBinOp(); in getBounds()