Searched defs:processInstruction (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp62 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT, function
215 Changed |= processInstruction(L, *I, DT, ExitBlocks, PredCache);
/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp57 void processInstruction(MachineBasicBlock::iterator &I,
227 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, function in class:FixupLEAPass
261 processInstruction(J, MFI);
339 processInstruction(I, MFI);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp688 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
2199 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { function in class:X86AsmParser
2337 while (processInstruction(Inst, Operands))
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp703 bool processInstruction(Instruction *I);
2211 /// processInstruction - When calculating availability, handle an instruction
2213 bool GVN::processInstruction(Instruction *I) { function in class:GVN
2406 ChangedFunction |= processInstruction(BI);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp195 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
900 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, function in class:MipsAsmParser
1396 if (processInstruction(Inst, IDLoc, Instructions))
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp317 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
5745 // We'll make the transformation in processInstruction() if necessary.
5823 // switched to the t2 encodings in processInstruction() if necessary.
6173 bool ARMAsmParser::processInstruction(MCInst &Inst, function in class:__anon25988::ARMAsmParser
8053 { // processInstruction() updates inITBlock state, we need to save it away
8060 while (processInstruction(Inst, Operands))

Completed in 681 milliseconds