/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-10.0/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 50 void processInstruction(MachineBasicBlock::iterator &I, 229 processInstruction(I, MBB); in runOnMachineFunction() 442 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass 475 processInstruction(J, MBB); in seekLEAFixup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 69 void processInstruction(const Module &M, const Instruction &I);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfo.h | 77 void processInstruction(const Module &M, const Instruction &I);
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 53 void processInstruction(MachineBasicBlock::iterator &I, 244 processInstruction(I, MBB); in runOnMachineFunction() 459 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass 493 processInstruction(J, MBB); in seekLEAFixup()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 70 LogicalResult processInstruction(llvm::Instruction *inst); 363 if (failed(processInstruction(i))) in processConstant() 524 LogicalResult Importer::processInstruction(llvm::Instruction *inst) { in processInstruction() function in Importer 831 if (failed(processInstruction(&inst))) in processBasicBlock()
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 206 bool processInstruction(Instruction *I);
|
/external/angle/third_party/vulkan-deps/glslang/src/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 693 nextInst = processInstruction(word, instFn, idFn); in process()
|
/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 690 nextInst = processInstruction(word, instFn, idFn); in process()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 273 bool processInstruction(Instruction *I);
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 331 bool processInstruction(Instruction *I);
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Deserializer.cpp | 422 LogicalResult processInstruction(spirv::Opcode opcode, 602 if (failed(processInstruction(opcode, operands))) in deserialize() 610 if (failed(processInstruction(deferred.first, deferred.second, false))) { in deserialize() 976 if (failed(processInstruction(opcode, instOperands))) { in processFunction() 2392 LogicalResult Deserializer::processInstruction(spirv::Opcode opcode, in processInstruction() function in Deserializer
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 125 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 823 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction() 1792 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
|
/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-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 139 int processInstruction(MCInst &Inst, OperandVector const &Operands, 558 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction() 1281 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
|
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 140 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 1021 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction() 2338 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
|
/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-project/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 141 int processInstruction(MCInst &Inst, OperandVector const &Operands, 564 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction() 1292 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 72 processInstruction(M, I); in processModule() 106 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfo.cpp | 72 processInstruction(M, I); in processModule() 106 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1153 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 3560 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 4170 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4275 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4541 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 928 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 2932 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 3238 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 3561 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|