Home
last modified time | relevance | path

Searched refs:InductionOpcode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h307 createScalarIVSteps(Instruction::BinaryOps InductionOpcode, in createScalarIVSteps() argument
311 IV, Step, VF, InductionOpcode, in createScalarIVSteps()
H A DVPlan.h3454 Instruction::BinaryOps InductionOpcode; variable
3462 InductionOpcode(Opcode) {}
3477 getOperand(0), getOperand(1), getOperand(2), InductionOpcode, in clone()
H A DVPlanTransforms.cpp565 Instruction::BinaryOps InductionOpcode, in createScalarIVSteps() argument
599 return Builder.createScalarIVSteps(InductionOpcode, FPBinOp, BaseIV, Step, in createScalarIVSteps()
H A DVPlanRecipes.cpp2186 AddOp = InductionOpcode; in execute()