Searched refs:InductionOpcode (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 307 createScalarIVSteps(Instruction::BinaryOps InductionOpcode, in createScalarIVSteps() argument 311 IV, Step, VF, InductionOpcode, in createScalarIVSteps()
|
| H A D | VPlan.h | 3454 Instruction::BinaryOps InductionOpcode; variable 3462 InductionOpcode(Opcode) {} 3477 getOperand(0), getOperand(1), getOperand(2), InductionOpcode, in clone()
|
| H A D | VPlanTransforms.cpp | 565 Instruction::BinaryOps InductionOpcode, in createScalarIVSteps() argument 599 return Builder.createScalarIVSteps(InductionOpcode, FPBinOp, BaseIV, Step, in createScalarIVSteps()
|
| H A D | VPlanRecipes.cpp | 2186 AddOp = InductionOpcode; in execute()
|