Searched defs:Lp (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CFG.h | 141 for (const auto *Lp = LI.getLoopFor(Src); Lp; Lp = Lp->getParentLoop()) { containsIrreducibleCFG() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanHCFGBuilder.h | 64 VPlanHCFGBuilder(Loop * Lp,LoopInfo * LI,VPlan & P) VPlanHCFGBuilder() argument
|
H A D | LoopVectorizationLegality.cpp | 337 static bool isUniformLoop(Loop *Lp, Loop *OuterLp) { in isUniformLoop() argument 382 isUniformLoopNest(Loop * Lp,Loop * OuterLp) isUniformLoopNest() argument 1367 canVectorizeLoopCFG(Loop * Lp,bool UseVPlanNativePath) canVectorizeLoopCFG() argument 1409 canVectorizeLoopNestCFG(Loop * Lp,bool UseVPlanNativePath) canVectorizeLoopNestCFG() argument [all...] |
H A D | VPlanHCFGBuilder.cpp | 74 PlainCFGBuilder(Loop *Lp, LoopInfo *LI, VPlan &P) in PlainCFGBuilder() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 205 insert(Loop * Lp,Value * Ptr,const SCEV * PtrExpr,Type * AccessTy,bool WritePtr,unsigned DepSetId,unsigned ASId,PredicatedScalarEvolution & PSE,bool NeedsFreeze) insert() argument 1464 getPtrStride(PredicatedScalarEvolution & PSE,Type * AccessTy,Value * Ptr,const Loop * Lp,const DenseMap<Value *,const SCEV * > & StridesMap,bool Assume,bool ShouldCheckWrap) getPtrStride() argument 2762 stripGetElementPtr(Value * Ptr,ScalarEvolution * SE,Loop * Lp) stripGetElementPtr() argument 2779 getUniqueCastUse(Value * Ptr,Loop * Lp,Type * Ty) getUniqueCastUse() argument 2795 getStrideFromPointer(Value * Ptr,ScalarEvolution * SE,Loop * Lp) getStrideFromPointer() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 881 til::SExpr *Lp = new (Arena) til::LiteralPtr(Pm); in enterCFG() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 891 Loop *Lp = LI->getLoopFor(LocB); in adjustForInvariance() local
|