| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupInstTuning.cpp | 47 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB, 78 bool X86FixupInstTuningPass::processInstruction( in processInstruction() function in X86FixupInstTuningPass 580 if (processInstruction(MF, MBB, I)) { in runOnMachineFunction()
|
| H A D | X86FixupLEAs.cpp | 53 void processInstruction(MachineBasicBlock::iterator &I, 262 processInstruction(I, MBB); in runOnMachineFunction() 648 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass 682 processInstruction(J, MBB); in seekLEAFixup()
|
| H A D | X86FixupVectorConstants.cpp | 43 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB, 338 bool X86FixupVectorConstantsPass::processInstruction(MachineFunction &MF, in processInstruction() function in X86FixupVectorConstantsPass 787 if (processInstruction(MF, MBB, MI)) { in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 59 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, 394 bool XtensaAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in XtensaAsmParser 462 processInstruction(Inst, IDLoc, Out, STI); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 216 LiveCUFinder.processInstruction(M, I); in stripDeadDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 112 LLVM_ABI void processInstruction(const Module &M, const Instruction &I);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 389 bool processInstruction(Instruction *I);
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 132 void processInstruction(MCInst &Inst, const OperandVector &Ops); 825 void PPCAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in PPCAsmParser 1283 processInstruction(Inst, Operands); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 81 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 1495 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in LoongArchAsmParser 1664 return processInstruction(Inst, IDLoc, Operands, Out); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 147 int processInstruction(MCInst &Inst, OperandVector const &Operands, 570 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction() 1353 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1208 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 3796 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 4300 while (processInstruction(Inst, Operands)) in matchAndEmitATTInstruction() 4404 while (processInstruction(Inst, Operands)) in matchAndEmitATTInstruction() 4635 while (processInstruction(Inst, Operands)) in matchAndEmitIntelInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 189 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 1394 return processInstruction(Inst, IDLoc, Operands, Out); in matchAndEmitInstruction() 3844 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 72 DIFinder.processInstruction(*M, I); in collectDebugInfoFromInstructions()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 223 processInstruction(M, I); in processModule() 248 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 2686 bool GVNPass::processInstruction(Instruction *I) { in processInstruction() function in GVNPass 2915 ChangedFunction |= processInstruction(&Inst); in processBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 439 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, 1826 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser 5947 if (processInstruction(Inst, IDLoc, Out, STI)) in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 665 bool processInstruction(MCInst &Inst, const OperandVector &Ops, 8950 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser 11479 while (processInstruction(Inst, Operands, MnemonicOpsEndInd, Out)) in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 18242 …uctionERNS1_15SmallVectorImplIS3_EE", "(anonymous namespace)::GVN::processInstruction(llvm::Instru…
|