Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h615 SDValue SoftenFloatRes_FREEZE(SDNode *N);
H A DLegalizeFloatTypes.cpp163 case ISD::FREEZE: R = SoftenFloatRes_FREEZE(N); break; in SoftenFloatResult()
234 SDValue DAGTypeLegalizer::SoftenFloatRes_FREEZE(SDNode *N) { in SoftenFloatRes_FREEZE() function in DAGTypeLegalizer