Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h265 SDValue PromoteIntRes_FP_TO_FP16(SDNode *N);
DLegalizeIntegerTypes.cpp112 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break; in PromoteIntegerResult()
435 SDValue DAGTypeLegalizer::PromoteIntRes_FP_TO_FP16(SDNode *N) { in PromoteIntRes_FP_TO_FP16() function in DAGTypeLegalizer