Searched refs:SetCCType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 4084 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local 4086 SDValue Overflow = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode() 4100 IsAdd ? DAG.getSetCC(dl, SetCCType, Sum2, Zero, ISD::SETEQ) in ExpandNode() 4101 : DAG.getSetCC(dl, SetCCType, Sum, Zero, ISD::SETEQ); in ExpandNode() 4102 Overflow2 = DAG.getNode(ISD::AND, dl, SetCCType, Overflow2, in ExpandNode() 4103 DAG.getZExtOrTrunc(Carry, dl, SetCCType)); in ExpandNode() 4106 DAG.getNode(ISD::OR, dl, SetCCType, Overflow, Overflow2); in ExpandNode()
|
| H A D | TargetLowering.cpp | 8058 EVT SetCCType = in expandDIVREMByConstant() local 8061 SDVTList VTList = DAG.getVTList(HiLoVT, SetCCType); in expandDIVREMByConstant() 8067 SDValue Carry = DAG.getSetCC(dl, SetCCType, Sum, LL, ISD::SETULT); in expandDIVREMByConstant() 11395 EVT SetCCType = getSetCCResultType( in expandUADDSUBO() local 11405 DAG.getSetCC(dl, SetCCType, Result, in expandUADDSUBO() 11410 DAG.getSetCC(dl, SetCCType, LHS, in expandUADDSUBO() 11414 SetCC = DAG.getSetCC(dl, SetCCType, Result, LHS, CC); in expandUADDSUBO()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 29332 EVT SetCCType = in LowerFMINIMUM_FMAXIMUM() local 29417 IsXSigned = DAG.getSetCC(DL, SetCCType, XInt, ZeroCst, ISD::SETLT); in LowerFMINIMUM_FMAXIMUM() 29428 EVT SetCCType = TLI.getSetCCResultType(DAG.getDataLayout(), in LowerFMINIMUM_FMAXIMUM() local 29430 IsXSigned = DAG.getSetCC(DL, SetCCType, Hi, ZeroCst, ISD::SETLT); in LowerFMINIMUM_FMAXIMUM() 29462 DAG.getSetCC(DL, SetCCType, NewX, NewX, IsNum ? ISD::SETO : ISD::SETUO); in LowerFMINIMUM_FMAXIMUM() 55194 EVT SetCCType = TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), in combineFMinNumFMaxNum() local 55217 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType, Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()
|