Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp175 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 …]
DLegalizeTypesGeneric.cpp59 auto SoftenedOp = GetSoftenedFloat(InOp); in ExpandRes_BITCAST()
DLegalizeTypes.h405 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() function
DLegalizeIntegerTypes.cpp262 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()