Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp1015 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
1039 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
H A DLoopSimplify.cpp280 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
H A DLoopUnroll.cpp160 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
H A DLoopConstrainer.cpp701 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
H A DLoopUtils.cpp1628 Loop &New = *LI->AllocateLoop(); in cloneLoop()
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp454 auto SVELoop = LI->AllocateLoop(); in expandFindMismatch()
455 auto ScalarLoop = LI->AllocateLoop(); in expandFindMismatch()
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1365 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()
1386 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()
1497 ClonedL = LI.AllocateLoop(); in buildClonedLoops()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp632 State->CurrentVectorLoop = State->LI->AllocateLoop(); in execute()