Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h95 void processInstruction(const Module &M, const Instruction &I);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h344 bool processInstruction(Instruction *I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp147 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
983 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
2531 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1153 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
3565 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser
4175 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4280 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4546 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp158 processInstruction(M, I); in processModule()
192 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp58 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2295 bool GVN::processInstruction(Instruction *I) { in processInstruction() function in GVN
2528 ChangedFunction |= processInstruction(&*BI); in processBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp442 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1872 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser
5936 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp648 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
8658 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser
10955 while (processInstruction(Inst, Operands, Out)) in MatchAndEmitInstruction()