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

  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 57 void processInstruction(MachineBasicBlock::iterator &I,
227 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I,
261 processInstruction(J, MFI);
339 processInstruction(I, MFI);
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 62 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT,
215 Changed |= processInstruction(L, *I, DT, ExitBlocks, PredCache);
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 195 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
900 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 688 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 703 bool processInstruction(Instruction *I);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 317 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
    [all...]

Completed in 563 milliseconds