Searched refs:printIfSet (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/R600/InstPrinter/ |
D | AMDGPUInstPrinter.cpp | 380 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, in printIfSet() function in AMDGPUInstPrinter 394 printIfSet(MI, OpNo, O, "|"); in printAbs() 399 printIfSet(MI, OpNo, O, "_SAT"); in printClamp() 427 printIfSet(MI, OpNo, O.indent(25 - O.GetNumBytesInBuffer()), "*", " "); in printLast() 432 printIfSet(MI, OpNo, O, "-"); in printNeg() 453 printIfSet(MI, OpNo, O, "+"); in printRel() 458 printIfSet(MI, OpNo, O, "ExecMask,"); in printUpdateExecMask() 463 printIfSet(MI, OpNo, O, "Pred,"); in printUpdatePred()
|
D | AMDGPUInstPrinter.h | 62 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O,
|