Searched refs:printRegOperand (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.h | 35 static void printRegOperand(unsigned RegNo, raw_ostream &O, 104 void printRegOperand(unsigned RegNo, raw_ostream &O);
|
| H A D | AMDGPUInstPrinter.cpp | 342 void AMDGPUInstPrinter::printRegOperand(unsigned RegNo, raw_ostream &O, in printRegOperand() function in AMDGPUInstPrinter 600 printRegOperand(STI.getFeatureBits()[AMDGPU::FeatureWavefrontSize64] in printDefaultVccOperand() 669 printRegOperand(Op.getReg(), O, MRI); in printRegularOperand() 1091 printRegOperand(MI->getOperand(OpNo).getReg(), O, MRI); in printExpSrcN()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 1171 AMDGPUInstPrinter::printRegOperand(MO.getReg(), O, in PrintAsmOperand()
|