| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ComparisonCategories.cpp | 169 using CCVT = ComparisonCategoryResult; in getResultString() typedef 171 case CCVT::Equal: in getResultString() 173 case CCVT::Nonequal: in getResultString() 175 case CCVT::Equivalent: in getResultString() 177 case CCVT::Nonequivalent: in getResultString() 179 case CCVT::Less: in getResultString() 181 case CCVT::Greater: in getResultString() 183 case CCVT::Unordered: in getResultString()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5510 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), in getSqrtEstimate() local 5513 SDValue Eq = DAG.getSetCC(DL, CCVT, Operand, FPZero, ISD::SETEQ); in getSqrtEstimate() 11031 EVT CCVT = N0.getValueType(); in performVSelectCombine() local 11033 if (N0.getOpcode() != ISD::SETCC || CCVT.getVectorNumElements() != 1 || in performVSelectCombine() 11034 CCVT.getVectorElementType() != MVT::i1) in performVSelectCombine() 11088 EVT CCVT = SrcVT.changeVectorElementTypeToInteger(); in performSelectCombine() local 11093 if (CCVT.getSizeInBits() != ResVT.getSizeInBits()) in performSelectCombine() 11107 SDValue SetCC = DAG.getNode(ISD::SETCC, DL, CCVT, LHS, RHS, N0.getOperand(2)); in performSelectCombine() 11110 SmallVector<int, 8> DUPMask(CCVT.getVectorNumElements(), 0); in performSelectCombine() 11111 SDValue Mask = DAG.getVectorShuffle(CCVT, DL, SetCC, SetCC, DUPMask); in performSelectCombine()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 3218 EVT CCVT = getSetCCResultType(VT); in visitSDIV() local 3237 return DAG.getSelect(DL, VT, DAG.getSetCC(DL, CCVT, N0, N1, ISD::SETEQ), in visitSDIV() 3280 EVT CCVT = getSetCCResultType(VT); in visitSDIVLike() local 3330 SDValue IsOne = DAG.getSetCC(DL, CCVT, N1, One, ISD::SETEQ); in visitSDIVLike() 3331 SDValue IsAllOnes = DAG.getSetCC(DL, CCVT, N1, AllOnes, ISD::SETEQ); in visitSDIVLike() 3341 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); in visitSDIVLike() 3362 EVT CCVT = getSetCCResultType(VT); in visitUDIV() local 3380 return DAG.getSelect(DL, VT, DAG.getSetCC(DL, CCVT, N0, N1, ISD::SETEQ), in visitUDIV() 3464 EVT CCVT = getSetCCResultType(VT); in visitREM() local 3477 return DAG.getSelect(DL, VT, DAG.getSetCC(DL, CCVT, N0, N1, ISD::SETEQ), in visitREM() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 5811 EVT CCVT = MVT::i1; in visitIntrinsicCall() local 5813 CCVT = EVT::getVectorVT(*Context, CCVT, VT.getVectorNumElements()); in visitIntrinsicCall() 5817 SDValue IsZeroShift = DAG.getSetCC(sdl, CCVT, ShAmt, Zero, ISD::SETEQ); in visitIntrinsicCall()
|
| H A D | LegalizeDAG.cpp | 3620 EVT CCVT = in ExpandNode() local 3622 SDValue Cond = DAG.getNode(ISD::SETCC, dl, CCVT, Tmp1, Tmp2, CC); in ExpandNode()
|
| H A D | TargetLowering.cpp | 4256 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), ShVT); in expandFunnelShift() local 4260 SDValue IsZeroShift = DAG.getSetCC(DL, CCVT, ShAmt, Zero, ISD::SETEQ); in expandFunnelShift()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 39330 EVT CCVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, NumElts); in combineToExtendBoolVectorInReg() local 39331 Vec = DAG.getSetCC(DL, CCVT, Vec, BitMask, ISD::SETEQ); in combineToExtendBoolVectorInReg()
|