Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp195 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS()
240 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCEIL()
303 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOS()
328 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP()
883 NewLHS = GetSoftenedFloat(NewLHS); in SoftenFloatOp_BR_CC()
884 NewRHS = GetSoftenedFloat(NewRHS); in SoftenFloatOp_BR_CC()
974 NewLHS = GetSoftenedFloat(NewLHS); in SoftenFloatOp_SELECT_CC()
975 NewRHS = GetSoftenedFloat(NewRHS); in SoftenFloatOp_SELECT_CC()
997 NewLHS = GetSoftenedFloat(NewLHS); in SoftenFloatOp_SETCC()
998 NewRHS = GetSoftenedFloat(NewRHS); in SoftenFloatOp_SETCC()
[all …]
H A DLegalizeTypesGeneric.cpp59 auto SoftenedOp = GetSoftenedFloat(InOp); in ExpandRes_BITCAST()
H A DLegalizeTypes.h476 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() function
H A DLegalizeIntegerTypes.cpp279 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()