Searched refs:GetSoftenedFloat (Results 1 – 4 of 4) sorted by relevance
154 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS()160 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), in SoftenFloatRes_FMINNUM()161 GetSoftenedFloat(N->getOperand(1)) }; in SoftenFloatRes_FMINNUM()173 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), in SoftenFloatRes_FMAXNUM()174 GetSoftenedFloat(N->getOperand(1)) }; in SoftenFloatRes_FMAXNUM()186 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), in SoftenFloatRes_FADD()187 GetSoftenedFloat(N->getOperand(1)) }; in SoftenFloatRes_FADD()199 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCEIL()210 SDValue LHS = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOPYSIGN()253 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOS()[all …]
58 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi); in ExpandRes_BITCAST()
382 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() function
253 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()