/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 61 void processInstruction(MachineBasicBlock::iterator &I, 379 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass 412 processInstruction(J, MFI); in seekLEAFixup() 591 processInstruction(I, MFI); in processBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 70 void processInstruction(const Module &M, const Instruction &I);
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 206 bool processInstruction(Instruction *I);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 80 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out); 670 return processInstruction(Inst, IDLoc, Out); in MatchAndEmitInstruction() 1187 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
|
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.h | 230 int processInstruction(unsigned word, instfn_t, idfn_t);
|
D | SPVRemapper.cpp | 515 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) in processInstruction() function in spv::spirvbin_t 687 nextInst = processInstruction(word, instFn, idFn); in process()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 267 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 140 int processInstruction(MCInst &Inst, OperandVector const &Operands, 561 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction() 1283 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 860 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 2741 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 2947 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 3238 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 73 processInstruction(M, I); in processModule() 107 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 55 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1874 bool GVN::processInstruction(Instruction *I) { in processInstruction() function in GVN 2092 ChangedFunction |= processInstruction(&*BI); in processBlock()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 396 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, 1809 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser 5330 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 560 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out); 7101 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser 9274 while (processInstruction(Inst, Operands, Out)) 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()
|