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

/external/llvm/lib/Target/PTX/
H A DPTXFPRoundingModePass.cpp59 void processInstruction(MachineInstr &MI);
76 processInstruction(MI);
162 void PTXFPRoundingModePass::processInstruction(MachineInstr &MI) { function in class:PTXFPRoundingModePass
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp545 bool processInstruction(Instruction *I);
2024 /// processInstruction - When calculating availability, handle an instruction
2026 bool GVN::processInstruction(Instruction *I) { function in class:GVN
2192 ChangedFunction |= processInstruction(BI);
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp204 void processInstruction(MCInst &Inst,
4309 // instruction. We'll make the transformation in processInstruction()
4369 processInstruction(MCInst &Inst, function in class:__anon6812::ARMAsmParser
4645 processInstruction(Inst, Operands);

Completed in 120 milliseconds