Home
last modified time | relevance | path

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

/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()