/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXFPRoundingModePass.cpp | 59 void processInstruction(MachineInstr &MI); 76 processInstruction(MI); in runOnMachineFunction() 162 void PTXFPRoundingModePass::processInstruction(MachineInstr &MI) { in processInstruction() function in PTXFPRoundingModePass
|
/external/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 57 void processInstruction(MachineBasicBlock::iterator &I, 299 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass 332 processInstruction(J, MFI); in seekLEAFixup() 414 processInstruction(I, MFI); in processBasicBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 63 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT, in processInstruction() function 193 processInstruction(*OtherLoop, *I, DT, EBs, PredCache, LI); in processInstruction() 246 Changed |= processInstruction(L, I, DT, ExitBlocks, PredCache, LI); in formLCSSA()
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 206 bool processInstruction(Instruction *I);
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 725 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 2534 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 2625 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 2868 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | GVN.cpp | 545 bool processInstruction(Instruction *I); 2021 bool GVN::processInstruction(Instruction *I) { in processInstruction() function in GVN 2187 ChangedFunction |= processInstruction(BI); in processBlock()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 118 int processInstruction(MCInst &Inst, OperandVector const &Operands, 781 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction() 1524 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2048 bool GVN::processInstruction(Instruction *I) { in processInstruction() function in GVN 2261 ChangedFunction |= processInstruction(&*BI); in processBlock()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 203 void processInstruction(MCInst &Inst, 4145 processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser 4421 processInstruction(Inst, Operands); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 325 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, 1508 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser 3767 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 355 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out); 6822 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser 8835 while (processInstruction(Inst, Operands, Out)) in MatchAndEmitInstruction()
|