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

/external/llvm/lib/Target/AMDGPU/InstPrinter/
H A DAMDGPUInstPrinter.cpp577 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, function in class:AMDGPUInstPrinter
589 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, function in class:AMDGPUInstPrinter
599 printIfSet(MI, OpNo, O, '|');
604 printIfSet(MI, OpNo, O, "_SAT");
639 printIfSet(MI, OpNo, O, "*", " ");
644 printIfSet(MI, OpNo, O, '-');
665 printIfSet(MI, OpNo, O, '+');
670 printIfSet(MI, OpNo, O, "ExecMask,");
675 printIfSet(MI, OpNo, O, "Pred,");
H A DAMDGPUInstPrinter.h81 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O,
83 static void printIfSet(const MCInst *MI, unsigned OpNo,

Completed in 52 milliseconds