Lines Matching refs:getTargetConstantBitsFromNode

7186 static bool getTargetConstantBitsFromNode(SDValue Op, unsigned EltSizeInBits,  in getTargetConstantBitsFromNode()  function
7409 if (getTargetConstantBitsFromNode(Op.getOperand(1), SrcEltSizeInBits, in getTargetConstantBitsFromNode()
7413 getTargetConstantBitsFromNode(Op.getOperand(0), SrcEltSizeInBits, in getTargetConstantBitsFromNode()
7431 if (getTargetConstantBitsFromNode(Op.getOperand(0), EltSizeInBits, in getTargetConstantBitsFromNode()
7461 !getTargetConstantBitsFromNode(Op.getOperand(0), EltSizeInBits, in getTargetConstantBitsFromNode()
7466 !getTargetConstantBitsFromNode(Op.getOperand(1), EltSizeInBits, in getTargetConstantBitsFromNode()
7498 if (getTargetConstantBitsFromNode(Op, Op.getScalarValueSizeInBits(), in isConstantSplat()
7528 if (!getTargetConstantBitsFromNode(MaskNode, MaskEltSizeInBits, UndefElts, in getTargetShuffleMaskIndices()
8051 getTargetConstantBitsFromNode(V1, EltSizeInBits, UndefSrcElts[0], in getTargetShuffleAndZeroables()
8053 getTargetConstantBitsFromNode(V2, EltSizeInBits, UndefSrcElts[1], in getTargetShuffleAndZeroables()
8165 if (!getTargetConstantBitsFromNode(Cond, EltSizeInBits, UndefElts, EltBits, in createShuffleMaskFromVSELECT()
8234 if (!getTargetConstantBitsFromNode(IsAndN ? N0 : N1, 8, UndefElts, EltBits)) in getFauxShuffleMask()
24475 if (getTargetConstantBitsFromNode(BC0.getOperand(1), in LowerVSETCC()
29864 if (getTargetConstantBitsFromNode(Amt, SVTBits, UndefElts, EltBits)) { in convertShiftLeftToScale()
37006 if (getTargetConstantBitsFromNode(Op, BitWidth, UndefElts, EltBits, in computeKnownBitsForTargetNode()
38937 if (!getTargetConstantBitsFromNode(SrcOp, MaskSizeInBits, UndefEltsOps[i], in combineX86ShufflesConstants()
39319 return getTargetConstantBitsFromNode(Op, EltSizeInBits, UndefElts, in combineX86ShufflesRecursively()
41141 if (getTargetConstantBitsFromNode(Op, EltSizeInBits, UndefElts, in SimplifyDemandedVectorEltsForTargetNode()
42737 if (getTargetConstantBitsFromNode(N0, 64, UndefElts, EltBits)) { in combineBitcast()
43906 if (getTargetConstantBitsFromNode(InputVector, VecEltBitWidth, UndefVecElts, in combineExtractVectorElt()
46898 getTargetConstantBitsFromNode(N0, SrcBitsPerElt, UndefElts0, EltBits0) && in combineVectorPack()
46899 getTargetConstantBitsFromNode(N1, SrcBitsPerElt, UndefElts1, EltBits1)) { in combineVectorPack()
47073 if (getTargetConstantBitsFromNode(N1, 64, UndefElts, EltBits, true, false)) { in combineVectorShiftVar()
47158 getTargetConstantBitsFromNode(N0, NumBitsPerElt, UndefElts, EltBits)) { in combineVectorShiftImm()
48000 if (getTargetConstantBitsFromNode(Op, EltSizeInBits, UndefElts, in combineAnd()
48051 getTargetConstantBitsFromNode(BitMask, 8, UndefElts, EltBits) && in combineAnd()
48105 if (!getTargetConstantBitsFromNode(N0.getOperand(1), 8, UndefElts0, EltBits0, in canonicalizeBitSelect()
48108 if (!getTargetConstantBitsFromNode(N1.getOperand(1), 8, UndefElts1, EltBits1, in canonicalizeBitSelect()
48488 if (!getTargetConstantBitsFromNode(Op, EltSizeInBits, UndefElts, EltBits)) in combineOr()
50665 if (getTargetConstantBitsFromNode(Op1, ScalarSize, UndefElts, EltBits, in isFNEG()
51277 if (getTargetConstantBitsFromNode(N0, EltSizeInBits, Undefs0, EltBits0) && in combineAndnp()
51278 getTargetConstantBitsFromNode(N1, EltSizeInBits, Undefs1, EltBits1)) { in combineAndnp()
51303 if (getTargetConstantBitsFromNode(Op, EltSizeInBits, UndefElts, in combineAndnp()
52232 if (getTargetConstantBitsFromNode(Src, NumBitsPerElt, UndefElts, EltBits)) { in combineMOVMSK()
54149 if (!getTargetConstantBitsFromNode(Ops[I], EltSizeInBits, OpUndefElts, in combineConcatVectorOps()