Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp315 if (SDValue SelCC = TLI.createSelectForFMINNUM_FMAXNUM(N, DAG)) in SoftenFloatRes_FMINNUM() local
316 return SoftenFloatRes_SELECT_CC(SelCC.getNode()); in SoftenFloatRes_FMINNUM()
326 if (SDValue SelCC = TLI.createSelectForFMINNUM_FMAXNUM(N, DAG)) in SoftenFloatRes_FMAXNUM() local
327 return SoftenFloatRes_SELECT_CC(SelCC.getNode()); in SoftenFloatRes_FMAXNUM()
H A DTargetLowering.cpp8636 SDValue SelCC = DAG.getSelectCC(SDLoc(Node), Op1, Op2, Op1, Op2, Pred); in createSelectForFMINNUM_FMAXNUM() local
8637 SelCC->setFlags(Node->getFlags()); in createSelectForFMINNUM_FMAXNUM()
8638 return SelCC; in createSelectForFMINNUM_FMAXNUM()
8694 if (SDValue SelCC = createSelectForFMINNUM_FMAXNUM(Node, DAG)) in expandFMINNUM_FMAXNUM() local
8695 return SelCC; in expandFMINNUM_FMAXNUM()