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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 206 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
207 return indexes_->getInstructionIndex(instr);
SlotIndexes.h 438 SlotIndex getInstructionIndex(const MachineInstr *MI) const {
  /external/llvm/lib/CodeGen/
StrongPHIElimination.cpp 185 return LI->getInstructionIndex(LHS) < LI->getInstructionIndex(RHS);
391 SlotIndex LastUseIndex = LI->getInstructionIndex(LastUse->getParent());
572 && LI->getInterval(NewParent).liveAt(LI->getInstructionIndex(*BBI))) {
731 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
744 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
777 SlotIndex DestCopyIndex = LI->getInstructionIndex(CopyInstr);
788 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
LiveIntervalAnalysis.cpp 205 killIdx = getInstructionIndex(vi.Kills[0]).getRegSlot();
255 SlotIndex killIdx = getInstructionIndex(Kill).getRegSlot();
656 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
827 return UValNo && UValNo == li.getVNInfoAt(getInstructionIndex(MI));
853 SlotIndex UseIdx = getInstructionIndex(UseMI);
    [all...]
RegisterCoalescer.cpp 416 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
598 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
667 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI);
720 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true);
771 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(true);
839 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI);
    [all...]
LiveRangeEdit.cpp 113 DefIdx = LIS.getInstructionIndex(RM.OrigMI);
206 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
InlineSpiller.cpp 669 SlotIndex Idx = LIS.getInstructionIndex(CopyMI);
766 SlotIndex Idx = LIS.getInstructionIndex(MI);
837 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true);
    [all...]
MachineVerifier.cpp 357 *OS << Indexes->getInstructionIndex(MI) << '\t';
739 SlotIndex Idx = LiveInts->getInstructionIndex(MI);
791 SlotIndex UseIdx = LiveInts->getInstructionIndex(MI).getRegSlot(true);
844 SlotIndex DefIdx = LiveInts->getInstructionIndex(MI).getRegSlot();
881 SlotIndex idx = Indexes->getInstructionIndex(MI);
    [all...]
SplitKit.cpp 74 LSP.first = LIS.getInstructionIndex(FirstTerm);
85 LSP.second = LIS.getInstructionIndex(I);
138 UseSlots.push_back(LIS.getInstructionIndex(&*I).getRegSlot());
664 SlotIndex Kill = LIS.getInstructionIndex(MBBI).getRegSlot();
    [all...]
LiveDebugVariables.cpp 471 LIS->getInstructionIndex(llvm::prior(MBBI)).getRegSlot();
577 SlotIndex Idx = LIS.getInstructionIndex(MI);
    [all...]
RenderMachineFunction.cpp 956 useDefs[li].insert(lis->getInstructionIndex(mi).getRegSlot(true));
959 useDefs[li].insert(lis->getInstructionIndex(mi).getRegSlot());
    [all...]
LiveInterval.cpp 718 SlotIndex Idx = LIS.getInstructionIndex(MI);
MachineBasicBlock.cpp 302 OS << Indexes->getInstructionIndex(I);
    [all...]
ScheduleDAGInstrs.cpp 439 SlotIndex UseIdx = LIS->getInstructionIndex(MI).getRegSlot();
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 166 /// getInstructionIndex - Get or calculate the index of the specified
168 unsigned getInstructionIndex(const Instruction *I) {
863 StoreIndex = LBI.getInstructionIndex(OnlyStore);
865 if (unsigned(StoreIndex) > 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 217 if (predecessor.getInstructionIndex() == -1) {
MethodDefinition.java 281 if (instruction.getInstructionIndex() == instructions.size()-1) {
285 AnalyzedInstruction nextInstruction = instructions.get(instruction.getInstructionIndex()+1);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 96 public int getInstructionIndex() {
MethodAnalyzer.java 225 analyzedInstructions.set(instructionToAnalyze.getInstructionIndex());
228 instructionsToAnalyze.set(successor.getInstructionIndex());
309 verifiedInstructions.set(instructionToVerify.getInstructionIndex());
312 instructionsToVerify.set(successor.getInstructionIndex());
584 instructionsToProcess.set(successor.getInstructionIndex());
    [all...]

Completed in 689 milliseconds