Searched refs:GetSoftenedFloat (Results 1 – 4 of 4) sorted by relevance
171 case ISD::AssertNoFPClass: R = GetSoftenedFloat(N->getOperand(0)); break; in SoftenFloatResult()196 SDValue Op = GetSoftenedFloat(N->getOperand(0 + Offset)); in SoftenFloatRes_Unary()215 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0 + Offset)), in SoftenFloatRes_Binary()216 GetSoftenedFloat(N->getOperand(1 + Offset)) }; in SoftenFloatRes_Binary()237 GetSoftenedFloat(N->getOperand(0))); in SoftenFloatRes_FREEZE()243 GetSoftenedFloat(N->getOperand(0))); in SoftenFloatRes_ARITH_FENCE()310 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS()417 SDValue LHS = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOPYSIGN()553 SDValue Ops[3] = { GetSoftenedFloat(N->getOperand(0 + Offset)), in SoftenFloatRes_FMA()554 GetSoftenedFloat(N->getOperand(1 + Offset)), in SoftenFloatRes_FMA()[all …]
57 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi); in ExpandRes_BITCAST()
550 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() function
497 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()