Home
last modified time | relevance | path

Searched refs:SoftenFloatRes_FCOPYSIGN (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dfloat-bitmanip-dagcombines.ll77 ; DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN will convert to bitwise
H A Dhalf-bitmanip-dagcombines.ll77 ; DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN will convert to bitwise
H A Ddouble-bitmanip-dagcombines.ll82 ; DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN will convert to bitwise
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h545 SDValue SoftenFloatRes_FCOPYSIGN(SDNode *N);
H A DLegalizeFloatTypes.cpp81 case ISD::FCOPYSIGN: R = SoftenFloatRes_FCOPYSIGN(N); break; in SoftenFloatResult()
324 SDValue DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN(SDNode *N) { in SoftenFloatRes_FCOPYSIGN() function in DAGTypeLegalizer