Lines Matching refs:getConstant

245   SDValue Zero = DAG.getConstant(0, DL, VT);  in lowerShiftLeftParts()
246 SDValue One = DAG.getConstant(1, DL, VT); in lowerShiftLeftParts()
247 SDValue MinusGRLen = DAG.getConstant(-(int)Subtarget.getGRLen(), DL, VT); in lowerShiftLeftParts()
248 SDValue GRLenMinus1 = DAG.getConstant(Subtarget.getGRLen() - 1, DL, VT); in lowerShiftLeftParts()
296 SDValue Zero = DAG.getConstant(0, DL, VT); in lowerShiftRightParts()
297 SDValue One = DAG.getConstant(1, DL, VT); in lowerShiftRightParts()
298 SDValue MinusGRLen = DAG.getConstant(-(int)Subtarget.getGRLen(), DL, VT); in lowerShiftRightParts()
299 SDValue GRLenMinus1 = DAG.getConstant(Subtarget.getGRLen() - 1, DL, VT); in lowerShiftRightParts()
461 DAG.getConstant(msb, DL, GRLenVT), in performANDCombine()
462 DAG.getConstant(lsb, DL, GRLenVT)); in performANDCombine()
500 DAG.getConstant(MaskIdx + MaskLen - 1, DL, GRLenVT), in performSRLCombine()
501 DAG.getConstant(Shamt, DL, GRLenVT)); in performSRLCombine()
544 DAG.getConstant((MaskIdx0 + MaskLen0 - 1), DL, GRLenVT), in performORCombine()
545 DAG.getConstant(MaskIdx0, DL, GRLenVT)); in performORCombine()
566 DAG.getConstant((MaskIdx0 + MaskLen0 - 1), DL, GRLenVT), in performORCombine()
567 DAG.getConstant(MaskIdx0, DL, GRLenVT)); in performORCombine()
585 DAG.getConstant(MaskIdx0, DL, GRLenVT)), in performORCombine()
586 DAG.getConstant(ValBits == 32 in performORCombine()
590 DAG.getConstant(MaskIdx0, DL, GRLenVT)); in performORCombine()
608 DAG.getConstant((ValBits - 1), DL, GRLenVT), in performORCombine()
609 DAG.getConstant(Shamt, DL, GRLenVT)); in performORCombine()
626 DAG.getConstant(CN1->getSExtValue() >> MaskIdx0, DL, ValTy), in performORCombine()
627 DAG.getConstant((MaskIdx0 + MaskLen0 - 1), DL, GRLenVT), in performORCombine()
628 DAG.getConstant(MaskIdx0, DL, GRLenVT)); in performORCombine()
653 DAG.getConstant(Shamt + MaskLen - 1, DL, GRLenVT), in performORCombine()
654 DAG.getConstant(Shamt, DL, GRLenVT)); in performORCombine()
677 DAG.getConstant(MaskIdx + MaskLen - 1, DL, GRLenVT), in performORCombine()
678 DAG.getConstant(MaskIdx, DL, GRLenVT)); in performORCombine()
709 DAG.getConstant(MaskIdx, DL, GRLenVT)), in performORCombine()
710 DAG.getConstant(MaskIdx + MaskLen - 1, DL, GRLenVT), in performORCombine()
711 DAG.getConstant(MaskIdx, DL, GRLenVT)); in performORCombine()
1020 Chain = DAG.getCALLSEQ_END(Chain, DAG.getConstant(NumBytes, DL, PtrVT, true), in LowerCall()
1021 DAG.getConstant(0, DL, PtrVT, true), Glue, DL); in LowerCall()