/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
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() 683 processInstruction(J, MBB); in seekLEAFixup() 648 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, processInstruction() function in FixupLEAPass
|
H A D | X86FixupVectorConstants.cpp | 43 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB, 331 bool X86FixupVectorConstantsPass::processInstruction(MachineFunction &MF, in processInstruction() function in X86FixupVectorConstantsPass 697 if (processInstruction(MF, MBB, MI)) { in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 57 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, 365 bool XtensaAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in XtensaAsmParser 441 processInstruction(Inst, IDLoc, Out, STI); in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | StripSymbols.cpp | 215 LiveCUFinder.processInstruction(M, I); in stripDeadDebugInfoImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 108 void processInstruction(const Module &M, const Instruction &I);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVN.h | 363 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/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 69 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, 1335 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in LoongArchAsmParser 1505 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 145 int processInstruction(MCInst &Inst, OperandVector const &Operands, 568 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction() 1346 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1186 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 3769 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser 4203 while (processInstruction(Inst, Operands)) in matchAndEmitATTInstruction() 4307 while (processInstruction(Inst, Operands)) in matchAndEmitATTInstruction() 4538 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, 1405 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction() 3584 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 | 59 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 205 processInstruction(M, I); in processModule() 239 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 2615 bool GVNPass::processInstruction(Instruction *I) { in processInstruction() function in GVNPass 2855 ChangedFunction |= processInstruction(&*BI); in processBlock()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 662 bool processInstruction(MCInst &Inst, const OperandVector &Ops, 8882 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser 11390 while (processInstruction(Inst, Operands, MnemonicOpsEndInd, Out)) in MatchAndEmitInstruction()
|