Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3495 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local
3497 SDValue Overflow = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode()
3511 IsAdd ? DAG.getSetCC(dl, SetCCType, Sum2, Zero, ISD::SETEQ) in ExpandNode()
3512 : DAG.getSetCC(dl, SetCCType, Sum, Zero, ISD::SETEQ); in ExpandNode()
3513 Overflow2 = DAG.getNode(ISD::AND, dl, SetCCType, Overflow2, in ExpandNode()
3514 DAG.getZExtOrTrunc(Carry, dl, SetCCType)); in ExpandNode()
3517 DAG.getNode(ISD::OR, dl, SetCCType, Overflow, Overflow2); in ExpandNode()
H A DTargetLowering.cpp7373 EVT SetCCType = in expandDIVREMByConstant() local
7376 SDVTList VTList = DAG.getVTList(HiLoVT, SetCCType); in expandDIVREMByConstant()
7382 SDValue Carry = DAG.getSetCC(dl, SetCCType, Sum, LL, ISD::SETULT); in expandDIVREMByConstant()
9907 EVT SetCCType = getSetCCResultType( in expandUADDSUBO() local
9917 DAG.getSetCC(dl, SetCCType, Result, in expandUADDSUBO()
9921 SetCC = DAG.getSetCC(dl, SetCCType, Result, LHS, CC); in expandUADDSUBO()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52471 EVT SetCCType = TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), in combineFMinNumFMaxNum() local
52494 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType, Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()