Searched refs:printRegOperand (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.h | 35 static void printRegOperand(unsigned RegNo, raw_ostream &O, 82 void printRegOperand(unsigned RegNo, raw_ostream &O);
|
H A D | AMDGPUInstPrinter.cpp | 367 void AMDGPUInstPrinter::printRegOperand(unsigned RegNo, raw_ostream &O, in printRegOperand() function in AMDGPUInstPrinter 726 printRegOperand(STI.hasFeature(AMDGPU::FeatureWavefrontSize64) in printDefaultVccOperand() 804 printRegOperand(Op.getReg(), O, MRI); in printRegularOperand() 1257 printRegOperand(MI->getOperand(OpNo).getReg(), O, MRI); in printExpSrcN()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 1450 AMDGPUInstPrinter::printRegOperand(MO.getReg(), O, in PrintAsmOperand()
|