HomeSort by relevance Sort by last modified time
    Searched refs:getInstructionIndex (Results 1 - 25 of 29) sorted by null

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
InstructionOffsetMap.java 101 public int getInstructionIndex() {
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 130 DefIdx = LIS.getInstructionIndex(RM.OrigMI);
194 LIS.getInstructionIndex(DefMI),
195 LIS.getInstructionIndex(UseMI)))
226 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
LiveIntervalAnalysis.cpp 215 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
337 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
648 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
651 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
    [all...]
SlotIndexes.cpp 163 startIdx = getInstructionIndex(Begin);
169 endIdx = getInstructionIndex(End);
RegisterCoalescer.cpp 434 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);
    [all...]
LiveRangeCalc.cpp 54 Idx = Indexes->getInstructionIndex(MI)
88 Idx = Indexes->getInstructionIndex(MI).getRegSlot();
RegisterPressure.cpp 233 return LIS->getInstructionIndex(IdxPos).getRegSlot();
482 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
726 SlotIndex SlotIdx = LIS->getInstructionIndex(MI);
892 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot();
    [all...]
StackColoring.cpp 397 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI);
559 SlotIndex Index = Indexes->getInstructionIndex(&I);
610 SlotIndex Index = Indexes->getInstructionIndex(&I);
InlineSpiller.cpp 686 SlotIndex Idx = LIS.getInstructionIndex(CopyMI);
785 SlotIndex Idx = LIS.getInstructionIndex(MI);
856 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true);
    [all...]
MachineVerifier.cpp 407 *OS << Indexes->getInstructionIndex(MI) << '\t';
709 SlotIndex idx = Indexes->getInstructionIndex(MI);
    [all...]
SplitKit.cpp 75 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();
    [all...]
LiveDebugVariables.cpp 487 LIS->getInstructionIndex(std::prev(MBBI)).getRegSlot();
591 SlotIndex Idx = LIS.getInstructionIndex(MI);
    [all...]
TwoAddressInstructionPass.cpp 375 SlotIndex useIdx = LIS->getInstructionIndex(MI);
    [all...]
PHIElimination.cpp 513 SlotIndex LastUseIndex = LIS->getInstructionIndex(KillInst);
MachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 204 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
205 return Indexes->getInstructionIndex(instr);
SlotIndexes.h 414 SlotIndex getInstructionIndex(const MachineInstr *MI) const {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
AnalyzedInstruction.java 92 public int getInstructionIndex() {
MethodAnalyzer.java 219 analyzedState.set(instructionToAnalyze.getInstructionIndex());
222 instructionsToAnalyze.set(successor.getInstructionIndex());
514 instructionsToProcess.set(successor.getInstructionIndex());
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 203 unsigned getInstructionIndex(const Instruction *I) {
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);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenRewriteStream.h 50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenRewriteStream.h 50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenRewriteStream.h 50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PreInstructionRegisterInfoMethodItem.java 188 if (predecessor.getInstructionIndex() == -1) {

Completed in 661 milliseconds

1 2