/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpander.h | 203 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpander.h | 219 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 72 Exp.expandCodeForPredicate(&Pred, RuntimeCheckBB->getTerminator()); in versionLoop()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 71 Exp.expandCodeForPredicate(&Pred, RuntimeCheckBB->getTerminator()); in versionLoop()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 72 Exp.expandCodeForPredicate(&Preds, RuntimeCheckBB->getTerminator()); in versionLoop()
|
H A D | ScalarEvolutionExpander.cpp | 2326 Value *SCEVExpander::expandCodeForPredicate(const SCEVPredicate *Pred, in expandCodeForPredicate() function in SCEVExpander 2514 Checks.push_back(expandCodeForPredicate(Pred, IP)); in expandUnionPredicate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 319 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 319 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 319 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 293 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 294 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 2006 Value *SCEVExpander::expandCodeForPredicate(const SCEVPredicate *Pred, in expandCodeForPredicate() function in SCEVExpander 2149 auto *NextCheck = expandCodeForPredicate(Pred, IP); in expandUnionPredicate()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 2212 Value *SCEVExpander::expandCodeForPredicate(const SCEVPredicate *Pred, in expandCodeForPredicate() function in SCEVExpander 2367 auto *NextCheck = expandCodeForPredicate(Pred, IP); in expandUnionPredicate()
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2890 Exp.expandCodeForPredicate(&PSE.getUnionPredicate(), BB->getTerminator()); in emitSCEVChecks()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2736 Value *SCEVCheck = Exp.expandCodeForPredicate( in emitSCEVChecks()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1937 SCEVCheckCond = SCEVExp.expandCodeForPredicate( in Create()
|