Home
last modified time | relevance | path

Searched refs:getInductionOpcode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp360 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
361 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
421 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h441 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUnroll.cpp183 IVTy->isFloatingPointTy() ? ID.getInductionOpcode() : Instruction::Add; in unrollWidenInductionByUF()
H A DVPlanTransforms.cpp692 Plan, ID.getKind(), ID.getInductionOpcode(), in legalizeAndOptimizeInductions()
735 switch (ID.getInductionOpcode()) { in getOptimizableIVOf()
2609 AddOp = ID.getInductionOpcode(); in expandVPWidenIntOrFpInduction()
H A DVPlan.h3467 IV, Step, VF, IndDesc.getInductionOpcode(),