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

/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp56 void processInstruction(MachineBasicBlock::iterator &I,
225 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, function in class:FixupLEAPass
259 processInstruction(J, MFI);
336 processInstruction(I, MFI);
/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp62 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT, function
189 processInstruction(*OtherLoop, *I, DT, EBs, PredCache, LI);
248 Changed |= processInstruction(L, *I, DT, ExitBlocks, PredCache, LI);
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp706 bool processInstruction(Instruction *I);
2222 bool GVN::processInstruction(Instruction *I) { function in class:GVN
2416 ChangedFunction |= processInstruction(BI);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp690 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
2378 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { function in class:X86AsmParser
2547 while (processInstruction(Inst, Operands))
2793 while (processInstruction(Inst, Operands))
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp281 bool processInstruction(MCInst &Inst, SMLoc IDLoc,
1234 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, function in class:MipsAsmParser
2175 if (processInstruction(Inst, IDLoc, Instructions))
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp333 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
6236 // We'll make the transformation in processInstruction() if necessary.
6337 // switched to the t2 encodings in processInstruction() if necessary.
6694 bool ARMAsmParser::processInstruction(MCInst &Inst, function in class:__anon10685::ARMAsmParser
8597 { // processInstruction() updates inITBlock state, we need to save it away
8604 while (processInstruction(Inst, Operands, Out))

Completed in 419 milliseconds