| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 53 void processInstruction(MachineBasicBlock::iterator &I, 267 processInstruction(I, MBB); in runOnMachineFunction() 656 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass 690 processInstruction(J, MBB); in seekLEAFixup()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 103 void processInstruction(const Module &M, const Instruction &I);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 348 bool processInstruction(Instruction *I);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 71 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 1120 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in LoongArchAsmParser 1264 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 88 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 672 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction() 914 bool CSKYAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in CSKYAsmParser
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 142 int processInstruction(MCInst &Inst, OperandVector const &Operands, 562 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction() 1291 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1170 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 3634 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 4193 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4297 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4559 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 152 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 1082 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction() 2654 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 173 processInstruction(M, I); in processModule() 207 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 56 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 2420 bool GVNPass::processInstruction(Instruction *I) { in processInstruction() function in GVNPass 2652 ChangedFunction |= processInstruction(&*BI); in processBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 448 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, 1868 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser 5978 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 657 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out); 8716 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser 11011 while (processInstruction(Inst, Operands, Out)) in MatchAndEmitInstruction()
|