| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupVectorConstants.cpp | 42 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB, 226 bool X86FixupVectorConstantsPass::processInstruction(MachineFunction &MF, in processInstruction() function in X86FixupVectorConstantsPass 451 if (processInstruction(MF, MBB, MI)) { in runOnMachineFunction()
|
| H A D | X86FixupInstTuning.cpp | 48 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB, 80 bool X86FixupInstTuningPass::processInstruction( in processInstruction() function in X86FixupInstTuningPass 509 if (processInstruction(MF, MBB, I)) { in runOnMachineFunction()
|
| H A D | X86FixupLEAs.cpp | 53 void processInstruction(MachineBasicBlock::iterator &I, 263 processInstruction(I, MBB); in runOnMachineFunction() 649 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass 683 processInstruction(J, MBB); in seekLEAFixup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 215 LiveCUFinder.processInstruction(M, I); in stripDeadDebugInfoImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 106 void processInstruction(const Module &M, const Instruction &I);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 354 bool processInstruction(Instruction *I);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 69 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 1162 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in LoongArchAsmParser 1313 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 89 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 673 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction() 915 bool CSKYAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in CSKYAsmParser
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 141 int processInstruction(MCInst &Inst, OperandVector const &Operands, 561 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction() 1289 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1177 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 3675 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 4086 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4190 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4452 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 185 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 1375 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction() 3502 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 57 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 201 processInstruction(M, I); in processModule() 235 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 2544 bool GVNPass::processInstruction(Instruction *I) { in processInstruction() function in GVNPass 2783 ChangedFunction |= processInstruction(&*BI); in processBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 441 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, 1872 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser 6006 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 661 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out); 8716 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser 11162 while (processInstruction(Inst, Operands, Out)) in MatchAndEmitInstruction()
|