Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1078 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; member
4903 unsigned LoopInvariantRegs = 0; in selectInterleaveCount() local
4904 if (R.LoopInvariantRegs.find(pair.first) != R.LoopInvariantRegs.end()) in selectInterleaveCount()
4905 LoopInvariantRegs = R.LoopInvariantRegs[pair.first]; in selectInterleaveCount()
4907 unsigned TmpIC = llvm::bit_floor((TargetNumRegisters - LoopInvariantRegs) / in selectInterleaveCount()
4911 TmpIC = llvm::bit_floor((TargetNumRegisters - LoopInvariantRegs - 1) / in selectInterleaveCount()
5303 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()