Searched defs:LoopSize (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 128 InstructionCost LoopSize; global() variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 867 shouldPartialUnroll(const unsigned LoopSize,const unsigned TripCount,const UnrollCostEstimator UCE,const TargetTransformInfo::UnrollingPreferences & UP) shouldPartialUnroll() argument 931 unsigned LoopSize = UCE.getRolledLoopSize(); computeUnrollCount() local 1236 unsigned LoopSize = UCE.getRolledLoopSize(); tryToUnrollLoop() local [all...] |
H A D | LoopUnrollAndJamPass.cpp | 143 getUnrollAndJammedLoopSize(unsigned LoopSize,TargetTransformInfo::UnrollingPreferences & UP) getUnrollAndJammedLoopSize() argument
|
H A D | LoopDataPrefetch.cpp | 308 if (!LoopSize) in runOnLoop() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 538 computePeelCount(Loop * L,unsigned LoopSize,TargetTransformInfo::PeelingPreferences & PP,unsigned TripCount,DominatorTree & DT,ScalarEvolution & SE,AssumptionCache * AC,unsigned Threshold) computePeelCount() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 1754 unsigned LoopSize = std::min(ExpLoopCount, MFMALoopCount); applyIGLPStrategy() local
|
H A D | SIISelLowering.cpp | 15890 unsigned LoopSize = 0; getPrefLoopAlignment() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 4086 int64_t LoopSize = Size; emitLoop() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 16694 uint64_t LoopSize = 0; getPrefLoopAlignment() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11527 unsigned LoopSize = SizeVal - BytesLeft; EmitStructByval() local
|