Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp1062 unsigned CountDw = 0; in selectDSOrderedIntrinsic() local
1065 CountDw = (IndexOperand >> 24) & 0xf; in selectDSOrderedIntrinsic()
1068 if (CountDw < 1 || CountDw > 4) { in selectDSOrderedIntrinsic()
1085 Offset1 |= (CountDw - 1) << 6; in selectDSOrderedIntrinsic()
DSIISelLowering.cpp6154 unsigned CountDw = 0; in LowerINTRINSIC_W_CHAIN() local
6157 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()
6160 if (CountDw < 1 || CountDw > 4) { in LowerINTRINSIC_W_CHAIN()
6204 Offset1 |= (CountDw - 1) << 6; in LowerINTRINSIC_W_CHAIN()