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.cpp305 if (SDValue SelCC = TLI.createSelectForFMINNUM_FMAXNUM(N, DAG)) in SoftenFloatRes_FMINNUM() local
306 return SoftenFloatRes_SELECT_CC(SelCC.getNode()); in SoftenFloatRes_FMINNUM()
316 if (SDValue SelCC = TLI.createSelectForFMINNUM_FMAXNUM(N, DAG)) in SoftenFloatRes_FMAXNUM() local
317 return SoftenFloatRes_SELECT_CC(SelCC.getNode()); in SoftenFloatRes_FMAXNUM()
H A DTargetLowering.cpp8405 SDValue SelCC = DAG.getSelectCC(SDLoc(Node), Op1, Op2, Op1, Op2, Pred); in createSelectForFMINNUM_FMAXNUM() local
8410 SelCC->setFlags(Flags); in createSelectForFMINNUM_FMAXNUM()
8411 return SelCC; in createSelectForFMINNUM_FMAXNUM()
8464 if (SDValue SelCC = createSelectForFMINNUM_FMAXNUM(Node, DAG)) in expandFMINNUM_FMAXNUM() local
8465 return SelCC; in expandFMINNUM_FMAXNUM()