Home
last modified time | relevance | path

Searched refs:printNamedBit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.h47 void printNamedBit(const MCInst *MI, unsigned OpNo, raw_ostream &O,
H A DAMDGPUInstPrinter.cpp91 void AMDGPUInstPrinter::printNamedBit(const MCInst *MI, unsigned OpNo, in printNamedBit() function in AMDGPUInstPrinter
272 printNamedBit(MI, OpNo, O, "a16"); in printR128A16()
274 printNamedBit(MI, OpNo, O, "r128"); in printR128A16()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1168 "printNamedBit(MI, OpNo, O, \""#Id#"\"); }";