Lines Matching refs:getConstant

660                      DAG.getConstant(condCodeToFCC(CC), DL, MVT::i32));  in createFPCmp()
858 DAG.getConstant(Pos, DL, MVT::i32), in performANDCombine()
859 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine()
911 DAG.getConstant(SMPos0, DL, MVT::i32), in performORCombine()
912 DAG.getConstant(SMSize0, DL, MVT::i32), in performORCombine()
941 Const1 = DAG.getConstant(SMPos0, DL, MVT::i32); in performORCombine()
947 ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy) in performORCombine()
949 DAG.getConstant(SMPos0, DL, MVT::i32), in performORCombine()
950 DAG.getConstant(ValTy.getSizeInBits() / 8 < 8 ? SMSize0 & 31 in performORCombine()
1147 DAG.getConstant(Pos, DL, MVT::i32), in performSHLCombine()
1148 DAG.getConstant(SMSize, DL, MVT::i32)); in performSHLCombine()
1910 SDValue BrCode = DAG.getConstant(Opc, DL, MVT::i32); in lowerBRCOND()
1938 SDValue True = DAG.getConstant(1, DL, MVT::i32); in lowerSETCC()
1939 SDValue False = DAG.getConstant(0, DL, MVT::i32); in lowerSETCC()
2161 DAG.getConstant(Align - 1, DL, VAList.getValueType())); in lowerVAARG()
2164 DAG.getConstant(-(int64_t)Align, DL, in lowerVAARG()
2174 DAG.getConstant(alignTo(ArgSizeInBytes, ArgSlotSizeInBytes), in lowerVAARG()
2199 SDValue Const1 = DAG.getConstant(1, DL, MVT::i32); in lowerFCOPYSIGN32()
2200 SDValue Const31 = DAG.getConstant(31, DL, MVT::i32); in lowerFCOPYSIGN32()
2237 DAG.getConstant(0, DL, MVT::i32)); in lowerFCOPYSIGN32()
2247 SDValue Const1 = DAG.getConstant(1, DL, MVT::i32); in lowerFCOPYSIGN64()
2257 DAG.getConstant(WidthY - 1, DL, MVT::i32), Const1); in lowerFCOPYSIGN64()
2265 DAG.getConstant(WidthX - 1, DL, MVT::i32), Const1, in lowerFCOPYSIGN64()
2278 DAG.getConstant(WidthY - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()
2286 DAG.getConstant(WidthX - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()
2369 DAG.getConstant(SType, DL, MVT::i32)); in lowerATOMIC_FENCE()
2386 DAG.getConstant(-1, DL, MVT::i32)); in lowerShiftLeftParts()
2388 DAG.getConstant(1, DL, VT)); in lowerShiftLeftParts()
2394 DAG.getConstant(VT.getSizeInBits(), DL, MVT::i32)); in lowerShiftLeftParts()
2396 DAG.getConstant(0, DL, VT), ShiftLeftLo); in lowerShiftLeftParts()
2424 DAG.getConstant(-1, DL, MVT::i32)); in lowerShiftRightParts()
2426 DAG.getConstant(1, DL, VT)); in lowerShiftRightParts()
2433 DAG.getConstant(VT.getSizeInBits(), DL, MVT::i32)); in lowerShiftRightParts()
2435 DAG.getConstant(VT.getSizeInBits() - 1, DL, VT)); in lowerShiftRightParts()
2442 IsSRA ? Ext : DAG.getConstant(0, DL, VT), Or, in lowerShiftRightParts()
2448 IsSRA ? Ext : DAG.getConstant(0, DL, VT), ShiftRightHi); in lowerShiftRightParts()
2464 DAG.getConstant(Offset, DL, BasePtrVT)); in createLoadLR()
2529 SDValue Const32 = DAG.getConstant(32, DL, MVT::i32); in lowerLOAD()
2545 DAG.getConstant(Offset, DL, BasePtrVT)); in createStoreLR()
3083 Arg, DAG.getConstant(0, DL, MVT::i32)); in LowerCall()
3085 Arg, DAG.getConstant(1, DL, MVT::i32)); in LowerCall()
3124 DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT())); in LowerCall()
3289 DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT())); in LowerCallResult()
3343 DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT())); in UnpackFromArgumentSlot()
3628 DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT())); in LowerReturn()
4138 DAG.getConstant(Offset, DL, PtrTy)); in copyByValRegs()
4169 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
4194 DAG.getConstant(OffsetInBytes, DL, in passByValArg()
4210 DAG.getConstant(Shamt, DL, MVT::i32)); in passByValArg()
4231 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
4235 DAG.getConstant(MemCpySize, DL, PtrTy), in passByValArg()