Home
last modified time | relevance | path

Searched refs:DescSize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h164 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp7090 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local
7095 unsigned Size = DescSize; in getInstSizeInBytes()
7110 return DescSize; // No operands. in getInstSizeInBytes()
7113 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
7117 return DescSize; in getInstSizeInBytes()
7120 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
7124 return DescSize; in getInstSizeInBytes()
7127 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
7129 return DescSize; in getInstSizeInBytes()
7157 return DescSize; in getInstSizeInBytes()