Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.h245 SDValue PromoteIntRes_FP_TO_FP16(SDNode *N);
HDLegalizeIntegerTypes.cpp107 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break; in PromoteIntegerResult()
421 SDValue DAGTypeLegalizer::PromoteIntRes_FP_TO_FP16(SDNode *N) { in PromoteIntRes_FP_TO_FP16() function in DAGTypeLegalizer