Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1328 unsigned CountDw = 0; in selectDSOrderedIntrinsic() local
1331 CountDw = (IndexOperand >> 24) & 0xf; in selectDSOrderedIntrinsic()
1334 if (CountDw < 1 || CountDw > 4) { in selectDSOrderedIntrinsic()
1350 Offset1 |= (CountDw - 1) << 6; in selectDSOrderedIntrinsic()
H A DSIISelLowering.cpp7218 unsigned CountDw = 0; in LowerINTRINSIC_W_CHAIN() local
7221 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()
7224 if (CountDw < 1 || CountDw > 4) { in LowerINTRINSIC_W_CHAIN()
7243 Offset1 |= (CountDw - 1) << 6; in LowerINTRINSIC_W_CHAIN()