Searched refs:getSetCC (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1927 return DAG.getSetCC(dl, VT, N1, N0, ISD::getSetCCSwappedOperands(Cond));
1952 return DAG.getSetCC(dl, VT, N0.getOperand(0).getOperand(0),
1975 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0, CTVT), CC);
2012 return DAG.getSetCC(dl, VT, Trunc, C, Cond);
2066 return DAG.getSetCC(dl, VT,
2115 return DAG.getSetCC(dl, VT, N0.getOperand(0),
2147 return DAG.getSetCC(dl, VT, ZextOp,
2165 return DAG.getSetCC(dl, VT, N0.getOperand(0), N0.getOperand(1), CC);
2193 return DAG.getSetCC(dl, VT, Val, N1,
2208 return DAG.getSetCC(d
[all...]
H A DLegalizeIntegerTypes.cpp467 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
629 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
668 Overflow = DAG.getSetCC(DL, N->getValueType(1), Hi,
674 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE);
1461 SDValue isShort = DAG.getSetCC(dl, TLI.getSetCCResultType(ShTy),
1558 SDValue Cmp1 = DAG.getSetCC(dl, TLI.getSetCCResultType(NVT), Lo, LoOps[0],
1563 SDValue Cmp2 = DAG.getSetCC(dl, TLI.getSetCCResultType(NVT), Lo, LoOps[1],
1572 DAG.getSetCC(dl, TLI.getSetCCResultType(LoOps[0].getValueType()),
1721 SDValue HiNotZero = DAG.getSetCC(dl, TLI.getSetCCResultType(NVT), Hi,
1751 SDValue LoNotZero = DAG.getSetCC(d
[all...]
H A DLegalizeDAG.cpp1541 SignBit = DAG.getSetCC(dl, TLI.getSetCCResultType(SignBit.getValueType()),
1651 LHS = DAG.getSetCC(dl, VT, RHS, LHS, InvCC);
1661 SetCC1 = DAG.getSetCC(dl, VT, LHS, RHS, CC1);
1662 SetCC2 = DAG.getSetCC(dl, VT, LHS, RHS, CC2);
1665 SetCC1 = DAG.getSetCC(dl, VT, LHS, LHS, CC1);
1666 SetCC2 = DAG.getSetCC(dl, VT, RHS, RHS, CC2);
2210 SDValue SignBitTest = DAG.getSetCC(dl, TLI.getSetCCResultType(MVT::i64),
2223 SDValue Ne = DAG.getSetCC(dl, TLI.getSetCCResultType(MVT::i64),
2226 SDValue Ge = DAG.getSetCC(dl, TLI.getSetCCResultType(MVT::i64),
2248 SDValue SignSet = DAG.getSetCC(d
[all...]
H A DLegalizeFloatTypes.cpp1309 Tmp1 = DAG.getSetCC(dl, TLI.getSetCCResultType(LHSHi.getValueType()),
1311 Tmp2 = DAG.getSetCC(dl, TLI.getSetCCResultType(LHSLo.getValueType()),
1314 Tmp1 = DAG.getSetCC(dl, TLI.getSetCCResultType(LHSHi.getValueType()),
1316 Tmp2 = DAG.getSetCC(dl, TLI.getSetCCResultType(LHSHi.getValueType()),
H A DDAGCombiner.cpp2585 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
2592 return DAG.getSetCC(N->getDebugLoc(), VT, ANDNode, LR, Op1);
2599 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
2612 return DAG.getSetCC(N->getDebugLoc(), N0.getValueType(),
3087 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
3096 return DAG.getSetCC(N->getDebugLoc(), VT, ANDNode, LR, Op1);
3109 return DAG.getSetCC(N->getDebugLoc(), N0.getValueType(),
3370 return DAG.getSetCC(N->getDebugLoc(), VT, LHS, RHS, NotCC);
4419 return DAG.getSetCC(N->getDebugLoc(), VT, N0.getOperand(0),
4433 SDValue VsetCC = DAG.getSetCC(
[all...]
H A DSelectionDAGBuilder.cpp1604 Cond = DAG.getSetCC(dl, MVT::i1, CondLHS, getValue(CB.CmpRHS), CB.CC);
1616 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT),
1621 Cond = DAG.getSetCC(dl, MVT::i1, SUB,
1703 SDValue CMP = DAG.getSetCC(getCurDebugLoc(),
1738 SDValue RangeCmp = DAG.getSetCC(getCurDebugLoc(),
1804 Cmp = DAG.getSetCC(getCurDebugLoc(),
1811 Cmp = DAG.getSetCC(getCurDebugLoc(),
1824 Cmp = DAG.getSetCC(getCurDebugLoc(),
1985 SDValue Cond = DAG.getSetCC(DL, MVT::i1,
2703 setValue(&I, DAG.getSetCC(getCurDebugLo
[all...]
H A DSelectionDAG.cpp1663 return getSetCC(dl, VT, N2, N1, ISD::getSetCCSwappedOperands(Cond));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2549 DAG.getSetCC(dl, ccResultVT,
2556 DAG.getSetCC(dl, ccResultVT,
2560 DAG.getSetCC(dl, ccResultVT,
2616 DAG.getSetCC(dl, ccResultVT, lhsSelect, rhsSelect,
2621 SDValue lhsNaN = DAG.getSetCC(dl, ccResultVT,
2624 SDValue rhsNaN = DAG.getSetCC(dl, ccResultVT,
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h611 /// getSetCC - Helper function to make it easier to build SetCC's if you just
614 SDValue getSetCC(DebugLoc DL, EVT VT, SDValue LHS, SDValue RHS, function in class:llvm::SelectionDAG
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1367 return DAG.getSetCC(dl, VT, Sub, DAG.getConstant(0, LHSVT), CC);
1394 SDValue CC64 = DAG.getSetCC(dl, MVT::i32, GprAnd,
1431 SDValue CC = DAG.getSetCC(dl, MVT::i32, VT.isInteger() ? GprIndex : FprIndex,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp671 SetCC = DAG.getSetCC(DL, SetCC.getValueType(), SetCC.getOperand(0),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp8059 SDValue SignSet = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
14296 Cond = DAG.getSetCC(Cond.getDebugLoc(), Cond.getValueType(),
15997 return DAG.getSetCC(N->getDebugLoc(), N->getValueType(0),
16005 return DAG.getSetCC(N->getDebugLoc(), N->getValueType(0),

Completed in 221 milliseconds