Lines Matching refs:getConstant
539 DAG.getConstant(LoadBytes, BasePTR.getValueType())); in ExpandLoad()
547 SDValue SrcEltBitMask = DAG.getConstant((1U << SrcEltBits) - 1, WideVT); in ExpandLoad()
557 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT)); in ExpandLoad()
567 ShAmt = DAG.getConstant(SrcEltBits - BitOffset, in ExpandLoad()
586 ShAmt = DAG.getConstant(WideBits - SrcEltBits, in ExpandLoad()
607 DAG.getConstant(Stride, BasePTR.getValueType())); in ExpandLoad()
658 RegSclVT, Value, DAG.getConstant(Idx, TLI.getVectorIdxTy())); in ExpandStore()
667 DAG.getConstant(Stride, BasePTR.getValueType())); in ExpandStore()
737 DAG.getConstant(APInt::getAllOnesValue(BitTy.getSizeInBits()), BitTy), in ExpandSELECT()
738 DAG.getConstant(0, BitTy)); in ExpandSELECT()
750 SDValue AllOnes = DAG.getConstant( in ExpandSELECT()
773 SDValue ShiftSz = DAG.getConstant(BW - OrigBW, VT); in ExpandSEXTINREG()
820 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, VT); in ExpandSIGN_EXTEND_VECTOR_INREG()
919 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT()
943 SDValue HalfWord = DAG.getConstant(BW/2, VT); in ExpandUINT_TO_FLOAT()
949 SDValue HalfWordMask = DAG.getConstant(HWMask, VT); in ExpandUINT_TO_FLOAT()
988 DAG.getConstant(i, TLI.getVectorIdxTy())); in UnrollVSETCC()
990 DAG.getConstant(i, TLI.getVectorIdxTy())); in UnrollVSETCC()
995 DAG.getConstant(APInt::getAllOnesValue in UnrollVSETCC()
997 DAG.getConstant(0, EltVT)); in UnrollVSETCC()