Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeCalc.cpp67 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot()); in extend()
206 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
217 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
DSplitKit.cpp163 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start); in calcLiveBlockInfo()
246 MFI = LIS.getMBBFromIndex(LVI->start); in calcLiveBlockInfo()
262 MachineFunction::const_iterator MFI = LIS.getMBBFromIndex(LVI->start); in countLiveBlocks()
591 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
727 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopiesForSize()
777 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopiesForSize()
857 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in transferValues()
925 MachineBasicBlock *MBB = LIS.getMBBFromIndex(PHIVNI->def); in extendPHIKillRanges()
DInlineSpiller.cpp370 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def); in propagateSiblingValue()
388 DepSV.SpillMBB = LIS.getMBBFromIndex(DepSV.SpillVNI->def); in propagateSiblingValue()
714 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def); in hoistSpill()
811 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
DMachineVerifier.cpp1046 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); in verifyLiveIntervals()
1117 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(I->start); in verifyLiveIntervals()
1133 LiveInts->getMBBFromIndex(I->end.getPrevSlot()); in verifyLiveIntervals()
DLiveDebugVariables.cpp494 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
965 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in emitDebugValues()
DRegAllocBasic.cpp455 MBB = Indexes->getMBBFromIndex(SI.start().getPrevIndex()); in addMBBLiveIns()
/external/llvm/lib/CodeGen/
DSplitKit.cpp201 LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
284 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
301 LIS.getMBBFromIndex(LVI->start)->getIterator(); in countLiveBlocks()
635 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && in overlapIntv()
775 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); in computeRedundantBackCopies()
776 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); in computeRedundantBackCopies()
829 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); in hoistCopies()
881 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopies()
972 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in transferValues()
1046 MachineBasicBlock *MBB = LIS.getMBBFromIndex(PHIVNI->def); in extendPHIKillRanges()
DLiveRangeCalc.cpp244 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot()); in extend()
420 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
431 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
DLiveIntervalAnalysis.cpp366 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Idx.getPrevSlot()); in extendSegmentsToUses()
591 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill); in pruneValue()
797 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
798 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
807 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
1336 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Before); in findLastUseBefore()
DInlineSpiller.cpp362 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
380 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
479 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
1245 MachineBasicBlock *Root = LIS.getMBBFromIndex(OrigVNI.def); in runHoistSpills()
DRenameIndependentSubregs.cpp312 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def); in computeMainRangesFixFlags()
DLiveDebugVariables.cpp547 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
996 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in emitDebugValues()
DRegisterCoalescer.cpp2105 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
2189 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in analyzeValue()
2260 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in taintExtent()
2340 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in resolveConflicts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp227 LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
310 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator(); in calcLiveBlockInfo()
327 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()
516 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
531 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def)); in updateSSA()
594 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
DCalcSpillWeights.cpp182 MachineBasicBlock *localMBB = LIS.getMBBFromIndex(*end); in weightCalcHelper()
183 assert(localMBB == LIS.getMBBFromIndex(*start) && in weightCalcHelper()
DLiveIntervals.cpp390 const MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Idx.getPrevSlot()); in extendSegmentsToUses()
629 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill); in pruneValue()
833 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
834 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
843 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill()
1412 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Before); in findLastUseBefore()
DInlineSpiller.cpp380 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
398 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB()
496 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); in markValueUsed()
1301 MachineBasicBlock *Root = LIS.getMBBFromIndex(OrigVNI.def); in runHoistSpills()
DRenameIndependentSubregs.cpp324 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def); in computeMainRangesFixFlags()
DLiveDebugVariables.cpp609 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef()
1227 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in emitDebugValues()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h231 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
232 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h255 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
256 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
DSlotIndexes.h533 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h234 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function
235 return indexes_->getMBBFromIndex(index); in getMBBFromIndex()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp464 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()
475 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()

12