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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1718 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); local
1721 SDValue cv = DAG.getSetCC(DL, SetCCVT, fr, fb, ISD::SETOGE);
2107 EVT SetCCVT = local
2110 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOGT);
2111 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE);
2112 SDValue And = DAG.getNode(ISD::AND, SL, SetCCVT, Lt0, NeTrunc);
2169 EVT SetCCVT = local
2174 SDValue ExpLt0 = DAG.getSetCC(SL, SetCCVT, Exp, Zero, ISD::SETLT);
2175 SDValue ExpGt51 = DAG.getSetCC(SL, SetCCVT, Exp, FiftyOne, ISD::SETGT);
2203 EVT SetCCVT local
2241 EVT SetCCVT = local
2264 EVT SetCCVT = local
2335 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), local
2415 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), local
[all...]
H A DSIISelLowering.cpp8128 EVT SetCCVT = local
8131 SDValue r2 = DAG.getSetCC(SL, SetCCVT, r1, K0, ISD::SETOGT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp408 EVT SetCCVT = local
410 SDValue Tmp = DAG.getSetCC(dl, SetCCVT, NewLHS, NewRHS, CCCode);
415 NewLHS = DAG.getSetCC(dl, SetCCVT, Call2.first, NewRHS, CCCode);
6338 EVT SetCCVT =
6371 Sel = DAG.getSetCC(dl, SetCCVT, Src, Cst, ISD::SETLT,
6375 Sel = DAG.getSetCC(dl, SetCCVT, Src, Cst, ISD::SETLT);
6617 EVT SetCCVT =
6621 SDValue SrcIsZero = DAG.getSetCC(dl, SetCCVT, Op, Zero, ISD::SETEQ);
6669 EVT SetCCVT =
6673 SDValue SrcIsZero = DAG.getSetCC(dl, SetCCVT, O
[all...]
H A DDAGCombiner.cpp9346 EVT SetCCVT = getSetCCResultType(LHS.getValueType()); local
9347 unsigned SetCCWidth = SetCCVT.getScalarSizeInBits();
9857 EVT SetCCVT = getSetCCResultType(SetCC.getOperand(0).getValueType()); local
9858 if (SetCCVT.getSizeInBits() != VT.getSizeInBits())
10203 EVT SetCCVT = getSetCCResultType(N00VT); local
10208 if (SetCCVT.getScalarSizeInBits() != 1 &&
10210 SDValue SetCC = DAG.getSetCC(DL, SetCCVT, N00, N01, CC);
14142 EVT SetCCVT = N.getValueType(); local
14144 SetCCVT = getSetCCResultType(SetCCVT);
[all...]
H A DLegalizeDAG.cpp2440 EVT SetCCVT = getSetCCResultType(SrcVT);
2443 dl, SetCCVT, Op0, DAG.getConstant(0, dl, SrcVT), ISD::SETLT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2102 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); local
2104 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 23.0), SL, VT),
2109 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA,
2134 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); local
2135 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA,
2147 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 52.0), SL, VT),

Completed in 338 milliseconds