Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp356 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
357 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
411 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h334 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1703 getStepVector(SplatStart, 0, Step, II.getInductionOpcode()); in createVectorIntOrFpInductionPHI()
1713 AddOp = II.getInductionOpcode(); in createVectorIntOrFpInductionPHI()
1884 getStepVector(Broadcasted, VF * Part, Step, ID.getInductionOpcode()); in widenIntOrFpInduction()
1977 AddOp = ID.getInductionOpcode(); in buildScalarSteps()