Searched refs:printExpSrcN (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.cpp | 868 void AMDGPUInstPrinter::printExpSrcN(const MCInst *MI, unsigned OpNo, in printExpSrcN() function in AMDGPUInstPrinter 894 printExpSrcN<0>(MI, OpNo, STI, O); in printExpSrc0() 900 printExpSrcN<1>(MI, OpNo, STI, O); in printExpSrc1() 906 printExpSrcN<2>(MI, OpNo, STI, O); in printExpSrc2() 912 printExpSrcN<3>(MI, OpNo, STI, O); in printExpSrc3()
|
D | AMDGPUInstPrinter.h | 172 void printExpSrcN(const MCInst *MI, unsigned OpNo,
|