Searched refs:printImm (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMIRFormatter.cpp | 19 void AMDGPUMIRFormatter::printImm(raw_ostream &OS, const MachineInstr &MI, in printImm() function in AMDGPUMIRFormatter 28 MIRFormatter::printImm(OS, MI, OpIdx, Imm); in printImm()
|
| H A D | AMDGPUMIRFormatter.h | 34 virtual void printImm(raw_ostream &OS, const MachineInstr &MI,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRFormatter.h | 44 virtual void printImm(raw_ostream &OS, const MachineInstr &MI, in printImm() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.h | 62 void printImm(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
|
| H A D | AArch64InstPrinter.cpp | 1163 printImm(MI, OpNo, STI, O); in printOperand() 1170 void AArch64InstPrinter::printImm(const MCInst *MI, unsigned OpNo, in printImm() function in AArch64InstPrinter
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 879 Formatter->printImm(OS, *getParent(), OpIdx, getImm()); in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 1043 let PrintMethod = "printImm"; 1051 let PrintMethod = "printImm"; 1058 let PrintMethod = "printImm"; 2849 let PrintMethod = "printImm";
|