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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 210 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
211 return indexes_->getMBBEndIdx(mbb);
226 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
231 return li.getLiveRangeContaining(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 544 return getMBBEndIdx(MBB);
574 SlotIndex getMBBEndIdx(unsigned Num) const {
579 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
595 index < getMBBEndIdx(J->second) &&
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 217 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
218 return Indexes->getMBBEndIdx(mbb);
228 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 474 return getMBBEndIdx(MBB);
504 SlotIndex getMBBEndIdx(unsigned Num) const {
509 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
547 index < getMBBEndIdx(J->second) &&
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Splitter.cpp 149 li.removeRange(copyDefIdx, ls.lis->getMBBEndIdx(preHeader), true);
152 ls.lis->getMBBEndIdx(preHeader),
527 lis->getMBBEndIdx(preHeader),
619 lis->getMBBEndIdx(splitBlock), true);
628 lis->getMBBEndIdx(splitBlock),
650 SlotIndex oldEnd = lis->getMBBEndIdx(*loopMBBs.begin());
663 oldEnd = lis->getMBBEndIdx(*curBlockItr);
667 lis->getMBBEndIdx(*llvm::prior(loopMBBs.end()));
SplitKit.cpp 71 LSP.first = LIS.getMBBEndIdx(MBB);
263 SlotIndex Stop = LIS.getMBBEndIdx(MFI);
271 Stop = LIS.getMBBEndIdx(MFI);
490 SlotIndex End = LIS.getMBBEndIdx(&MBB);
508 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB));
780 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot();
879 BlockEnd = LIS.getMBBEndIdx(MBB);
    [all...]
LiveIntervalAnalysis.cpp 357 LiveRange NewLR(defIndex, getMBBEndIdx(mbb), ValNo);
376 LiveRange LR(getMBBStartIdx(aliveBlock), getMBBEndIdx(aliveBlock), ValNo);
480 SlotIndex killIndex = getMBBEndIdx(mbb);
652 end = getMBBEndIdx(MBB);
830 SlotIndex Stop = getMBBEndIdx(*PI).getPrevSlot();
847 SlotIndex Stop = getMBBEndIdx(*PI).getPrevSlot();
    [all...]
MachineVerifier.cpp 334 << ';' << Indexes->getMBBEndIdx(MBB) << ')';
842 SlotIndex stop = Indexes->getMBBEndIdx(MBB);
    [all...]
LiveDebugVariables.cpp 495 SlotIndex Stop = LIS.getMBBEndIdx(MBB);
    [all...]
StrongPHIElimination.cpp 393 SrcLI.removeRange(LastUseIndex.getDefIndex(), LI->getMBBEndIdx(MBB));
676 SlotIndex PredIndex = LI->getMBBEndIdx(PredBB);
    [all...]
LiveInterval.cpp 684 LI->getVNInfoAt(LIS.getMBBEndIdx(*PI).getPrevSlot()))
  /external/llvm/lib/CodeGen/
SplitKit.cpp 53 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB);
115 if (LIP == LIS.getMBBEndIdx(&MBB))
302 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI);
310 Stop = LIS.getMBBEndIdx(&*MFI);
534 SlotIndex End = LIS.getMBBEndIdx(&MBB);
552 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB));
889 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot();
    [all...]
SlotIndexes.cpp 162 endIdx = getMBBEndIdx(MBB);
LiveIntervalAnalysis.cpp 381 SlotIndex Stop = Indexes.getMBBEndIdx(Pred);
397 SlotIndex Stop = Indexes.getMBBEndIdx(Pred);
592 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB);
813 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI)))
834 getMBBEndIdx(startInst.getParent()), VN);
    [all...]
LiveDebugVariables.cpp 548 SlotIndex Stop = LIS.getMBBEndIdx(MBB);
    [all...]
StackColoring.cpp 716 Finishes[pos] = Indexes->getMBBEndIdx(&MBB);
741 Finishes[i] = Indexes->getMBBEndIdx(&MBB);
757 SlotIndex NewFin = Indexes->getMBBEndIdx(&MBB);
    [all...]
LiveRangeCalc.cpp 191 UseIdx = Indexes->getMBBEndIdx(MI->getOperand(OpNo+1).getMBB());
RenameIndependentSubregs.cpp 314 SlotIndex PredEnd = Indexes.getMBBEndIdx(PredMBB);
TwoAddressInstructionPass.cpp 228 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
836 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
    [all...]
MachineVerifier.cpp 446 << ';' << Indexes->getMBBEndIdx(MBB) << ')';
    [all...]
PHIElimination.cpp 517 LIS->getMBBEndIdx(&opBlock));
MachineBasicBlock.cpp 871 SlotIndex StartIndex = Indexes->getMBBEndIdx(this);
873 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB);
    [all...]
InlineSpiller.cpp 481 VNInfo *PVNI = LI->getVNInfoBefore(LIS.getMBBEndIdx(P));
    [all...]
RegisterCoalescer.cpp     [all...]
LiveInterval.cpp     [all...]

Completed in 282 milliseconds

1 2