Searched refs:printRegOperand (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.h | 34 static void printRegOperand(unsigned RegNo, raw_ostream &O, 102 void printRegOperand(unsigned RegNo, raw_ostream &O);
|
H A D | AMDGPUInstPrinter.cpp | 341 void AMDGPUInstPrinter::printRegOperand(unsigned RegNo, raw_ostream &O, in printRegOperand() function in AMDGPUInstPrinter 579 printRegOperand(STI.getFeatureBits()[AMDGPU::FeatureWavefrontSize64] ? in printDefaultVccOperand() 602 printRegOperand(Op.getReg(), O, MRI); in printOperand() 1002 printRegOperand(MI->getOperand(OpNo).getReg(), O, MRI); in printExpSrcN()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 1468 AMDGPUInstPrinter::printRegOperand(MO.getReg(), O, in PrintAsmOperand()
|