Home
last modified time | relevance | path

Searched refs:processInstruction (Results 1 – 11 of 11) 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/llvm/include/llvm/Transforms/Scalar/
DGVN.h206 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/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/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/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()