Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp154 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 …]
DLegalizeTypesGeneric.cpp58 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi); in ExpandRes_BITCAST()
DLegalizeTypes.h382 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() function
DLegalizeIntegerTypes.cpp253 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()