Searched refs:GetSoftenedFloat (Results 1 – 4 of 4) sorted by relevance
175 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS()181 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), in SoftenFloatRes_FMINNUM()182 GetSoftenedFloat(N->getOperand(1)) }; in SoftenFloatRes_FMINNUM()194 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), in SoftenFloatRes_FMAXNUM()195 GetSoftenedFloat(N->getOperand(1)) }; in SoftenFloatRes_FMAXNUM()207 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), in SoftenFloatRes_FADD()208 GetSoftenedFloat(N->getOperand(1)) }; in SoftenFloatRes_FADD()220 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCEIL()234 SDValue LHS = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOPYSIGN()283 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOS()[all …]
59 auto SoftenedOp = GetSoftenedFloat(InOp); in ExpandRes_BITCAST()
405 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() function
262 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()