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 D | LoopInfo.cpp | 356 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 D | LoopInfo.cpp | 359 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 D | IVDescriptors.h | 334 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | IVDescriptors.h | 367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | IVDescriptors.h | 367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | IVDescriptors.h | 367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | IVDescriptors.h | 367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 365 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1703 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 D | LoopVectorize.cpp | 2374 AddOp = ID.getInductionOpcode(); in buildScalarSteps() 9392 SplatStart, Zero, Step, ID.getInductionOpcode(), State.VF, State.Builder); in execute() 9402 AddOp = ID.getInductionOpcode(); in execute()
|