Searched refs:getInstructionIndex (Results 1 - 25 of 31) 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 DLiveIntervalAnalysis.cpp229 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
423 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
520 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
823 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
826 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
1189 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI);
1214 SlotIndex Idx = Indexes->getInstructionIndex(MII);
1234 SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
1248 SlotIndex OldIndex = Indexes->getInstructionIndex(MI);
1249 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStar
[all...]
H A DLiveRangeEdit.cpp128 DefIdx = LIS.getInstructionIndex(RM.OrigMI);
192 LIS.getInstructionIndex(DefMI),
193 LIS.getInstructionIndex(UseMI)))
224 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
H A DSlotIndexes.cpp163 startIdx = getInstructionIndex(Begin);
169 endIdx = getInstructionIndex(End);
H A DRegisterCoalescer.cpp460 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
635 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
681 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI);
734 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true);
866 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI);
991 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI);
1015 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI);
1059 SlotIndex Idx = LIS->getInstructionIndex(CopyMI);
1102 SlotIndex UseIdx = LIS->getInstructionIndex(&MI);
1152 Reads = DstInt->liveAt(LIS->getInstructionIndex(UseM
[all...]
H A DRegisterPressure.cpp232 return LIS->getInstructionIndex(IdxPos).getRegSlot();
483 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
727 SlotIndex SlotIdx = LIS->getInstructionIndex(MI);
893 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot();
917 SlotIdx = LIS->getInstructionIndex(MI).getRegSlot();
H A DStackColoring.cpp397 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI);
560 SlotIndex Index = Indexes->getInstructionIndex(&I);
611 SlotIndex Index = Indexes->getInstructionIndex(&I);
H A DInlineSpiller.cpp688 SlotIndex Idx = LIS.getInstructionIndex(CopyMI);
787 SlotIndex Idx = LIS.getInstructionIndex(MI);
867 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true);
1059 SlotIndex Idx = LIS.getInstructionIndex(I).getRegSlot();
1145 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
1260 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
H A DLiveRangeCalc.cpp47 Indexes.getInstructionIndex(MI).getRegSlot(MO.isEarlyClobber());
186 UseIdx = Indexes->getInstructionIndex(MI).getRegSlot(isEarlyClobber);
H A DMachineVerifier.cpp391 errs() << Indexes->getInstructionIndex(MI) << '\t';
705 SlotIndex idx = Indexes->getInstructionIndex(MI);
966 SlotIndex Idx = LiveInts->getInstructionIndex(MI);
1004 SlotIndex UseIdx = LiveInts->getInstructionIndex(MI);
1111 SlotIndex DefIdx = LiveInts->getInstructionIndex(MI);
H A DSplitKit.cpp70 LSP.first = LIS.getInstructionIndex(FirstTerm);
81 LSP.second = LIS.getInstructionIndex(I);
131 UseSlots.push_back(LIS.getInstructionIndex(MO.getParent()).getRegSlot());
654 SlotIndex Kill = LIS.getInstructionIndex(MBBI).getRegSlot();
964 SlotIndex Idx = LIS.getInstructionIndex(MI);
H A DLiveDebugVariables.cpp525 LIS->getInstructionIndex(std::prev(MBBI)).getRegSlot();
629 SlotIndex Idx = LIS.getInstructionIndex(MI);
H A DTwoAddressInstructionPass.cpp418 SlotIndex useIdx = LIS->getInstructionIndex(MI);
1494 LIS->getInstructionIndex(MI).getRegSlot(IsEarlyClobber);
1551 SlotIndex MIIdx = LIS->getInstructionIndex(MI);
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h202 SlotIndex getInstructionIndex(const MachineInstr *instr) const { function in class:llvm::LiveIntervals
203 return Indexes->getInstructionIndex(instr);
/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.cpp204 unsigned getInstructionIndex(const Instruction *I) { function in class:__anon11106::LargeBlockInfo
382 StoreIndex = LBI.getInstructionIndex(OnlyStore);
384 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
464 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
477 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/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp102 SlotIndex FMAIdx = LIS->getInstructionIndex(MI);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPreInstructionRegisterInfoMethodItem.java188 if (predecessor.getInstructionIndex() == -1) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp334 SlotIndex S = LIS->getInstructionIndex(MI).getRegSlot();
411 : LIS->getInstructionIndex(MI);
537 SlotIndex MX = LIS->getInstructionIndex(MI).getRegSlot();
/external/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp323 SlotIndex SI = LIs.getInstructionIndex(&MI);

Completed in 944 milliseconds

12