Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp1527 unsigned CountDw = 0; in selectDSOrderedIntrinsic() local
1530 CountDw = (IndexOperand >> 24) & 0xf; in selectDSOrderedIntrinsic()
1533 if (CountDw < 1 || CountDw > 4) { in selectDSOrderedIntrinsic()
1549 Offset1 |= (CountDw - 1) << 6; in selectDSOrderedIntrinsic()
DSIISelLowering.cpp7278 unsigned CountDw = 0; in LowerINTRINSIC_W_CHAIN() local
7281 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()
7284 if (CountDw < 1 || CountDw > 4) { in LowerINTRINSIC_W_CHAIN()
7303 Offset1 |= (CountDw - 1) << 6; in LowerINTRINSIC_W_CHAIN()