Home
last modified time | relevance | path

Searched refs:GetSoftenedFloat (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp186 SDValue Op = GetSoftenedFloat(N->getOperand(0 + Offset)); in SoftenFloatRes_Unary()
205 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0 + Offset)), in SoftenFloatRes_Binary()
206 GetSoftenedFloat(N->getOperand(1 + Offset)) }; in SoftenFloatRes_Binary()
227 GetSoftenedFloat(N->getOperand(0))); in SoftenFloatRes_FREEZE()
233 GetSoftenedFloat(N->getOperand(0))); in SoftenFloatRes_ARITH_FENCE()
300 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS()
372 SDValue LHS = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOPYSIGN()
508 SDValue Ops[3] = { GetSoftenedFloat(N->getOperand(0 + Offset)), in SoftenFloatRes_FMA()
509 GetSoftenedFloat(N->getOperand(1 + Offset)), in SoftenFloatRes_FMA()
510 GetSoftenedFloat(N->getOperand(2 + Offset)) }; in SoftenFloatRes_FMA()
[all …]
H A DLegalizeTypesGeneric.cpp57 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi); in ExpandRes_BITCAST()
H A DLegalizeTypes.h538 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() function
H A DLegalizeIntegerTypes.cpp480 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()