Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXFPRoundingModePass.cpp59 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/
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-7.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp61 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/
DDebugInfo.h70 void processInstruction(const Module &M, const Instruction &I);
/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h206 bool processInstruction(Instruction *I);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp80 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/
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
687 nextInst = processInstruction(word, instFn, idFn); in process()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h267 bool processInstruction(Instruction *I);
/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/lib/Transforms/Scalar/
DGVN.cpp545 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/
DHexagonAsmParser.cpp140 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/
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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp860 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/
DDebugInfo.cpp73 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/
DCloneFunction.cpp55 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp1874 bool GVN::processInstruction(Instruction *I) { in processInstruction() function in GVN
2092 ChangedFunction |= processInstruction(&*BI); in processBlock()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2048 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/
DARMAsmParser.cpp203 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/
DMipsAsmParser.cpp325 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/
DMipsAsmParser.cpp396 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/
DARMAsmParser.cpp560 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/
DARMAsmParser.cpp355 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()