Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h164 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp7159 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local
7164 unsigned Size = DescSize; in getInstSizeInBytes()
7179 return DescSize; // No operands. in getInstSizeInBytes()
7182 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
7186 return DescSize; in getInstSizeInBytes()
7189 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
7193 return DescSize; in getInstSizeInBytes()
7196 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
7198 return DescSize; in getInstSizeInBytes()
7223 return DescSize; in getInstSizeInBytes()