Searched refs:printRegOperand (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.h | 32 static void printRegOperand(unsigned RegNo, raw_ostream &O, 100 void printRegOperand(unsigned RegNo, raw_ostream &O);
|
D | AMDGPUInstPrinter.cpp | 284 void AMDGPUInstPrinter::printRegOperand(unsigned RegNo, raw_ostream &O, in printRegOperand() function in AMDGPUInstPrinter 496 printRegOperand(STI.getFeatureBits()[AMDGPU::FeatureWavefrontSize64] ? in printDefaultVccOperand() 519 printRegOperand(Op.getReg(), O, MRI); in printOperand() 886 printRegOperand(MI->getOperand(OpNo).getReg(), O, MRI); in printExpSrcN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 1304 AMDGPUInstPrinter::printRegOperand(MO.getReg(), O, in PrintAsmOperand()
|