reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
31487   unsigned Opc = Op.getOpcode();
31488   EVT VT = Op.getValueType();
31503     unsigned NumLoBits = Op.getOperand(0).getValueType().getVectorNumElements();
31509     SDValue Src = Op.getOperand(0);
31512                                             Op.getConstantOperandVal(1));
31521     if (auto *ShiftImm = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
31527       Known = DAG.computeKnownBits(Op.getOperand(0), DemandedElts, Depth + 1);
31556       Known2 = DAG.computeKnownBits(Op.getOperand(0), DemandedLHS, Depth + 1);
31561       Known2 = DAG.computeKnownBits(Op.getOperand(1), DemandedRHS, Depth + 1);
31573     Known = DAG.computeKnownBits(Op.getOperand(1), DemandedElts, Depth + 1);
31574     Known2 = DAG.computeKnownBits(Op.getOperand(0), DemandedElts, Depth + 1);
31583     Known = DAG.computeKnownBits(Op.getOperand(1), DemandedElts, Depth + 1);
31584     Known2 = DAG.computeKnownBits(Op.getOperand(0), DemandedElts, Depth + 1);
31594            Op.getOperand(0).getValueType().getScalarType() == MVT::i8 &&
31602     Known = DAG.computeKnownBits(Op.getOperand(1), Depth + 1);
31606     KnownBits Known2 = DAG.computeKnownBits(Op.getOperand(0), Depth + 1);
31621     if (getTargetShuffleMask(Op.getNode(), VT.getSimpleVT(), true, Ops, Mask,