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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp71 bool processInstruction(MCInst &Inst,
1513 processInstruction(MCInst &Inst, function in class:X86AsmParser
1804 while (processInstruction(Inst, Operands))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp605 bool processInstruction(Instruction *I);
2174 /// processInstruction - When calculating availability, handle an instruction
2176 bool GVN::processInstruction(Instruction *I) { function in class:GVN
2355 ChangedFunction |= processInstruction(BI);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp224 bool processInstruction(MCInst &Inst,
5319 // instruction. We'll make the transformation in processInstruction()
5373 // switched to the t2 encodings in processInstruction() if necessary.
5669 processInstruction(MCInst &Inst, function in class:__anon10144::ARMAsmParser
7503 while (processInstruction(Inst, Operands))

Completed in 405 milliseconds