/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 67 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()
|
D | SplitKit.cpp | 163 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()
|
D | InlineSpiller.cpp | 370 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()
|
D | MachineVerifier.cpp | 1046 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()
|
D | LiveDebugVariables.cpp | 494 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef() 965 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start); in emitDebugValues()
|
D | RegAllocBasic.cpp | 455 MBB = Indexes->getMBBFromIndex(SI.start().getPrevIndex()); in addMBBLiveIns()
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 201 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()
|
D | LiveRangeCalc.cpp | 244 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()
|
D | LiveIntervalAnalysis.cpp | 366 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()
|
D | InlineSpiller.cpp | 362 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()
|
D | RenameIndependentSubregs.cpp | 312 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def); in computeMainRangesFixFlags()
|
D | LiveDebugVariables.cpp | 547 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef() 996 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in emitDebugValues()
|
D | RegisterCoalescer.cpp | 2105 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/ |
D | SplitKit.cpp | 227 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 …]
|
D | LiveRangeCalc.cpp | 247 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()
|
D | CalcSpillWeights.cpp | 182 MachineBasicBlock *localMBB = LIS.getMBBFromIndex(*end); in weightCalcHelper() 183 assert(localMBB == LIS.getMBBFromIndex(*start) && in weightCalcHelper()
|
D | LiveIntervals.cpp | 390 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()
|
D | InlineSpiller.cpp | 380 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()
|
D | RenameIndependentSubregs.cpp | 324 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def); in computeMainRangesFixFlags()
|
D | LiveDebugVariables.cpp | 609 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); in extendDef() 1227 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); in emitDebugValues()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 231 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/ |
D | LiveIntervals.h | 255 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function 256 return Indexes->getMBBFromIndex(index); in getMBBFromIndex()
|
D | SlotIndexes.h | 533 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 234 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const { in getMBBFromIndex() function 235 return indexes_->getMBBFromIndex(index); in getMBBFromIndex()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 464 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange() 475 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); in updateDeadsInRange()
|