Lines Matching refs:getTargetConstantBitsFromNode
5716 static bool getTargetConstantBitsFromNode(SDValue Op, unsigned EltSizeInBits, in getTargetConstantBitsFromNode() function
5924 if (getTargetConstantBitsFromNode(Op.getOperand(0), EltSizeInBits, in getTargetConstantBitsFromNode()
5954 !getTargetConstantBitsFromNode(Op.getOperand(0), EltSizeInBits, in getTargetConstantBitsFromNode()
5959 !getTargetConstantBitsFromNode(Op.getOperand(1), EltSizeInBits, in getTargetConstantBitsFromNode()
5989 if (getTargetConstantBitsFromNode(Op, Op.getScalarValueSizeInBits(), in isConstantSplat()
6016 if (!getTargetConstantBitsFromNode(MaskNode, MaskEltSizeInBits, UndefElts, in getTargetShuffleMaskIndices()
6415 getTargetConstantBitsFromNode(V1, EltSizeInBits, UndefSrcElts[0], in setTargetShuffleZeroElements()
6417 getTargetConstantBitsFromNode(V2, EltSizeInBits, UndefSrcElts[1], in setTargetShuffleZeroElements()
6511 if (!getTargetConstantBitsFromNode(IsAndN ? N0 : N1, 8, UndefElts, EltBits)) in getFauxShuffleMask()
19504 if (getTargetConstantBitsFromNode(BC0.getOperand(1), in LowerVSETCC()
24932 if (getTargetConstantBitsFromNode(Amt, EltSizeInBits, UndefElts, EltBits)) in LowerRotate()
31262 if (!getTargetConstantBitsFromNode(SrcOp, MaskSizeInBits, UndefEltsOps[i], in combineX86ShufflesConstants()
33190 if (getTargetConstantBitsFromNode(N0, 64, UndefElts, EltBits)) { in combineBitcast()
35693 getTargetConstantBitsFromNode(N0, SrcBitsPerElt, UndefElts0, EltBits0) && in combineVectorPack()
35694 getTargetConstantBitsFromNode(N1, SrcBitsPerElt, UndefElts1, EltBits1)) { in combineVectorPack()
35853 getTargetConstantBitsFromNode(N0, NumBitsPerElt, UndefElts, EltBits)) { in combineVectorShiftImm()
36425 getTargetConstantBitsFromNode(BitMask, 8, UndefElts, EltBits) && in combineAnd()
38642 if (getTargetConstantBitsFromNode(Op1, Op1.getScalarValueSizeInBits(), in isFNEG()