Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopInfo.cpp356 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
357 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
411 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoopInfo.cpp359 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
360 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
420 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h334 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DIVDescriptors.h367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DIVDescriptors.h367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DIVDescriptors.h367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DIVDescriptors.h367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h365 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2374 AddOp = ID.getInductionOpcode(); in buildScalarSteps()
9392 SplatStart, Zero, Step, ID.getInductionOpcode(), State.VF, State.Builder); in execute()
9402 AddOp = ID.getInductionOpcode(); in execute()