Home
last modified time | relevance | path

Searched refs:processInstruction (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp57 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/
DLCSSA.cpp62 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/
DMipsAsmParser.cpp195 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/
DX86AsmParser.cpp688 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/
DGVN.cpp703 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/
DARMAsmParser.cpp317 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()