Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1250 unsigned CountDw = 0; in selectDSOrderedIntrinsic() local
1253 CountDw = (IndexOperand >> 24) & 0xf; in selectDSOrderedIntrinsic()
1256 if (CountDw < 1 || CountDw > 4) { in selectDSOrderedIntrinsic()
1273 Offset1 |= (CountDw - 1) << 6; in selectDSOrderedIntrinsic()
H A DSIISelLowering.cpp6825 unsigned CountDw = 0; in LowerINTRINSIC_W_CHAIN() local
6828 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()
6831 if (CountDw < 1 || CountDw > 4) { in LowerINTRINSIC_W_CHAIN()
6851 Offset1 |= (CountDw - 1) << 6; in LowerINTRINSIC_W_CHAIN()