Searched refs:LoopInvariantRegs (Results 1 – 3 of 3) sorted by relevance
82 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; member
639 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsageForPlan()
4677 unsigned LoopInvariantRegs = 0; in selectInterleaveCount() local4678 if (R.LoopInvariantRegs.contains(Pair.first)) in selectInterleaveCount()4679 LoopInvariantRegs = R.LoopInvariantRegs[Pair.first]; in selectInterleaveCount()4681 unsigned TmpIC = llvm::bit_floor((TargetNumRegisters - LoopInvariantRegs) / in selectInterleaveCount()4685 TmpIC = llvm::bit_floor((TargetNumRegisters - LoopInvariantRegs - 1) / in selectInterleaveCount()