HomeSort by relevance Sort by last modified time
    Searched defs:UseIdx (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 439 SlotIndex UseIdx = LIS->getInstructionIndex(MI).getRegSlot();
441 VNInfo *VNI = LI->getVNInfoBefore(UseIdx);
    [all...]
InlineSpiller.cpp 837 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true);
838 VNInfo *ParentVNI = VirtReg.getVNInfoAt(UseIdx.getBaseIndex());
847 DEBUG(dbgs() << UseIdx << '\t' << *MI);
859 if (!Edit->canRematerializeAt(RM, UseIdx, false)) {
861 DEBUG(dbgs() << "\tcannot remat for " << UseIdx << '\t' << *MI);
872 DEBUG(dbgs() << "\tcannot remat tied reg: " << UseIdx << '\t' << *MI);
    [all...]
MachineVerifier.cpp 791 SlotIndex UseIdx = LiveInts->getInstructionIndex(MI).getRegSlot(true);
794 if (!LI.liveAt(UseIdx)) {
796 *OS << UseIdx << " is not live in " << LI << '\n';
800 if (MO->isKill() && !LI.killedAt(UseIdx.getRegSlot())) {
    [all...]
RegisterCoalescer.cpp 667 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI);
668 LiveInterval::iterator ULR = IntA.FindLiveRangeContaining(UseIdx);
720 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true);
721 LiveInterval::iterator ULR = IntA.FindLiveRangeContaining(UseIdx);
738 SlotIndex DefIdx = UseIdx.getRegSlot();
    [all...]

Completed in 390 milliseconds