Home
last modified time | relevance | path

Searched refs:getInstructionIndex (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp128 DefIdx = LIS.getInstructionIndex(RM.OrigMI); in canRematerializeAt()
192 LIS.getInstructionIndex(DefMI), in foldAsLoad()
193 LIS.getInstructionIndex(UseMI))) in foldAsLoad()
224 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot(); in useIsKill()
240 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot(); in eliminateDeadDef()
DLiveIntervalAnalysis.cpp239 RegMaskSlots.push_back(Indexes->getInstructionIndex(&MI).getRegSlot()); in computeRegMasks()
442 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot(); in shrinkToUses()
550 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot(); in shrinkToUses()
853 SlotIndex(getInstructionIndex(startInst).getRegSlot()), in addSegmentToEndOfBlock()
856 SlotIndex(getInstructionIndex(startInst).getRegSlot()), in addSegmentToEndOfBlock()
1219 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI); in findLastUseBefore()
1244 SlotIndex Idx = Indexes->getInstructionIndex(MII); in findLastUseBefore()
1264 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMove()
1278 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMoveIntoBundle()
1279 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart); in handleMoveIntoBundle()
[all …]
DRegisterCoalescer.cpp470 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in adjustCopiesBackFrom()
645 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in removeCopyByCommutingDef()
695 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI); in removeCopyByCommutingDef()
749 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true); in removeCopyByCommutingDef()
882 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI); in reMaterializeTrivialDef()
1028 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef()
1052 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef()
1096 SlotIndex Idx = LIS->getInstructionIndex(CopyMI); in eliminateUndefCopy()
1139 SlotIndex UseIdx = LIS->getInstructionIndex(&MI); in eliminateUndefCopy()
1189 Reads = DstInt->liveAt(LIS->getInstructionIndex(UseMI)); in updateRegDefsUses()
[all …]
DSlotIndexes.cpp163 startIdx = getInstructionIndex(Begin); in repairIndexesInRange()
169 endIdx = getInstructionIndex(End); in repairIndexesInRange()
DRegisterPressure.cpp254 return LIS->getInstructionIndex(IdxPos).getRegSlot(); in getCurrSlot()
402 SlotIndex SlotIdx = LIS.getInstructionIndex(&MI); in detectDeadDefs()
536 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot(); in recede()
901 SlotIndex InstSlot = LIS->getInstructionIndex(&MI).getRegSlot(); in findUseBetween()
925 SlotIdx = LIS->getInstructionIndex(MI).getRegSlot(); in bumpDownwardPressure()
DInlineSpiller.cpp688 SlotIndex Idx = LIS.getInstructionIndex(CopyMI); in hoistSpill()
787 SlotIndex Idx = LIS.getInstructionIndex(MI); in eliminateRedundantSpills()
867 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true); in reMaterializeFor()
1059 SlotIndex Idx = LIS.getInstructionIndex(I).getRegSlot(); in dumpMachineInstrRangeWithSlotIndex()
1146 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot(); in foldMemoryOperand()
1261 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot(); in spillAroundUses()
DStackColoring.cpp396 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI); in calculateLiveIntervals()
559 SlotIndex Index = Indexes->getInstructionIndex(&I); in remapInstructions()
610 SlotIndex Index = Indexes->getInstructionIndex(&I); in removeInvalidSlotRanges()
DLiveRangeCalc.cpp47 Indexes.getInstructionIndex(MI).getRegSlot(MO.isEarlyClobber()); in createDeadDef()
187 UseIdx = Indexes->getInstructionIndex(MI).getRegSlot(isEarlyClobber); in extendToUses()
DSplitKit.cpp71 LSP.first = LIS.getInstructionIndex(FirstTerm); in computeLastSplitPoint()
82 LSP.second = LIS.getInstructionIndex(I); in computeLastSplitPoint()
132 UseSlots.push_back(LIS.getInstructionIndex(MO.getParent()).getRegSlot()); in analyzeUses()
657 SlotIndex Kill = LIS.getInstructionIndex(MBBI).getRegSlot(); in removeBackCopies()
967 SlotIndex Idx = LIS.getInstructionIndex(MI); in rewriteAssigned()
DMachineVerifier.cpp424 errs() << Indexes->getInstructionIndex(MI) << '\t'; in report()
725 SlotIndex idx = Indexes->getInstructionIndex(MI); in visitMachineBundleBefore()
990 SlotIndex Idx = LiveInts->getInstructionIndex(MI); in visitMachineOperand()
1052 SlotIndex UseIdx = LiveInts->getInstructionIndex(MI); in checkLiveness()
1159 SlotIndex DefIdx = LiveInts->getInstructionIndex(MI); in checkLiveness()
DVirtRegMap.cpp332 SlotIndex BaseIndex = LIS->getInstructionIndex(&MI); in readsUndefSubreg()
/external/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp275 SlotIndex PairedIndex = LIS->getInstructionIndex(Paired); in mergeRead2Pair()
294 SlotIndex Read2Index = LIS->getInstructionIndex(Read2); in mergeRead2Pair()
343 SlotIndex PairedIndex = LIS->getInstructionIndex(Paired); in mergeWrite2Pair()
371 SlotIndex Write2Index = LIS->getInstructionIndex(Write2); in mergeWrite2Pair()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp194 unsigned getInstructionIndex(const Instruction *I) { in getInstructionIndex() function in __anonf252b8970111::LargeBlockInfo
366 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()
368 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) { in rewriteSingleStoreAlloca()
450 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI)); in promoteSingleBlockAlloca()
463 unsigned LoadIdx = LBI.getInstructionIndex(LI); in promoteSingleBlockAlloca()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h203 SlotIndex getInstructionIndex(const MachineInstr *instr) const { in getInstructionIndex() function
204 return Indexes->getInstructionIndex(instr); in getInstructionIndex()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DInstructionOffsetMap.java101 public int getInstructionIndex() { in getInstructionIndex() method in InstructionOffsetMap.InvalidInstructionIndex
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DPreInstructionRegisterInfoMethodItem.java190 if (predecessor.getInstructionIndex() == -1) { in writeFullMerge()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.h50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTokenRewriteStream.h50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DAnalyzedInstruction.java101 public int getInstructionIndex() { in getInstructionIndex() method in AnalyzedInstruction
DMethodAnalyzer.java223 analyzedState.set(instructionToAnalyze.getInstructionIndex()); in analyze()
226 instructionsToAnalyze.set(successor.getInstructionIndex()); in analyze()
553 instructionsToProcess.set(successor.getInstructionIndex());
1175 int instructionIndex = analyzedInstruction.getInstructionIndex();
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTokenRewriteStream.h50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTokenRewriteStream.h50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp102 SlotIndex FMAIdx = LIS->getInstructionIndex(MI); in processBlock()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp343 SlotIndex S = LIS->getInstructionIndex(MI).getRegSlot(); in shrinkToUses()
420 : LIS->getInstructionIndex(MI); in addInstrToLiveness()
546 SlotIndex MX = LIS->getInstructionIndex(MI).getRegSlot(); in removeInstrFromLiveness()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp323 SlotIndex SI = LIs.getInstructionIndex(&MI); in regJustKilledBefore()

12