Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1592 unsigned CountDw = 0; in selectDSOrderedIntrinsic() local
1595 CountDw = (IndexOperand >> 24) & 0xf; in selectDSOrderedIntrinsic()
1598 if (CountDw < 1 || CountDw > 4) { in selectDSOrderedIntrinsic()
1614 Offset1 |= (CountDw - 1) << 6; in selectDSOrderedIntrinsic()
H A DSIISelLowering.cpp8416 unsigned CountDw = 0; in LowerINTRINSIC_W_CHAIN() local
8419 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()
8422 if (CountDw < 1 || CountDw > 4) { in LowerINTRINSIC_W_CHAIN()
8441 Offset1 |= (CountDw - 1) << 6; in LowerINTRINSIC_W_CHAIN()