Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3866 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local
3868 SDValue Overflow = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode()
3882 IsAdd ? DAG.getSetCC(dl, SetCCType, Sum2, Zero, ISD::SETEQ) in ExpandNode()
3883 : DAG.getSetCC(dl, SetCCType, Sum, Zero, ISD::SETEQ); in ExpandNode()
3884 Overflow2 = DAG.getNode(ISD::AND, dl, SetCCType, Overflow2, in ExpandNode()
3885 DAG.getZExtOrTrunc(Carry, dl, SetCCType)); in ExpandNode()
3888 DAG.getNode(ISD::OR, dl, SetCCType, Overflow, Overflow2); in ExpandNode()
H A DTargetLowering.cpp7696 EVT SetCCType = in expandDIVREMByConstant() local
7699 SDVTList VTList = DAG.getVTList(HiLoVT, SetCCType); in expandDIVREMByConstant()
7705 SDValue Carry = DAG.getSetCC(dl, SetCCType, Sum, LL, ISD::SETULT); in expandDIVREMByConstant()
10404 EVT SetCCType = getSetCCResultType( in expandUADDSUBO() local
10414 DAG.getSetCC(dl, SetCCType, Result, in expandUADDSUBO()
10419 DAG.getSetCC(dl, SetCCType, LHS, in expandUADDSUBO()
10423 SetCC = DAG.getSetCC(dl, SetCCType, Result, LHS, CC); in expandUADDSUBO()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28070 EVT SetCCType = in LowerFMINIMUM_FMAXIMUM() local
28155 IsXSigned = DAG.getSetCC(DL, SetCCType, XInt, ZeroCst, ISD::SETLT); in LowerFMINIMUM_FMAXIMUM()
28166 EVT SetCCType = TLI.getSetCCResultType(DAG.getDataLayout(), in LowerFMINIMUM_FMAXIMUM() local
28168 IsXSigned = DAG.getSetCC(DL, SetCCType, Hi, ZeroCst, ISD::SETLT); in LowerFMINIMUM_FMAXIMUM()
28193 SDValue IsNaN = DAG.getSetCC(DL, SetCCType, NewX, NewX, ISD::SETUO); in LowerFMINIMUM_FMAXIMUM()
52082 EVT SetCCType = TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), in combineFMinNumFMaxNum() local
52105 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType, Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()