Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp364 InterferenceCache::Cursor Intf; member
373 Intf.setPhysReg(Cache, Reg); in reset()
909 (Intf->isSpillable() || in canEvictInterference()
1065 if (!VRM->hasPhys(Intf->reg)) in evictInterference()
1070 Matrix->unassign(*Intf); in evictInterference()
1184 Intf.moveToBlock(BC.Number); in addSplitConstraints()
1192 if (!Intf.hasInterference()) in addSplitConstraints()
1254 Intf.moveToBlock(Number); in addThroughConstraints()
1484 Cand.Intf.first(), Cand.Intf.last(), &MaxWeight); in splitCanCauseEvictionChain()
1510 Cand.Intf.first().getPrevIndex(), Cand.Intf.last()); in splitCanCauseEvictionChain()
[all …]
H A DRegAllocBasic.cpp216 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local
217 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight) in spillInterferences()
219 Intfs.push_back(Intf); in spillInterferences()