Home
last modified time | relevance | path

Searched refs:LIs (Results 1 – 5 of 5) 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 …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.h23 LiveIntervals* LIs) = 0;
DVirtRegMap.cpp226 bool VirtRegMap::FindUnusedRegisters(LiveIntervals* LIs) { in FindUnusedRegisters() argument
241 if (Allocatable[Reg] && !Used[Reg] && !LIs->hasInterval(Reg)) { in FindUnusedRegisters()
244 if (Used[*AS] || LIs->hasInterval(*AS)) { in FindUnusedRegisters()
DVirtRegRewriter.cpp94 LiveIntervals* LIs) { in runOnMachineFunction()
107 for (LiveIntervals::iterator liItr = LIs->begin(), liEnd = LIs->end(); in runOnMachineFunction()
1103 LiveIntervals *LIs; member in __anonfcf6b3b80511::LocalRewriter
1113 LiveIntervals* LIs);
1118 LIs->RemoveMachineInstrFromMaps(MI); in EraseInstr()
1169 void RewriteMBB(LiveIntervals *LIs,
1181 LIs = lis; in runOnMachineFunction()
1187 DEBUG(MF.print(dbgs(), LIs->getSlotIndexes())); in runOnMachineFunction()
1212 RewriteMBB(LIs, Spills, RegKills, KillOps); in runOnMachineFunction()
1228 RewriteMBB(LIs, Spills, RegKills, KillOps); in runOnMachineFunction()
[all …]
DVirtRegMap.h480 bool FindUnusedRegisters(LiveIntervals* LIs);