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.cpp3945 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local
3947 SDValue Overflow = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode()
3961 IsAdd ? DAG.getSetCC(dl, SetCCType, Sum2, Zero, ISD::SETEQ) in ExpandNode()
3962 : DAG.getSetCC(dl, SetCCType, Sum, Zero, ISD::SETEQ); in ExpandNode()
3963 Overflow2 = DAG.getNode(ISD::AND, dl, SetCCType, Overflow2, in ExpandNode()
3964 DAG.getZExtOrTrunc(Carry, dl, SetCCType)); in ExpandNode()
3967 DAG.getNode(ISD::OR, dl, SetCCType, Overflow, Overflow2); in ExpandNode()
H A DTargetLowering.cpp7839 EVT SetCCType = in expandDIVREMByConstant() local
7842 SDVTList VTList = DAG.getVTList(HiLoVT, SetCCType); in expandDIVREMByConstant()
7848 SDValue Carry = DAG.getSetCC(dl, SetCCType, Sum, LL, ISD::SETULT); in expandDIVREMByConstant()
10893 EVT SetCCType = getSetCCResultType( in expandUADDSUBO() local
10903 DAG.getSetCC(dl, SetCCType, Result, in expandUADDSUBO()
10908 DAG.getSetCC(dl, SetCCType, LHS, in expandUADDSUBO()
10912 SetCC = DAG.getSetCC(dl, SetCCType, Result, LHS, CC); in expandUADDSUBO()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28294 EVT SetCCType = in LowerFMINIMUM_FMAXIMUM() local
28379 IsXSigned = DAG.getSetCC(DL, SetCCType, XInt, ZeroCst, ISD::SETLT); in LowerFMINIMUM_FMAXIMUM()
28390 EVT SetCCType = TLI.getSetCCResultType(DAG.getDataLayout(), in LowerFMINIMUM_FMAXIMUM() local
28392 IsXSigned = DAG.getSetCC(DL, SetCCType, Hi, ZeroCst, ISD::SETLT); in LowerFMINIMUM_FMAXIMUM()
28417 SDValue IsNaN = DAG.getSetCC(DL, SetCCType, NewX, NewX, ISD::SETUO); in LowerFMINIMUM_FMAXIMUM()
53361 EVT SetCCType = TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), in combineFMinNumFMaxNum() local
53384 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType, Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()