Searched refs:getInstructionIndex (Results 1 - 25 of 29) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DInstructionOffsetMap.java101 public int getInstructionIndex() { method in class:InstructionOffsetMap.InvalidInstructionIndex
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp130 DefIdx = LIS.getInstructionIndex(RM.OrigMI);
194 LIS.getInstructionIndex(DefMI),
195 LIS.getInstructionIndex(UseMI)))
226 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
H A DLiveIntervalAnalysis.cpp215 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
337 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
648 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
651 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
1000 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI);
1025 SlotIndex Idx = Indexes->getInstructionIndex(MII);
1045 SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
1059 SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
1060 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart);
1081 endIdx = getInstructionIndex(En
[all...]
H A DSlotIndexes.cpp163 startIdx = getInstructionIndex(Begin);
169 endIdx = getInstructionIndex(End);
H A DRegisterCoalescer.cpp434 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
572 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
627 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI);
679 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true);
742 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI);
864 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI);
888 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI);
916 SlotIndex Idx = LIS->getInstructionIndex(CopyMI);
938 SlotIndex Idx = LIS->getInstructionIndex(MI);
979 Reads = DstInt->liveAt(LIS->getInstructionIndex(UseM
[all...]
H A DLiveRangeCalc.cpp54 Idx = Indexes->getInstructionIndex(MI)
88 Idx = Indexes->getInstructionIndex(MI).getRegSlot();
H A DRegisterPressure.cpp233 return LIS->getInstructionIndex(IdxPos).getRegSlot();
482 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
726 SlotIndex SlotIdx = LIS->getInstructionIndex(MI);
892 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot();
916 SlotIdx = LIS->getInstructionIndex(MI).getRegSlot();
H A DStackColoring.cpp397 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI);
559 SlotIndex Index = Indexes->getInstructionIndex(&I);
610 SlotIndex Index = Indexes->getInstructionIndex(&I);
H A DInlineSpiller.cpp686 SlotIndex Idx = LIS.getInstructionIndex(CopyMI);
785 SlotIndex Idx = LIS.getInstructionIndex(MI);
856 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true);
1046 SlotIndex Idx = LIS.getInstructionIndex(I).getRegSlot();
1133 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
1245 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
H A DMachineVerifier.cpp407 *OS << Indexes->getInstructionIndex(MI) << '\t';
709 SlotIndex idx = Indexes->getInstructionIndex(MI);
969 SlotIndex Idx = LiveInts->getInstructionIndex(MI);
1007 SlotIndex UseIdx = LiveInts->getInstructionIndex(MI);
1084 SlotIndex DefIdx = LiveInts->getInstructionIndex(MI);
H A DSplitKit.cpp75 LSP.first = LIS.getInstructionIndex(FirstTerm);
86 LSP.second = LIS.getInstructionIndex(I);
137 UseSlots.push_back(LIS.getInstructionIndex(MO.getParent()).getRegSlot());
670 SlotIndex Kill = LIS.getInstructionIndex(MBBI).getRegSlot();
987 SlotIndex Idx = LIS.getInstructionIndex(MI);
H A DLiveDebugVariables.cpp487 LIS->getInstructionIndex(std::prev(MBBI)).getRegSlot();
591 SlotIndex Idx = LIS.getInstructionIndex(MI);
H A DTwoAddressInstructionPass.cpp375 SlotIndex useIdx = LIS->getInstructionIndex(MI);
1419 LIS->getInstructionIndex(MI).getRegSlot(IsEarlyClobber);
1476 SlotIndex MIIdx = LIS->getInstructionIndex(MI);
H A DPHIElimination.cpp513 SlotIndex LastUseIndex = LIS->getInstructionIndex(KillInst);
H A DMachineScheduler.cpp954 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(I));
968 = LI.Query(LIS->getInstructionIndex(SU->getInstr()));
1139 LI.Query(LIS->getInstructionIndex(UI->SU->getInstr()));
1541 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(&*FirstPos);
1542 RegionEndIdx = DAG->getLIS()->getInstructionIndex(
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h204 SlotIndex getInstructionIndex(const MachineInstr *instr) const { function in class:llvm::LiveIntervals
205 return Indexes->getInstructionIndex(instr);
H A DSlotIndexes.h414 SlotIndex getInstructionIndex(const MachineInstr *MI) const { function in class:llvm::SlotIndexes
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java92 public int getInstructionIndex() { method in class:AnalyzedInstruction
H A DMethodAnalyzer.java219 analyzedState.set(instructionToAnalyze.getInstructionIndex());
222 instructionsToAnalyze.set(successor.getInstructionIndex());
514 instructionsToProcess.set(successor.getInstructionIndex());
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp203 unsigned getInstructionIndex(const Instruction *I) { function in class:__anon26359::LargeBlockInfo
377 StoreIndex = LBI.getInstructionIndex(OnlyStore);
379 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
458 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
471 unsigned LoadIdx = LBI.getInstructionIndex(LI);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTokenRewriteStream.h50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTokenRewriteStream.h50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTokenRewriteStream.h50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTokenRewriteStream.h50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPreInstructionRegisterInfoMethodItem.java188 if (predecessor.getInstructionIndex() == -1) {

Completed in 589 milliseconds

12