HomeSort by relevance Sort by last modified time
    Searched refs:getPrevSlot (Results 1 - 25 of 38) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 226 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
231 return li.getLiveRangeContaining(getMBBEndIdx(mbb).getPrevSlot());
LiveInterval.h 418 const_iterator I = FindLiveRangeContaining(Idx.getPrevSlot());
SlotIndexes.h 278 SlotIndex getPrevSlot() const {
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 228 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
LiveInterval.h 402 const_iterator I = FindSegmentContaining(Idx.getPrevSlot());
SlotIndexes.h 297 SlotIndex getPrevSlot() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeCalc.cpp 67 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
SplitKit.cpp 491 SlotIndex Last = End.getPrevSlot();
589 assert(ParentVNI == Edit->getParent().getVNInfoAt(End.getPrevSlot()) &&
632 AssignI.find(VNI->def.getPrevSlot());
780 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot();
    [all...]
LiveInterval.cpp 282 iterator I = std::upper_bound(begin(), end(), Kill.getPrevSlot());
684 LI->getVNInfoAt(LIS.getMBBEndIdx(*PI).getPrevSlot()))
691 if (const VNInfo *UVNI = LI->getVNInfoAt(VNI->def.getPrevSlot()))
LiveIntervalAnalysis.cpp 159 SlotIndex end = range.end.getPrevSlot().getBaseIndex().getNextIndex();
223 end = I->end.getPrevSlot().getBaseIndex().getNextIndex();
783 Idx = Idx.getPrevSlot();
830 SlotIndex Stop = getMBBEndIdx(*PI).getPrevSlot();
847 SlotIndex Stop = getMBBEndIdx(*PI).getPrevSlot();
    [all...]
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp 475 IntB.FindLiveRangeContaining(AValNo->def.getPrevSlot());
482 LIS->getInstructionFromIndex(ValLR->end.getPrevSlot());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveIntervals.h 252 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
LiveInterval.h 418 const_iterator I = FindSegmentContaining(Idx.getPrevSlot());
    [all...]
SlotIndexes.h 290 SlotIndex getPrevSlot() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeCalc.cpp 247 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot());
314 End.getPrevSlot());
RenameIndependentSubregs.cpp 327 if (subRangeLiveAt(LI, PredEnd.getPrevSlot()))
SplitKit.cpp 730 SlotIndex Last = End.getPrevSlot();
871 AssignI.find(Def.getPrevSlot());
    [all...]
TwoAddressInstructionPass.cpp 257 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
878 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
    [all...]
LiveInterval.cpp 125 impl().findInsertPos(Segment(Use.getPrevSlot(), Use, nullptr));
140 SlotIndex BeforeUse = Use.getPrevSlot();
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 535 SlotIndex Last = End.getPrevSlot();
674 AssignI.find(Def.getPrevSlot());
889 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot();
    [all...]
LiveRangeCalc.cpp 244 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot());
RenameIndependentSubregs.cpp 315 if (subRangeLiveAt(LI, PredEnd.getPrevSlot()))
TwoAddressInstructionPass.cpp 228 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
836 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
    [all...]
RegisterCoalescer.cpp 523 IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
530 LIS->getInstructionFromIndex(ValS->end.getPrevSlot());
560 VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.getPrevSlot());
    [all...]

Completed in 1028 milliseconds

1 2