| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 95 void processInstruction(const Module &M, const Instruction &I);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 344 bool processInstruction(Instruction *I);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/ |
| H A 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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 147 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 D | X86AsmParser.cpp | 1153 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 D | DebugInfo.cpp | 158 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 D | CloneFunction.cpp | 58 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 2295 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 D | MipsAsmParser.cpp | 442 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 D | ARMAsmParser.cpp | 648 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()
|