Searched refs:GetSoftPromotedHalf (Results 1 – 3 of 3) sorted by relevance
2839 SDValue Op = GetSoftPromotedHalf(N->getOperand(0)); in SoftPromoteHalfRes_UnaryOp()2952 Op1 = GetSoftPromotedHalf(Op1); in SoftPromoteHalfOp_FCOPYSIGN()2981 Op = GetSoftPromotedHalf(Op); in SoftPromoteHalfOp_FP_TO_XINT()2994 Op = GetSoftPromotedHalf(Op); in SoftPromoteHalfOp_FP_TO_XINT_SAT()3011 Op0 = GetSoftPromotedHalf(Op0); in SoftPromoteHalfOp_SELECT_CC()3012 Op1 = GetSoftPromotedHalf(Op1); in SoftPromoteHalfOp_SELECT_CC()3030 Op0 = GetSoftPromotedHalf(Op0); in SoftPromoteHalfOp_SETCC()3031 Op1 = GetSoftPromotedHalf(Op1); in SoftPromoteHalfOp_SETCC()3047 SDValue Promoted = GetSoftPromotedHalf(Val); in SoftPromoteHalfOp_STORE()3056 NewOps[OpNo] = GetSoftPromotedHalf(Op); in SoftPromoteHalfOp_STACKMAP()[all …]
715 SDValue GetSoftPromotedHalf(SDValue Op) { in GetSoftPromotedHalf() function
398 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftPromotedHalf(InOp)); in PromoteIntRes_BITCAST()3397 Op = GetSoftPromotedHalf(Op); in ExpandIntRes_FP_TO_SINT()3429 Op = GetSoftPromotedHalf(Op); in ExpandIntRes_FP_TO_UINT()