Searched refs:processInstruction (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 57 void processInstruction(MachineBasicBlock::iterator &I, 227 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass 261 processInstruction(J, MFI); in seekLEAFixup() 339 processInstruction(I, MFI); in processBasicBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 62 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT, in processInstruction() function 215 Changed |= processInstruction(L, *I, DT, ExitBlocks, PredCache); in formLCSSA()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 195 bool processInstruction(MCInst &Inst, SMLoc IDLoc, 900 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser 1396 if (processInstruction(Inst, IDLoc, Instructions)) in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 688 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 2199 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 2337 while (processInstruction(Inst, Operands)) in MatchAndEmitInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 703 bool processInstruction(Instruction *I); 2213 bool GVN::processInstruction(Instruction *I) { in processInstruction() function in GVN 2406 ChangedFunction |= processInstruction(BI); in processBlock()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 317 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 6173 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser 8060 while (processInstruction(Inst, Operands)) in MatchAndEmitInstruction()
|