Searched refs:getInstructionFromIndex (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h79 /// MI = Indexes->getInstructionFromIndex(RegMaskSlot[N]);
208 MachineInstr* getInstructionFromIndex(SlotIndex index) const { function in class:llvm::LiveIntervals
209 return Indexes->getInstructionFromIndex(index);
H A DSlotIndexes.h427 MachineInstr* getInstructionFromIndex(SlotIndex index) const { function in class:llvm::SlotIndexes
533 if (MachineInstr *MI = getInstructionFromIndex(index))
/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp91 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
119 MI = LIS.getInstructionFromIndex(VNI->def);
H A DRegisterCoalescer.cpp506 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
520 LIS->getInstructionFromIndex(ValS->end.getPrevSlot());
654 MachineInstr *DefMI = LIS->getInstructionFromIndex(AValNo->def);
887 MachineInstr *DefMI = LIS->getInstructionFromIndex(ValNo->def);
1519 MachineInstr *MI = LIS->getInstructionFromIndex(SI);
1853 MachineInstr *MI = Indexes->getInstructionFromIndex(Def);
1924 DefMI = Indexes->getInstructionFromIndex(VNI->def);
2269 MI = Indexes->getInstructionFromIndex(VNI->def);
2276 Indexes->getInstructionFromIndex(TaintExtent.front().first);
2289 LastMI = Indexes->getInstructionFromIndex(TaintExten
[all...]
H A DInlineSpiller.cpp593 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
667 DefMI = LIS.getInstructionFromIndex(VNI->def);
740 MachineInstr *DefMI = LIS.getInstructionFromIndex(SVI.SpillVNI->def);
844 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
920 << *LIS.getInstructionFromIndex(DefIdx));
974 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
H A DLiveRangeEdit.cpp66 MachineInstr *DefMI = LIS.getInstructionFromIndex(VNI->def);
131 RM.OrigMI = LIS.getInstructionFromIndex(DefIdx);
H A DSplitKit.cpp115 return LIS.getInstructionFromIndex(LSP);
479 MachineInstr *MI = LIS.getInstructionFromIndex(Idx);
496 MachineInstr *MI = LIS.getInstructionFromIndex(Idx);
546 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary);
578 MachineInstr *MI = LIS.getInstructionFromIndex(Idx);
630 MachineInstr *MI = LIS.getInstructionFromIndex(Def);
1006 MachineInstr *MI = LIS.getInstructionFromIndex(S.valno->def);
1123 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike())
H A DLiveIntervalAnalysis.cpp492 MachineInstr *MI = getInstructionFromIndex(Def);
508 MachineInstr *MI = getInstructionFromIndex(Def);
709 MachineInstr *MI = getInstructionFromIndex(RI->end);
1060 if (MachineInstr *KillMI = LIS.getInstructionFromIndex(I->end))
1235 if (MachineInstr *MI = Indexes->getInstructionFromIndex(
1303 bool isStartValid = getInstructionFromIndex(LII->start);
1304 bool isEndValid = getInstructionFromIndex(LII->end);
H A DLiveRangeCalc.cpp278 const MachineInstr *MI = Indexes->getInstructionFromIndex(Use);
H A DLiveDebugVariables.cpp643 MachineInstr *CopyMI = LIS.getInstructionFromIndex(DstVNI->def);
944 while (!(MI = LIS.getInstructionFromIndex(Idx))) {
H A DTwoAddressInstructionPass.cpp233 KillMI = LIS->getInstructionFromIndex(I->end);
844 KillMI = LIS->getInstructionFromIndex(I->end);
1033 KillMI = LIS->getInstructionFromIndex(I->end);
H A DMachineVerifier.cpp1466 const MachineInstr *MI = LiveInts->getInstructionFromIndex(VNI->def);
1573 LiveInts->getInstructionFromIndex(S.end.getPrevSlot());
H A DMachineScheduler.cpp1181 MachineInstr *DefMI = LIS->getInstructionFromIndex(DefVNI->def);
1571 MachineInstr *GlobalDef = LIS->getInstructionFromIndex(GlobalSegment->start);
1583 MachineInstr *LastLocalDef = LIS->getInstructionFromIndex(LastLocalVN->def);
1600 LIS->getInstructionFromIndex(LocalLI->beginIndex());
H A DLiveInterval.cpp413 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
H A DRegAllocGreedy.cpp1597 if (const MachineInstr *MI = Indexes->getInstructionFromIndex(Uses[i]))
/external/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp111 MachineInstr *AddendMI = LIS->getInstructionFromIndex(AddendValNo->def);
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp274 MachineInstr *MI = LIS->getInstructionFromIndex(S);
298 MachineInstr *MI = LIS->getInstructionFromIndex(I->start);
302 MachineInstr *MI = LIS->getInstructionFromIndex(S);
364 MachineInstr *MI = LIS->getInstructionFromIndex(EX);
534 if (MachineInstr *KI = LIS->getInstructionFromIndex(MX))

Completed in 435 milliseconds