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

1 2

  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 123 DefIdx = LIS.getInstructionIndex(RM.OrigMI);
189 LIS.getInstructionIndex(DefMI),
190 LIS.getInstructionIndex(UseMI)))
221 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
LiveIntervalAnalysis.cpp 213 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
333 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
632 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
635 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
    [all...]
SlotIndexes.cpp 163 startIdx = getInstructionIndex(Begin);
169 endIdx = getInstructionIndex(End);
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))) {
732 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
745 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
777 SlotIndex DestCopyIndex = LI->getInstructionIndex(CopyInstr);
787 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
RegisterCoalescer.cpp 435 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
573 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
631 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI);
683 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true);
746 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI);
    [all...]
LiveRangeCalc.cpp 54 Idx = Indexes->getInstructionIndex(MI)
89 Idx = Indexes->getInstructionIndex(MI).getRegSlot();
StackColoring.cpp 420 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI);
579 SlotIndex Index = Indexes->getInstructionIndex(I);
635 SlotIndex Index = Indexes->getInstructionIndex(I);
InlineSpiller.cpp 671 SlotIndex Idx = LIS.getInstructionIndex(CopyMI);
768 SlotIndex Idx = LIS.getInstructionIndex(MI);
839 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true);
    [all...]
RegisterPressure.cpp 267 return LIS->getInstructionIndex(IdxPos).getRegSlot();
457 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
736 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot();
760 SlotIdx = LIS->getInstructionIndex(MI).getRegSlot();
MachineVerifier.cpp 401 *OS << Indexes->getInstructionIndex(MI) << '\t';
702 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());
670 SlotIndex Kill = LIS.getInstructionIndex(MBBI).getRegSlot();
    [all...]
LiveDebugVariables.cpp 480 LIS->getInstructionIndex(llvm::prior(MBBI)).getRegSlot();
586 SlotIndex Idx = LIS.getInstructionIndex(MI);
    [all...]
TwoAddressInstructionPass.cpp 376 SlotIndex useIdx = LIS->getInstructionIndex(MI);
    [all...]
PHIElimination.cpp 513 SlotIndex LastUseIndex = LIS->getInstructionIndex(KillInst);
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 184 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
185 return Indexes->getInstructionIndex(instr);
SlotIndexes.h 414 SlotIndex getInstructionIndex(const MachineInstr *MI) const {
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 247 unsigned getInstructionIndex(const Instruction *I) {
436 StoreIndex = LBI.getInstructionIndex(OnlyStore);
438 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
527 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
541 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 217 if (predecessor.getInstructionIndex() == -1) {
MethodDefinition.java 282 if (instruction.getInstructionIndex() == instructions.size()-1) {
286 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 230 analyzedInstructions.set(instructionToAnalyze.getInstructionIndex());
233 instructionsToAnalyze.set(successor.getInstructionIndex());
336 verifiedInstructions.set(instructionToVerify.getInstructionIndex());
339 instructionsToVerify.set(successor.getInstructionIndex());
611 instructionsToProcess.set(successor.getInstructionIndex());
    [all...]

Completed in 373 milliseconds

1 2