Searched refs:printIfSet (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1151 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, function in class:AMDGPUInstPrinter
1163 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, function in class:AMDGPUInstPrinter
1409 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, '|');
1438 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, "_SAT");
1470 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, "*", " ");
1488 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, '-');
1551 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, '+');
1586 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, "ExecMask,");
1591 AMDGPUInstPrinter::printIfSet(MI, OpNo, O, "Pred,");
H A DAMDGPUInstPrinter.h197 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O,
199 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O,

Completed in 61 milliseconds