Searched refs:printImm (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMIRFormatter.cpp | 20 void AMDGPUMIRFormatter::printImm(raw_ostream &OS, const MachineInstr &MI, in printImm() function in AMDGPUMIRFormatter 29 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 | 43 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 | 61 void printImm(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
|
H A D | AArch64InstPrinter.cpp | 1149 printImm(MI, OpNo, STI, O); in printImmHex() 1156 void AArch64InstPrinter::printImm(const MCInst *MI, unsigned OpNo, in printSImm() 1141 void AArch64InstPrinter::printImm(const MCInst *MI, unsigned OpNo, printImm() function in AArch64InstPrinter
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 867 Formatter->printImm(OS, *getParent(), OpIdx, getImm()); in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 971 let PrintMethod = "printImm"; 979 let PrintMethod = "printImm"; 986 let PrintMethod = "printImm"; 2716 let PrintMethod = "printImm";
|