Searched refs:printNamedBit (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.h | 48 void printNamedBit(const MCInst *MI, unsigned OpNo, raw_ostream &O,
|
H A D | AMDGPUInstPrinter.cpp | 95 void AMDGPUInstPrinter::printNamedBit(const MCInst *MI, unsigned OpNo, in printNamedBit() function in AMDGPUInstPrinter 315 printNamedBit(MI, OpNo, O, "a16"); in printR128A16() 317 printNamedBit(MI, OpNo, O, "r128"); in printR128A16()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.td | 1040 "printNamedBit(MI, OpNo, O, \""#Id#"\"); }";
|