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.h594 SDValue SoftenFloatRes_FREEZE(SDNode *N);
H A DLegalizeFloatTypes.cpp155 case ISD::FREEZE: R = SoftenFloatRes_FREEZE(N); break; in SoftenFloatResult()
224 SDValue DAGTypeLegalizer::SoftenFloatRes_FREEZE(SDNode *N) { in SoftenFloatRes_FREEZE() function in DAGTypeLegalizer