Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp275 unsigned RInd = Register(VR).virtRegIndex(); in lookup() local
277 if (RInd >= CVect.size()) in lookup()
278 CVect.resize(std::max(RInd+16, 32U), nullptr); in lookup()
279 const BitTracker::RegisterCell *CP = CVect[RInd]; in lookup()
281 CP = CVect[RInd] = &BT.lookup(VR); in lookup()