Searched refs:SetCCVT (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1605 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); local
1608 SDValue cv = DAG.getSetCC(DL, SetCCVT, fr, fb, ISD::SETOGE);
2052 EVT SetCCVT = local
2055 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOGT);
2056 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE);
2057 SDValue And = DAG.getNode(ISD::AND, SL, SetCCVT, Lt0, NeTrunc);
2114 EVT SetCCVT = local
2119 SDValue ExpLt0 = DAG.getSetCC(SL, SetCCVT, Exp, Zero, ISD::SETLT);
2120 SDValue ExpGt51 = DAG.getSetCC(SL, SetCCVT, Exp, FiftyOne, ISD::SETGT);
2148 EVT SetCCVT local
2187 EVT SetCCVT = local
2207 EVT SetCCVT = local
2279 EVT SetCCVT = local
2350 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), local
2430 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), local
[all...]
H A DSIISelLowering.cpp7672 EVT SetCCVT = local
7675 SDValue r2 = DAG.getSetCC(SL, SetCCVT, r1, K0, ISD::SETOGT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp416 EVT SetCCVT = local
418 SDValue Tmp = DAG.getSetCC(dl, SetCCVT, NewLHS, NewRHS, CCCode);
423 NewLHS = DAG.getSetCC(dl, SetCCVT, Call2.first, NewRHS, CCCode);
6109 EVT SetCCVT =
6142 Sel = DAG.getSetCC(dl, SetCCVT, Src, Cst, ISD::SETLT,
6146 Sel = DAG.getSetCC(dl, SetCCVT, Src, Cst, ISD::SETLT);
6229 EVT SetCCVT =
6233 dl, SetCCVT, Src, DAG.getConstant(0, dl, SrcVT), ISD::SETLT);
6452 EVT SetCCVT =
6456 SDValue SrcIsZero = DAG.getSetCC(dl, SetCCVT, O
[all...]
H A DDAGCombiner.cpp8940 EVT SetCCVT = getSetCCResultType(LHS.getValueType()); local
8941 unsigned SetCCWidth = SetCCVT.getScalarSizeInBits();
9452 EVT SetCCVT = getSetCCResultType(SetCC.getOperand(0).getValueType()); local
9453 if (SetCCVT.getSizeInBits() != VT.getSizeInBits())
9799 EVT SetCCVT = getSetCCResultType(N00VT); local
9804 if (SetCCVT.getScalarSizeInBits() != 1 &&
9806 SDValue SetCC = DAG.getSetCC(DL, SetCCVT, N00, N01, CC);
13640 EVT SetCCVT = N.getValueType(); local
13642 SetCCVT = getSetCCResultType(SetCCVT);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2120 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); local
2122 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 23.0), SL, VT),
2127 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA,
2152 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); local
2153 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA,
2165 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 52.0), SL, VT),

Completed in 282 milliseconds