Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp180 LiveIntervals *LiveInts; member
266 LiveInts = NULL; in runOnMachineFunction()
270 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>(); in runOnMachineFunction()
272 if (!LiveInts) in runOnMachineFunction()
566 if (LiveInts) { in visitMachineInstrBefore()
567 bool mapped = !LiveInts->isNotInMIMap(MI); in visitMachineInstrBefore()
661 LiveInts && !LiveInts->isNotInMIMap(MI)) { in visitMachineOperand()
662 SlotIndex UseIdx = LiveInts->getInstructionIndex(MI).getUseIndex(); in visitMachineOperand()
663 if (LiveInts->hasInterval(Reg)) { in visitMachineOperand()
664 const LiveInterval &LI = LiveInts->getInterval(Reg); in visitMachineOperand()
[all …]
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp193 LiveIntervals *LiveInts; member
334 LiveInts = nullptr; in verify()
338 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>(); in verify()
340 if (!LiveInts) in verify()
429 if (LiveInts != nullptr) in report()
430 LiveInts->print(errs()); in report()
868 if (LiveInts) { in visitMachineInstrBefore()
869 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
1066 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
1069 SlotIndex Idx = LiveInts->getInstructionIndex(*MI); in visitMachineOperand()
[all …]