Home
last modified time | relevance | path

Searched refs:getMBBFromIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp226 LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
309 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
326 LIS.getMBBFromIndex(LVI->start)->getIterator(); in countLiveBlocks()
832 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
976 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); in computeRedundantBackCopies()
977 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); in computeRedundantBackCopies()
1030 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies()
1083 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopies()
1174 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in transferValues()
1274 MachineBasicBlock &B = *LIS.getMBBFromIndex(V->def); in extendPHIKillRanges()
[all …]
DLiveRangeCalc.cpp247 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot()); in extend()
515 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
530 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
593 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
DCalcSpillWeights.cpp173 MachineBasicBlock *localMBB = LIS.getMBBFromIndex(*end); in weightCalcHelper()
174 assert(localMBB == LIS.getMBBFromIndex(*start) && in weightCalcHelper()
DLiveIntervals.cpp394 const MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Idx.getPrevSlot()); in extendSegmentsToUses()
639 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill); in pruneValue()
843 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
844 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
853 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
1435 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Before); in findLastUseBefore()
DInlineSpiller.cpp383 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
401 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
499 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
1332 MachineBasicBlock *Root = LIS.getMBBFromIndex(OrigVNI.def); in runHoistSpills()
DLiveDebugVariables.cpp737 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
1386 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in emitDebugValues()
1414 MachineFunction::iterator MBB = LIS.getMBBFromIndex(loc)->getIterator(); in emitDebugLabel()
DRenameIndependentSubregs.cpp324 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def); in computeMainRangesFixFlags()
DRegisterCoalescer.cpp2651 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
2748 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in analyzeValue()
2829 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in taintExtent()
2909 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in resolveConflicts()
DMachineVerifier.cpp2407 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); in verifyLiveRangeValue()
2498 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start); in verifyLiveRangeSegment()
2513 LiveInts->getMBBFromIndex(S.end.getPrevSlot()); in verifyLiveRangeSegment()
DLiveInterval.cpp1336 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in Classify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h255 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
256 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
DSlotIndexes.h512 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp430 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()
442 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()