Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h327 SDValue PromoteIntRes_FP_TO_FP16(SDNode *N);
H A DLegalizeIntegerTypes.cpp151 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break; in PromoteIntegerResult()
719 SDValue DAGTypeLegalizer::PromoteIntRes_FP_TO_FP16(SDNode *N) { in PromoteIntRes_FP_TO_FP16() function in DAGTypeLegalizer