HomeSort by: relevance | last modified time | path
    Searched refs:printRegOperand (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUInstPrinter.h 34 static void printRegOperand(unsigned RegNo, raw_ostream &O,
102 void printRegOperand(unsigned RegNo, raw_ostream &O);
AMDGPUInstPrinter.cpp 341 void AMDGPUInstPrinter::printRegOperand(unsigned RegNo, raw_ostream &O,
579 printRegOperand(STI.getFeatureBits()[AMDGPU::FeatureWavefrontSize64] ?
602 printRegOperand(Op.getReg(), O, MRI);
1002 printRegOperand(MI->getOperand(OpNo).getReg(), O, MRI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 1468 AMDGPUInstPrinter::printRegOperand(MO.getReg(), O,

Completed in 41 milliseconds