Home
last modified time | relevance | path

Searched refs:AllocateLoop (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp73 Loop *ColumnLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()
74 Loop *RowLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()
75 Loop *KLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()
H A DFixIrreducible.cpp202 auto NewLoop = LI.AllocateLoop(); in createNaturalLoopInternal()
H A DCloneFunction.cpp987 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
1011 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
H A DLoopSimplify.cpp280 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
H A DLoopConstrainer.cpp707 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
H A DLoopUnroll.cpp163 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
H A DLoopUtils.cpp1773 Loop &New = *LI->AllocateLoop(); in cloneLoop()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp155 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
156 ColLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
267 RowLoop = LI->AllocateLoop(); in createTileDPLoops()
268 ColLoop = LI->AllocateLoop(); in createTileDPLoops()
269 InnerLoop = LI->AllocateLoop(); in createTileDPLoops()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp648 auto VectorLoop = LI->AllocateLoop(); in expandFindMismatch()
649 auto ScalarLoop = LI->AllocateLoop(); in expandFindMismatch()
H A DVPlan.cpp736 State->CurrentVectorLoop = State->LI->AllocateLoop(); in execute()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h566 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&...Args) { in AllocateLoop() function
H A DGenericLoopInfoImpl.h583 LoopT *L = AllocateLoop(Header); in analyze()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1379 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()
1400 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()
1511 ClonedL = LI.AllocateLoop(); in buildClonedLoops()