Searched refs:DescSize (Results 1 – 3 of 3) sorted by relevance
113 void EmitAMDGPUNote(const MCExpr *DescSize, unsigned NoteType,
3097 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local3101 if (DescSize == 8 || DescSize == 4) in getInstSizeInBytes()3102 return DescSize; in getInstSizeInBytes()3104 assert(DescSize == 0); in getInstSizeInBytes()
4776 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local4783 if (DescSize != 0 && DescSize != 4) in getInstSizeInBytes()4784 return DescSize; in getInstSizeInBytes()4787 return DescSize; in getInstSizeInBytes()4809 if (DescSize == 4) in getInstSizeInBytes()