Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp359 InterferenceCache::Cursor Intf; member
368 Intf.setPhysReg(Cache, Reg); in reset()
985 (Intf->isSpillable() || in canEvictInterference()
1145 Matrix->unassign(*Intf); in evictInterference()
1260 Intf.moveToBlock(BC.Number); in addSplitConstraints()
1268 if (!Intf.hasInterference()) in addSplitConstraints()
1329 Intf.moveToBlock(Number); in addThroughConstraints()
1331 if (!Intf.hasInterference()) { in addThroughConstraints()
1556 Cand.Intf.first(), Cand.Intf.last(), &MaxWeight); in splitCanCauseEvictionChain()
1563 Cand.Intf.moveToBlock(BBNumber); in splitCanCauseEvictionChain()
[all …]
H A DRegAllocBasic.cpp222 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local
223 if (!Intf->isSpillable() || Intf->weight() > VirtReg.weight()) in spillInterferences()
225 Intfs.push_back(Intf); in spillInterferences()