Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp164 LiveIntervals &LIs = G.getMetadata().LIS; in addIntraChainConstraint() local
187 const LiveInterval &ld = LIs.getInterval(Rd); in addIntraChainConstraint()
188 const LiveInterval &la = LIs.getInterval(Ra); in addIntraChainConstraint()
245 LiveIntervals &LIs = G.getMetadata().LIS; in addInterChainConstraint() local
263 const LiveInterval &ld = LIs.getInterval(Rd); in addInterChainConstraint()
269 const LiveInterval &lr = LIs.getInterval(r); in addInterChainConstraint()
320 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg, in regJustKilledBefore() argument
322 const LiveInterval &LI = LIs.getInterval(reg); in regJustKilledBefore()
323 SlotIndex SI = LIs.getInstructionIndex(&MI); in regJustKilledBefore()
329 LiveIntervals &LIs = G.getMetadata().LIS; in apply() local
[all …]