Searched defs:LoopSize (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 123 InstructionCost LoopSize; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 821 shouldPartialUnroll(const unsigned LoopSize,const unsigned TripCount,const UnrollCostEstimator UCE,const TargetTransformInfo::UnrollingPreferences & UP) shouldPartialUnroll() argument 885 unsigned LoopSize = UCE.getRolledLoopSize(); computeUnrollCount() local 1190 unsigned LoopSize = UCE.getRolledLoopSize(); tryToUnrollLoop() local [all...] |
H A D | LoopDataPrefetch.cpp | 308 unsigned LoopSize = *Metrics.NumInsts.getValue(); in runOnLoop() local
|
H A D | LoopUnrollAndJamPass.cpp | 143 getUnrollAndJammedLoopSize(unsigned LoopSize, in getUnrollAndJammedLoopSize() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 498 computePeelCount(Loop * L,unsigned LoopSize,TargetTransformInfo::PeelingPreferences & PP,unsigned TripCount,DominatorTree & DT,ScalarEvolution & SE,AssumptionCache * AC,unsigned Threshold) computePeelCount() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 3784 int64_t LoopSize = Size; emitLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 15559 unsigned LoopSize = 0; getPrefLoopAlignment() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 16477 uint64_t LoopSize = 0; getPrefLoopAlignment() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11495 unsigned LoopSize = SizeVal - BytesLeft; EmitStructByval() local
|