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

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 64 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT,
194 processInstruction(*OtherLoop, *I, DT, EBs, PredCache, LI);
249 Changed |= processInstruction(L, I, DT, ExitBlocks, PredCache, LI);
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 57 void processInstruction(MachineBasicBlock::iterator &I,
290 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I,
324 processInstruction(J, MFI);
406 processInstruction(I, MFI);
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 119 int processInstruction(MCInst &Inst, OperandVector const &Operands,
788 result = processInstruction(MCI, InstOperands, IDLoc, MustExtend);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 719 bool processInstruction(Instruction *I);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 722 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 327 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 336 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
    [all...]

Completed in 385 milliseconds