Home
last modified time | relevance | path

Searched refs:SoftPromoteHalfRes_XINT_TO_FP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h791 SDValue SoftPromoteHalfRes_XINT_TO_FP(SDNode *N);
H A DLegalizeFloatTypes.cpp3094 case ISD::UINT_TO_FP: R = SoftPromoteHalfRes_XINT_TO_FP(N); break; in SoftPromoteHalfResult()
3309 SDValue DAGTypeLegalizer::SoftPromoteHalfRes_XINT_TO_FP(SDNode *N) { in SoftPromoteHalfRes_XINT_TO_FP() function in DAGTypeLegalizer