HomeSort by relevance Sort by last modified time
    Searched refs:getInstructionFromIndex (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 77 /// MI = Indexes->getInstructionFromIndex(RegMaskSlot[N]);
209 MachineInstr* getInstructionFromIndex(SlotIndex index) const {
210 return Indexes->getInstructionFromIndex(index);
SlotIndexes.h 423 MachineInstr* getInstructionFromIndex(SlotIndex index) const {
507 if (MachineInstr *MI = getInstructionFromIndex(index))
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 86 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
RegisterCoalescer.cpp 456 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
470 LIS->getInstructionFromIndex(ValS->end.getPrevSlot());
590 MachineInstr *DefMI = LIS->getInstructionFromIndex(AValNo->def);
747 MachineInstr *DefMI = LIS->getInstructionFromIndex(ValNo->def);
    [all...]
InlineSpiller.cpp 591 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
665 DefMI = LIS.getInstructionFromIndex(VNI->def);
738 MachineInstr *DefMI = LIS.getInstructionFromIndex(SVI.SpillVNI->def);
842 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
    [all...]
LiveIntervalAnalysis.cpp 446 MachineInstr *MI = getInstructionFromIndex(VNI->def);
559 MachineInstr *MI = getInstructionFromIndex(RI->end);
843 if (MachineInstr *KillMI = LIS.getInstructionFromIndex(I->end))
    [all...]
LiveRangeEdit.cpp 68 MachineInstr *DefMI = LIS.getInstructionFromIndex(VNI->def);
133 RM.OrigMI = LIS.getInstructionFromIndex(DefIdx);
SplitKit.cpp 119 return LIS.getInstructionFromIndex(LSP);
490 MachineInstr *MI = LIS.getInstructionFromIndex(Idx);
507 MachineInstr *MI = LIS.getInstructionFromIndex(Idx);
557 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary);
589 MachineInstr *MI = LIS.getInstructionFromIndex(Idx);
642 MachineInstr *MI = LIS.getInstructionFromIndex(Def);
    [all...]
LiveDebugVariables.cpp 623 MachineInstr *CopyMI = LIS.getInstructionFromIndex(DstVNI->def);
910 while (!(MI = LIS.getInstructionFromIndex(Idx))) {
    [all...]
TwoAddressInstructionPass.cpp 227 KillMI = LIS->getInstructionFromIndex(I->end);
771 KillMI = LIS->getInstructionFromIndex(I->end);
    [all...]
MachineVerifier.cpp     [all...]
LiveInterval.cpp 164 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
MachineScheduler.cpp     [all...]
ScheduleDAGInstrs.cpp 435 MachineInstr *Def = LIS->getInstructionFromIndex(VNI->def);
    [all...]
RegAllocGreedy.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 1457 milliseconds