Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h137 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp5992 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local
5997 return DescSize; in getInstSizeInBytes()
6004 return DescSize; // No operands. in getInstSizeInBytes()
6007 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
6011 return DescSize; in getInstSizeInBytes()
6014 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
6018 return DescSize; in getInstSizeInBytes()
6021 return isVOP3(MI) ? 12 : (DescSize + 4); in getInstSizeInBytes()
6023 return DescSize; in getInstSizeInBytes()
6052 return DescSize; in getInstSizeInBytes()