Searched defs:SetCCVT (Results 1 - 2 of 2) sorted by path

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5133 EVT SetCCVT = getSetCCResultType(N0.getOperand(0).getValueType()); local
5134 if (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, SetCCVT)) {
5138 SetCCVT,
7490 EVT SetCCVT = N1.getValueType(); local
7492 SetCCVT = getSetCCResultType(SetCCVT);
7494 SetCCVT,
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1679 EVT SetCCVT = getSetCCResultType(*DAG.getContext(), MVT::f64); local
1681 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOGT);
1682 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE);
1683 SDValue And = DAG.getNode(ISD::AND, SL, SetCCVT, Lt0, NeTrunc);
1732 EVT SetCCVT = getSetCCResultType(*DAG.getContext(), MVT::i32); local
1736 SDValue ExpLt0 = DAG.getSetCC(SL, SetCCVT, Exp, Zero, ISD::SETLT);
1737 SDValue ExpGt51 = DAG.getSetCC(SL, SetCCVT, Exp, FiftyOne, ISD::SETGT);
1763 EVT SetCCVT = getSetCCResultType(*DAG.getContext(), MVT::f64); local
1764 SDValue Cond = DAG.getSetCC(SL, SetCCVT, Fabs, C2, ISD::SETOGT);
1789 EVT SetCCVT local
[all...]

Completed in 266 milliseconds