Lines Matching defs:DMask
1223 unsigned DMask
1225 MaxNumLanes = DMask == 0 ? 1 : llvm::popcount(DMask);
1244 unsigned DMask = cast<ConstantInt>(CI.getArgOperand(1))->getZExtValue();
1245 unsigned DMaskLanes = DMask == 0 ? 1 : llvm::popcount(DMask);
7923 unsigned DMask;
7942 DMask = Is64Bit ? 0xf : 0x3;
7945 DMask = Is64Bit ? 0x3 : 0x1;
7949 DMask = Op->getConstantOperandVal(ArgOffset + Intr->DMaskIndex);
7950 DMaskLanes = BaseOpcode->Gather4 ? 4 : llvm::popcount(DMask);
8133 DMask = 0x1;
8187 Ops.push_back(DAG.getTargetConstant(DMask, DL, MVT::i32));