Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h323 SDValue PromoteIntRes_FP_TO_FP16(SDNode *N);
H A DLegalizeIntegerTypes.cpp138 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break; in PromoteIntegerResult()
639 SDValue DAGTypeLegalizer::PromoteIntRes_FP_TO_FP16(SDNode *N) { in PromoteIntRes_FP_TO_FP16() function in DAGTypeLegalizer