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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.h 164 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 7090 unsigned DescSize = Desc.getSize();
7095 unsigned Size = DescSize;
7110 return DescSize; // No operands.
7113 return isVOP3(MI) ? 12 : (DescSize + 4);
7117 return DescSize;
7120 return isVOP3(MI) ? 12 : (DescSize + 4);
7124 return DescSize;
7127 return isVOP3(MI) ? 12 : (DescSize + 4);
7129 return DescSize;
7157 return DescSize;
    [all...]

Completed in 115 milliseconds