Lines Matching defs:DMask
1262 unsigned DMask =
1264 MaxNumLanes = DMask == 0 ? 1 : llvm::popcount(DMask);
1283 unsigned DMask = cast<ConstantInt>(CI.getArgOperand(1))->getZExtValue();
1284 unsigned DMaskLanes = DMask == 0 ? 1 : llvm::popcount(DMask);
8156 unsigned DMask;
8175 DMask = Is64Bit ? 0xf : 0x3;
8178 DMask = Is64Bit ? 0x3 : 0x1;
8182 DMask = Op->getConstantOperandVal(ArgOffset + Intr->DMaskIndex);
8183 DMaskLanes = BaseOpcode->Gather4 ? 4 : llvm::popcount(DMask);
8365 DMask = 0x1;
8427 Ops.push_back(DAG.getTargetConstant(DMask, DL, MVT::i32));