Home
last modified time | relevance | path

Searched refs:expandCodeForPredicate (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h203 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h219 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp72 Exp.expandCodeForPredicate(&Pred, RuntimeCheckBB->getTerminator()); in versionLoop()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp71 Exp.expandCodeForPredicate(&Pred, RuntimeCheckBB->getTerminator()); in versionLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp72 Exp.expandCodeForPredicate(&Preds, RuntimeCheckBB->getTerminator()); in versionLoop()
H A DScalarEvolutionExpander.cpp2326 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/
DScalarEvolutionExpander.h319 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h319 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h319 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h293 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h294 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/aosp_15_r20/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2006 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 DScalarEvolutionExpander.cpp2212 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 DLoopVectorize.cpp2890 Exp.expandCodeForPredicate(&PSE.getUnionPredicate(), BB->getTerminator()); in emitSCEVChecks()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2736 Value *SCEVCheck = Exp.expandCodeForPredicate( in emitSCEVChecks()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1937 SCEVCheckCond = SCEVExp.expandCodeForPredicate( in Create()