Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7779 bool Unpacked, bool IsD16, int DMaskPop, in constructRetValue() argument
7789 int MaskPopDwords = (!IsD16 || Unpacked) ? DMaskPop : (DMaskPop + 1) / 2; in constructRetValue()
7800 if (DMaskPop > 0 && Data.getValueType() != MaskPopVT) { in constructRetValue()