Home
last modified time | relevance | path

Searched refs:processInstruction (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp57 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/
DLCSSA.cpp63 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/
DX86FixupLEAs.cpp50 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/
DDebugInfo.h69 void processInstruction(const Module &M, const Instruction &I);
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h77 void processInstruction(const Module &M, const Instruction &I);
/external/llvm-project/llvm/lib/Target/X86/
DX86FixupLEAs.cpp53 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/
DConvertFromLLVMIR.cpp70 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/
DGVN.h206 bool processInstruction(Instruction *I);
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSPVRemapper.h230 int processInstruction(unsigned word, instfn_t, idfn_t);
DSPVRemapper.cpp515 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/
DSPVRemapper.h230 int processInstruction(unsigned word, instfn_t, idfn_t);
DSPVRemapper.cpp515 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/
DGVN.h273 bool processInstruction(Instruction *I);
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVN.h331 bool processInstruction(Instruction *I);
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp422 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/
DRISCVAsmParser.cpp125 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/
DX86AsmParser.cpp725 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/
DHexagonAsmParser.cpp139 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/
DRISCVAsmParser.cpp140 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/
DHexagonAsmParser.cpp118 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/
DHexagonAsmParser.cpp141 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/
DDebugInfo.cpp72 processInstruction(M, I); in processModule()
106 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp72 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/
DX86AsmParser.cpp1153 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/
DX86AsmParser.cpp928 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()

12