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

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 215 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
337 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
648 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
651 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
849 I->end = NewIdx.getRegSlot(I->end.isEarlyClobber());
862 DefVNI->def = NewIdx.getRegSlot(I->start.isEarlyClobber());
876 LiveRange::iterator NewI = LR.advanceTo(I, NewIdx.getRegSlot());
    [all...]
LiveRangeCalc.cpp 55 .getRegSlot(MO.isEarlyClobber());
88 Idx = Indexes->getInstructionIndex(MI).getRegSlot();
93 Idx = Idx.getRegSlot(true);
98 Idx = Idx.getRegSlot(true);
PHIElimination.cpp 322 DestCopyIndex.getRegSlot(),
336 DestLI.createDeadDef(DestCopyIndex.getRegSlot(),
342 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot());
343 VNInfo *DestVNI = DestLI.getVNInfoAt(DestCopyIndex.getRegSlot());
345 DestVNI->def = DestCopyIndex.getRegSlot();
514 SrcLI.removeSegment(LastUseIndex.getRegSlot(),
LiveRangeEdit.cpp 87 OrigIdx = OrigIdx.getRegSlot(true);
88 UseIdx = UseIdx.getRegSlot(true);
158 .getRegSlot();
226 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
InlineSpiller.cpp 687 VNInfo *VNI = SpillLI.getVNInfoAt(Idx.getRegSlot());
688 assert(VNI && VNI->def == Idx.getRegSlot() && "Not defined by copy");
793 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot());
795 assert(DstVNI->def == Idx.getRegSlot() && "Wrong copy def slot");
847 VNInfo *SnipVNI = SnipLI.getVNInfoAt(VNI->def.getRegSlot(true));
856 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true);
    [all...]
RegisterCoalescer.cpp 434 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
448 SlotIndex CopyUseIdx = CopyIdx.getRegSlot(true);
572 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
586 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx.getRegSlot(true));
679 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true);
699 SlotIndex DefIdx = UseIdx.getRegSlot();
    [all...]
LiveDebugVariables.cpp 487 LIS->getInstructionIndex(std::prev(MBBI)).getRegSlot();
592 LocMap::iterator I = locInts.find(Idx.getRegSlot(true));
599 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot());
600 assert(DstVNI && DstVNI->def == Idx.getRegSlot() && "Bad copy value");
    [all...]
RegisterPressure.cpp 233 return LIS->getInstructionIndex(IdxPos).getRegSlot();
482 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
892 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot();
    [all...]
SplitKit.cpp 137 UseSlots.push_back(LIS.getInstructionIndex(MO.getParent()).getRegSlot());
453 .getRegSlot();
670 SlotIndex Kill = LIS.getInstructionIndex(MBBI).getRegSlot();
    [all...]
MachineVerifier.cpp     [all...]
TwoAddressInstructionPass.cpp     [all...]
RegAllocGreedy.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 257 SlotIndex getRegSlot(bool EC = false) const {
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 424 milliseconds