Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.h82 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; member
H A DVPlanAnalysis.cpp639 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsageForPlan()
H A DLoopVectorize.cpp4677 unsigned LoopInvariantRegs = 0; in selectInterleaveCount() local
4678 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()