Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:DMask

4567   unsigned DMask;
4581 DMask = Is64Bit ? 0xf : 0x3;
4585 DMask = Is64Bit ? 0x3 : 0x1;
4628 DMask = DMaskConst->getZExtValue();
4629 if (!DMask && !BaseOpcode->Store) {
4630 // Eliminate no-op loads. Stores with dmask == 0 are *not* no-op: they
4700 Ops.push_back(DAG.getTargetConstant(DMask, DL, MVT::i32));
7943 unsigned DmaskIdx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::dmask) - 1;
7974 for (unsigned i = 0, Dmask = OldDmask; i <= Lane; i++) {
7975 Comp = countTrailingZeros(Dmask);
7976 Dmask &= ~(1 << Comp);