Home
last modified time | relevance | path

Searched refs:GetPromotedFloat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp566 Op = GetPromotedFloat(Op); in SoftenFloatRes_FP_EXTEND()
2437 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST()
2453 SDValue Op1 = GetPromotedFloat(N->getOperand(1)); in PromoteFloatOp_FCOPYSIGN()
2461 SDValue Op = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_UnaryOp()
2467 SDValue Op = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_FP_TO_XINT_SAT()
2473 SDValue Op = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_FP_EXTEND()
2488 SDValue Op = GetPromotedFloat(N->getOperand(1)); in PromoteFloatOp_STRICT_FP_EXTEND()
2508 SDValue LHS = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_SELECT_CC()
2509 SDValue RHS = GetPromotedFloat(N->getOperand(1)); in PromoteFloatOp_SELECT_CC()
2520 SDValue Op0 = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_SETCC()
[all …]
H A DLegalizeTypes.h721 SDValue GetPromotedFloat(SDValue Op) { in GetPromotedFloat() function
H A DLegalizeIntegerTypes.cpp487 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, GetPromotedFloat(InOp)); in PromoteIntRes_BITCAST()
3920 Op = GetPromotedFloat(Op); in ExpandIntRes_FP_TO_XINT()