Home
last modified time | relevance | path

Searched refs:CCVT (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5298 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), in getSqrtEstimate() local
5301 SDValue Eq = DAG.getSetCC(DL, CCVT, Operand, FPZero, ISD::SETEQ); in getSqrtEstimate()
10767 EVT CCVT = N0.getValueType(); in performVSelectCombine() local
10769 if (N0.getOpcode() != ISD::SETCC || CCVT.getVectorNumElements() != 1 || in performVSelectCombine()
10770 CCVT.getVectorElementType() != MVT::i1) in performVSelectCombine()
10824 EVT CCVT = SrcVT.changeVectorElementTypeToInteger(); in performSelectCombine() local
10829 if (CCVT.getSizeInBits() != ResVT.getSizeInBits()) in performSelectCombine()
10843 SDValue SetCC = DAG.getNode(ISD::SETCC, DL, CCVT, LHS, RHS, N0.getOperand(2)); in performSelectCombine()
10846 SmallVector<int, 8> DUPMask(CCVT.getVectorNumElements(), 0); in performSelectCombine()
10847 SDValue Mask = DAG.getVectorShuffle(CCVT, DL, SetCC, SetCC, DUPMask); in performSelectCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3094 EVT CCVT = getSetCCResultType(VT); in visitSDIV() local
3116 return DAG.getSelect(DL, VT, DAG.getSetCC(DL, CCVT, N0, N1, ISD::SETEQ), in visitSDIV()
3148 EVT CCVT = getSetCCResultType(VT); in visitSDIVLike() local
3201 SDValue IsOne = DAG.getSetCC(DL, CCVT, N1, One, ISD::SETEQ); in visitSDIVLike()
3202 SDValue IsAllOnes = DAG.getSetCC(DL, CCVT, N1, AllOnes, ISD::SETEQ); in visitSDIVLike()
3203 SDValue IsOneOrAllOnes = DAG.getNode(ISD::OR, DL, CCVT, IsOne, IsAllOnes); in visitSDIVLike()
3212 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); in visitSDIVLike()
3232 EVT CCVT = getSetCCResultType(VT); in visitUDIV() local
3253 return DAG.getSelect(DL, VT, DAG.getSetCC(DL, CCVT, N0, N1, ISD::SETEQ), in visitUDIV()
3327 EVT CCVT = getSetCCResultType(VT); in visitREM() local
[all …]
DSelectionDAGBuilder.cpp5724 EVT CCVT = MVT::i1; in visitIntrinsicCall() local
5726 CCVT = EVT::getVectorVT(*Context, CCVT, VT.getVectorNumElements()); in visitIntrinsicCall()
5729 SDValue IsZeroShift = DAG.getSetCC(sdl, CCVT, ShAmt, Zero, ISD::SETEQ); in visitIntrinsicCall()
DLegalizeDAG.cpp3787 EVT CCVT = in ExpandNode() local
3789 SDValue Cond = DAG.getNode(ISD::SETCC, dl, CCVT, Tmp1, Tmp2, CC); in ExpandNode()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9748 EVT CCVT = N0.getValueType(); in performVSelectCombine() local
9750 if (N0.getOpcode() != ISD::SETCC || CCVT.getVectorNumElements() != 1 || in performVSelectCombine()
9751 CCVT.getVectorElementType() != MVT::i1) in performVSelectCombine()
9805 EVT CCVT = SrcVT.changeVectorElementTypeToInteger(); in performSelectCombine() local
9810 if (CCVT.getSizeInBits() != ResVT.getSizeInBits()) in performSelectCombine()
9824 SDValue SetCC = DAG.getNode(ISD::SETCC, DL, CCVT, LHS, RHS, N0.getOperand(2)); in performSelectCombine()
9827 SmallVector<int, 8> DUPMask(CCVT.getVectorNumElements(), 0); in performSelectCombine()
9828 SDValue Mask = DAG.getVectorShuffle(CCVT, DL, SetCC, SetCC, DUPMask); in performSelectCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2923 EVT CCVT = getSetCCResultType(LL.getValueType()); in visitANDLike() local
2924 if (N0.getValueType() == CCVT || in visitANDLike()
3658 EVT CCVT = getSetCCResultType(LL.getValueType()); in visitORLike() local
3659 if (N0.getValueType() == CCVT || in visitORLike()
14699 EVT CCVT = getSetCCResultType(VT); in buildSqrtEstimate() local
14700 SDValue ZeroCmp = DAG.getSetCC(DL, CCVT, Op, Zero, ISD::SETEQ); in buildSqrtEstimate()
DLegalizeDAG.cpp3603 EVT CCVT = in ExpandNode() local
3605 SDValue Cond = DAG.getNode(ISD::SETCC, dl, CCVT, Tmp1, Tmp2, CC); in ExpandNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37669 EVT CCVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, NumElts); in combineToExtendBoolVectorInReg() local
37670 Vec = DAG.getSetCC(DL, CCVT, Vec, BitMask, ISD::SETEQ); in combineToExtendBoolVectorInReg()