/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 162 MachineInstr *firstMI = getInstructionFromIndex(idx); in conflictsWithPhysReg() 165 firstMI = getInstructionFromIndex(idx); in conflictsWithPhysReg() 172 MachineInstr *lastMI = getInstructionFromIndex(lastIdx); in conflictsWithPhysReg() 175 lastMI = getInstructionFromIndex(lastIdx); in conflictsWithPhysReg() 226 MachineInstr *MI = getInstructionFromIndex(index); in conflictsWithAliasRef() 277 MachineInstr *DefMI = getInstructionFromIndex(OldLR->valno->def); in isPartialRedef() 392 assert(getInstructionFromIndex(Start) == 0 && in handleVirtualRegisterDef() 529 if (getInstructionFromIndex(baseIndex) == 0) in handlePhysicalRegisterDef() 615 if (getInstructionFromIndex(baseIndex) == 0) in handleLiveInRegister() 657 assert(getInstructionFromIndex(defIdx) == 0 && in handleLiveInRegister() [all …]
|
D | SplitKit.cpp | 463 MachineInstr *MI = LIS.getInstructionFromIndex(Idx); in enterIntvBefore() 480 MachineInstr *MI = LIS.getInstructionFromIndex(Idx); in enterIntvAfter() 530 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary); in leaveIntvAfter() 562 MachineInstr *MI = LIS.getInstructionFromIndex(Idx); in leaveIntvBefore() 615 MachineInstr *MI = LIS.getInstructionFromIndex(Def); in removeBackCopies() 1000 MachineInstr *MI = LIS.getInstructionFromIndex(LII->valno->def); in deleteRematVictims() 1122 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike()) in shouldSplitSingleBlock()
|
D | LiveRangeEdit.cpp | 64 MachineInstr *DefMI = lis.getInstructionFromIndex(VNI->def); in scanRemattable() 127 RM.OrigMI = lis.getInstructionFromIndex(DefIdx); in canRematerializeAt()
|
D | InlineSpiller.cpp | 574 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def); in traceSiblingValue() 655 DefMI = LIS.getInstructionFromIndex(VNI->def); in analyzeSiblingValues() 719 MachineInstr *DefMI = LIS.getInstructionFromIndex(SVI.SpillVNI->def); in hoistSpill() 822 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def); in markValueUsed() 897 << *LIS.getInstructionFromIndex(DefIdx)); in reMaterializeFor() 947 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def); in reMaterializeAll()
|
D | Splitter.cpp | 185 assert(ls.lis->getInstructionFromIndex(newDefIdx) == 0 && in applyOutgoing() 523 assert(lis->getInstructionFromIndex(newDefIdx) == 0 && in insertPreHeader() 623 assert(lis->getInstructionFromIndex(newDefIdx) == 0 && in splitEdge()
|
D | RegisterCoalescer.cpp | 482 LIS->getInstructionFromIndex(ValLR->end.getPrevSlot()); in AdjustCopiesBackFrom() 651 MachineInstr *DefMI = LIS->getInstructionFromIndex(AValNo->def); in RemoveCopyByCommutingDef() 808 MachineInstr *DefMI = LIS->getInstructionFromIndex(ValNo->def); in ReMaterializeTrivialDef() 1445 !CP.isCoalescable(LIS->getInstructionFromIndex(RI->start)))) { in JoinIntervals() 1457 !CP.isCoalescable(LIS->getInstructionFromIndex(LI->start))) { in JoinIntervals()
|
D | RegAllocLinearScan.cpp | 465 if ((CopyMI = li_->getInstructionFromIndex(vni->def)) && CopyMI->isCopy()) in attemptTrivialCoalescing() 469 (CopyMI = li_->getInstructionFromIndex(range.end.getBaseIndex())) && in attemptTrivialCoalescing() 996 MachineInstr *CopyMI = li_->getInstructionFromIndex(vni->def); in assignRegOrStackSlotAtInterval()
|
D | RenderMachineFunction.cpp | 559 const MachineInstr *mi = sis->getInstructionFromIndex(i); in getLiveStateAt() 809 mi = sis->getInstructionFromIndex(i); in renderCodeTablePlusPI()
|
D | LiveDebugVariables.cpp | 609 MachineInstr *CopyMI = LIS.getInstructionFromIndex(DstVNI->def); in addDefsFromCopies() 914 while (!(MI = LIS.getInstructionFromIndex(Idx))) { in findInsertLocation()
|
D | MachineVerifier.cpp | 1063 const MachineInstr *MI = LiveInts->getInstructionFromIndex(VNI->def); in verifyLiveIntervals() 1143 LiveInts->getInstructionFromIndex(I->end.getPrevSlot()); in verifyLiveIntervals()
|
/external/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 91 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def); in isRematerializable() 119 MI = LIS.getInstructionFromIndex(VNI->def); in isRematerializable()
|
D | SplitKit.cpp | 117 return LIS.getInstructionFromIndex(LIP); in getLastInsertPointIter() 459 RM.OrigMI = LIS.getInstructionFromIndex(OrigVNI->def); in defFromParent() 507 MachineInstr *MI = LIS.getInstructionFromIndex(Idx); in enterIntvBefore() 524 MachineInstr *MI = LIS.getInstructionFromIndex(Idx); in enterIntvAfter() 574 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary); in leaveIntvAfter() 606 MachineInstr *MI = LIS.getInstructionFromIndex(Idx); in leaveIntvBefore() 658 MachineInstr *MI = LIS.getInstructionFromIndex(Def); in removeBackCopies() 1120 MachineInstr *MI = LIS.getInstructionFromIndex(S.valno->def); in deleteRematVictims() 1237 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike()) in shouldSplitSingleBlock()
|
D | RegisterCoalescer.cpp | 516 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def); in adjustCopiesBackFrom() 530 LIS->getInstructionFromIndex(ValS->end.getPrevSlot()); in adjustCopiesBackFrom() 664 MachineInstr *DefMI = LIS->getInstructionFromIndex(AValNo->def); in removeCopyByCommutingDef() 897 MachineInstr *DefMI = LIS->getInstructionFromIndex(ValNo->def); in reMaterializeTrivialDef() 1593 MachineInstr *MI = LIS->getInstructionFromIndex(SI); in joinReservedPhysReg() 1927 MachineInstr *MI = Indexes->getInstructionFromIndex(Def); in followCopyChain() 1998 DefMI = Indexes->getInstructionFromIndex(VNI->def); in analyzeValue() 2343 MI = Indexes->getInstructionFromIndex(VNI->def); in resolveConflicts() 2350 Indexes->getInstructionFromIndex(TaintExtent.front().first); in resolveConflicts() 2363 LastMI = Indexes->getInstructionFromIndex(TaintExtent[TaintNum].first); in resolveConflicts() [all …]
|
D | LiveIntervalAnalysis.cpp | 480 MachineInstr *MI = getInstructionFromIndex(Def); in computeDeadValues() 495 MachineInstr *MI = getInstructionFromIndex(Def); in computeDeadValues() 688 MachineInstr *MI = getInstructionFromIndex(RI->end); in addKillFlags() 1023 if (MachineInstr *KillMI = LIS.getInstructionFromIndex(OldIdxIn->end)) in handleMoveDown() 1341 if (MachineInstr *MI = Indexes->getInstructionFromIndex( in findLastUseBefore() 1409 bool isStartValid = getInstructionFromIndex(LII->start); in repairOldRegInRange() 1410 bool isEndValid = getInstructionFromIndex(LII->end); in repairOldRegInRange()
|
D | InlineSpiller.cpp | 385 MachineInstr *DefMI = LIS.getInstructionFromIndex(SrcVNI->def); in hoistSpillInsideBB() 489 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def); in markValueUsed() 531 RM.OrigMI = LIS.getInstructionFromIndex(OrigVNI->def); in reMaterializeFor() 564 << *LIS.getInstructionFromIndex(DefIdx)); in reMaterializeFor() 615 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def); in reMaterializeAll()
|
D | TwoAddressInstructionPass.cpp | 234 KillMI = LIS->getInstructionFromIndex(I->end); in sink3AddrInstruction() 842 KillMI = LIS->getInstructionFromIndex(I->end); in rescheduleMIBelowKill() 1029 KillMI = LIS->getInstructionFromIndex(I->end); in rescheduleKillAboveMI()
|
D | LiveRangeCalc.cpp | 294 const MachineInstr *MI = Indexes->getInstructionFromIndex(Use); in findReachingDefs()
|
D | LiveRangeEdit.cpp | 69 MachineInstr *DefMI = LIS.getInstructionFromIndex(OrigVNI->def); in scanRemattable()
|
D | LiveDebugVariables.cpp | 650 MachineInstr *CopyMI = LIS.getInstructionFromIndex(DstVNI->def); in addDefsFromCopies() 951 while (!(MI = LIS.getInstructionFromIndex(Idx))) { in findInsertLocation()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 207 MachineInstr* getInstructionFromIndex(SlotIndex index) const { in getInstructionFromIndex() function 208 return Indexes->getInstructionFromIndex(index); in getInstructionFromIndex()
|
D | SlotIndexes.h | 431 MachineInstr* getInstructionFromIndex(SlotIndex index) const { 537 if (MachineInstr *MI = getInstructionFromIndex(index))
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 349 MachineInstr *MI = LIS->getInstructionFromIndex(K); in updateKillFlags() 371 MachineInstr *DefI = LIS->getInstructionFromIndex(NextI->start); in updateKillFlags() 399 LocalImpDefs.count(LIS->getInstructionFromIndex(S.start)); in removeImpDefSegments() 456 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange() 491 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange() 511 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SlotIndexes.h | 501 MachineInstr* getInstructionFromIndex(SlotIndex index) const { 510 getInstructionFromIndex(nextNonNull) == 0) { 585 if (MachineInstr *MI = getInstructionFromIndex(index))
|
D | LiveIntervalAnalysis.h | 200 MachineInstr* getInstructionFromIndex(SlotIndex index) const { in getInstructionFromIndex() function 201 return indexes_->getInstructionFromIndex(index); in getInstructionFromIndex()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 117 MachineInstr *AddendMI = LIS->getInstructionFromIndex(AddendValNo->def); in processBlock()
|