| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1770 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in LowerDIVREM24() local 1773 SDValue cv = DAG.getSetCC(DL, SetCCVT, fr, fb, ISD::SETOGE); in LowerDIVREM24() 2159 EVT SetCCVT = in LowerFCEIL() local 2162 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOGT); in LowerFCEIL() 2163 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFCEIL() 2164 SDValue And = DAG.getNode(ISD::AND, SL, SetCCVT, Lt0, NeTrunc); in LowerFCEIL() 2218 EVT SetCCVT = in LowerFTRUNC() local 2223 SDValue ExpLt0 = DAG.getSetCC(SL, SetCCVT, Exp, Zero, ISD::SETLT); in LowerFTRUNC() 2224 SDValue ExpGt51 = DAG.getSetCC(SL, SetCCVT, Exp, FiftyOne, ISD::SETGT); in LowerFTRUNC() 2252 EVT SetCCVT = in LowerFRINT() local [all …]
|
| H A D | SIISelLowering.cpp | 9034 EVT SetCCVT = in lowerFDIV_FAST() local 9037 SDValue r2 = DAG.getSetCC(SL, SetCCVT, r1, K0, ISD::SETOGT); in lowerFDIV_FAST()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 422 EVT SetCCVT = in softenSetCCOperands() local 424 SDValue Tmp = DAG.getSetCC(dl, SetCCVT, NewLHS, NewRHS, CCCode); in softenSetCCOperands() 429 NewLHS = DAG.getSetCC(dl, SetCCVT, Call2.first, NewRHS, CCCode); in softenSetCCOperands() 6178 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in BuildUDIV() local 6181 SDValue IsOne = DAG.getSetCC(dl, SetCCVT, N1, One, ISD::SETEQ); in BuildUDIV() 7788 EVT SetCCVT = in expandFP_TO_UINT() local 7826 Sel = DAG.getSetCC(dl, SetCCVT, Src, Cst, ISD::SETLT, in expandFP_TO_UINT() 7830 Sel = DAG.getSetCC(dl, SetCCVT, Src, Cst, ISD::SETLT); in expandFP_TO_UINT() 8375 EVT SetCCVT = in expandCTLZ() local 8379 SDValue SrcIsZero = DAG.getSetCC(dl, SetCCVT, Op, Zero, ISD::SETEQ); in expandCTLZ() [all …]
|
| H A D | DAGCombiner.cpp | 11373 EVT SetCCVT = getSetCCResultType(LHS.getValueType()); in visitVSELECT() local 11374 unsigned SetCCWidth = SetCCVT.getScalarSizeInBits(); in visitVSELECT() 12147 EVT SetCCVT = getSetCCResultType(SetCC.getOperand(0).getValueType()); in matchVSelectOpSizesWithSetCC() local 12148 if (SetCCVT.getSizeInBits() != VT.getSizeInBits()) in matchVSelectOpSizesWithSetCC() 12417 EVT SetCCVT = getSetCCResultType(N00VT); in foldSextSetcc() local 12422 if (SetCCVT.getScalarSizeInBits() != 1 && in foldSextSetcc() 12424 SDValue SetCC = DAG.getSetCC(DL, SetCCVT, N00, N01, CC); in foldSextSetcc() 16774 EVT SetCCVT = N.getValueType(); in rebuildSetCC() local 16776 SetCCVT = getSetCCResultType(SetCCVT); in rebuildSetCC() 16778 return DAG.getSetCC(SDLoc(N), SetCCVT, Op0, Op1, in rebuildSetCC()
|
| H A D | LegalizeDAG.cpp | 2416 EVT SetCCVT = getSetCCResultType(SrcVT); in ExpandLegalINT_TO_FP() local 2419 dl, SetCCVT, Op0, DAG.getConstant(0, dl, SrcVT), ISD::SETLT); in ExpandLegalINT_TO_FP()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2239 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in LowerFROUND32() local 2241 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 23.0), SL, VT), in LowerFROUND32() 2246 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND32() 2271 EVT SetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in LowerFROUND64() local 2272 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND64() 2284 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 52.0), SL, VT), in LowerFROUND64()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8212 EVT SetCCVT = in LowerFP_TO_INT() local 8216 SDValue Sel = DAG.getSetCC(dl, SetCCVT, Src, Cst, ISD::SETLT, in LowerFP_TO_INT()
|