Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h113 void EmitAMDGPUNote(const MCExpr *DescSize, unsigned NoteType,
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp3097 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local
3101 if (DescSize == 8 || DescSize == 4) in getInstSizeInBytes()
3102 return DescSize; in getInstSizeInBytes()
3104 assert(DescSize == 0); in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp4776 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local
4783 if (DescSize != 0 && DescSize != 4) in getInstSizeInBytes()
4784 return DescSize; in getInstSizeInBytes()
4787 return DescSize; in getInstSizeInBytes()
4809 if (DescSize == 4) in getInstSizeInBytes()