Searched refs:AMDGPUInstPrinter (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 33 void AMDGPUInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) const { in printRegName() 49 void AMDGPUInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 57 void AMDGPUInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() 63 void AMDGPUInstPrinter::printU8ImmOperand(const MCInst *MI, unsigned OpNo, in printU8ImmOperand() 68 void AMDGPUInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() 80 void AMDGPUInstPrinter::printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU4ImmDecOperand() 85 void AMDGPUInstPrinter::printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU8ImmDecOperand() 90 void AMDGPUInstPrinter::printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU16ImmDecOperand() 95 void AMDGPUInstPrinter::printU32ImmOperand(const MCInst *MI, unsigned OpNo, in printU32ImmOperand() 101 void AMDGPUInstPrinter::printNamedBit(const MCInst *MI, unsigned OpNo, in printNamedBit() [all …]
|
| H A D | R600InstPrinter.cpp | 31 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, '|'); in printAbs() 60 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, "_SAT"); in printClamp() 91 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, "*", " "); in printLast() 109 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, '-'); in printNeg() 173 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, '+'); in printRel() 208 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, "ExecMask,"); in printUpdateExecMask() 213 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, "Pred,"); in printUpdatePred()
|
| H A D | CMakeLists.txt | 5 AMDGPUInstPrinter.cpp
|
| H A D | AMDGPUMCTargetDesc.cpp | 92 return new AMDGPUInstPrinter(MAI, MII, MRI); in createAMDGPUMCInstPrinter()
|
| H A D | AMDGPUInstPrinter.h | 20 class AMDGPUInstPrinter : public MCInstPrinter { 22 AMDGPUInstPrinter(const MCAsmInfo &MAI, in AMDGPUInstPrinter() function
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMAMDGPUDesc/ |
| H A D | Makefile | 12 AMDGPUInstPrinter.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | BUILD.gn | 102 "AMDGPUInstPrinter.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 304 AMDGPUInstPrinter InstPrinter(*TM.getMCAsmInfo(), *STI.getInstrInfo(), in emitInstruction()
|
| H A D | AMDGPUAsmPrinter.cpp | 1164 AMDGPUInstPrinter::printRegOperand(MO.getReg(), O, in PrintAsmOperand()
|
| H A D | SIRegisterInfo.cpp | 2515 return AMDGPUInstPrinter::getRegisterName(Reg); in getRegAsmName()
|