Searched refs:printIfSet (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AMDGPU/InstPrinter/ |
D | AMDGPUInstPrinter.cpp | 577 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, in printIfSet() function in AMDGPUInstPrinter 589 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, in printIfSet() function in AMDGPUInstPrinter 599 printIfSet(MI, OpNo, O, '|'); in printAbs() 604 printIfSet(MI, OpNo, O, "_SAT"); in printClamp() 639 printIfSet(MI, OpNo, O, "*", " "); in printLast() 644 printIfSet(MI, OpNo, O, '-'); in printNeg() 665 printIfSet(MI, OpNo, O, '+'); in printRel() 670 printIfSet(MI, OpNo, O, "ExecMask,"); in printUpdateExecMask() 675 printIfSet(MI, OpNo, O, "Pred,"); in printUpdatePred()
|
D | AMDGPUInstPrinter.h | 81 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O, 83 static void printIfSet(const MCInst *MI, unsigned OpNo,
|