Home
last modified time | relevance | path

Searched refs:createSelectForFMINNUM_FMAXNUM (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp305 if (SDValue SelCC = TLI.createSelectForFMINNUM_FMAXNUM(N, DAG)) in SoftenFloatRes_FMINNUM()
316 if (SDValue SelCC = TLI.createSelectForFMINNUM_FMAXNUM(N, DAG)) in SoftenFloatRes_FMAXNUM()
H A DTargetLowering.cpp8394 TargetLowering::createSelectForFMINNUM_FMAXNUM(SDNode *Node, in createSelectForFMINNUM_FMAXNUM() function in TargetLowering
8464 if (SDValue SelCC = createSelectForFMINNUM_FMAXNUM(Node, DAG)) in expandFMINNUM_FMAXNUM()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5141 SDValue createSelectForFMINNUM_FMAXNUM(SDNode *Node, SelectionDAG &DAG) const;