Home
last modified time | relevance | path

Searched refs:CondVT (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp524 EVT CondVT = Cond.getValueType(); in ScalarizeVecRes_VSELECT() local
547 auto BoolVT = getSetCCResultType(CondVT); in ScalarizeVecRes_VSELECT()
548 if (BoolVT.bitsLT(CondVT)) in ScalarizeVecRes_VSELECT()
5691 EVT CondVT = Cond->getValueType(0); in WidenVSELECTMask() local
5692 if (CondVT.getScalarSizeInBits() != 1) in WidenVSELECTMask()
5722 } else if (CondVT.getScalarType() == MVT::i1) { in WidenVSELECTMask()
5726 CondVT = TLI.getTypeToTransformTo(Ctx, CondVT); in WidenVSELECTMask()
5728 if (CondVT.getScalarType() == MVT::i1) in WidenVSELECTMask()
5791 EVT CondVT = Cond1.getValueType(); in WidenVecRes_Select() local
5793 if (CondVT.isVector()) { in WidenVecRes_Select()
[all …]
H A DLegalizeVectorOps.cpp928 EVT CondVT = TLI.getSetCCResultType( in Expand() local
931 DAG.getNode(ISD::SETCC, SDLoc(Node), CondVT, Node->getOperand(0), in Expand()
H A DDAGCombiner.cpp6340 EVT CondVT = Cond.getValueType(); in combineSelectAsExtAnd() local
6341 if (TLI.getBooleanContents(CondVT) != in combineSelectAsExtAnd()
6354 OpVT == CondVT ? Cond : DAG.getBoolExtOrTrunc(Cond, DL, OpVT, CondVT); in combineSelectAsExtAnd()
11321 EVT CondVT = Cond.getValueType(); in foldSelectOfConstants() local
11332 if (CondVT != MVT::i1 || LegalOperations) { in foldSelectOfConstants()
11342 if (CondVT.isInteger() && in foldSelectOfConstants()
11349 DAG.getNode(ISD::XOR, DL, CondVT, Cond, DAG.getConstant(1, DL, CondVT)); in foldSelectOfConstants()
11350 if (VT.bitsEq(CondVT)) in foldSelectOfConstants()
11362 assert(CondVT == MVT::i1 && !LegalOperations); in foldSelectOfConstants()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6406 const auto *CondVT = CondType->castAs<VectorType>(); in CheckVectorConditionalTypes() local
6407 QualType CondElementTy = CondVT->getElementType(); in CheckVectorConditionalTypes()
6408 unsigned CondElementCount = CondVT->getNumElements(); in CheckVectorConditionalTypes()
6418 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes()
6420 << /*isExtVector*/ isa<ExtVectorType>(CondVT); in CheckVectorConditionalTypes()
6456 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
6459 ResultElementTy, CondVT->getNumElements(), VectorKind::Generic); in CheckVectorConditionalTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5643 EVT CondVT = Cond.getValueType(); in createShuffleMaskFromVSELECT() local
17674 MVT CondVT = Cond.getSimpleValueType(); in LowerVSELECT() local
24694 EVT CondVT = Cond.getValueType(); in LowerBRCOND() local
24699 DAG.getNode(ISD::AND, dl, CondVT, Cond, DAG.getConstant(1, dl, CondVT)); in LowerBRCOND()
44434 EVT CondVT = Cond.getValueType(); in combineVSelectWithAllOnesOrZeros() local
44473 CondVT) { in combineVSelectWithAllOnesOrZeros()
44496 if (!TLI.isTypeLegal(CondVT)) in combineVSelectWithAllOnesOrZeros()
44519 AndN = DAG.getNode(ISD::AND, DL, CondVT, DAG.getNOT(DL, Cond, CondVT), in combineVSelectWithAllOnesOrZeros()
44844 EVT CondVT = Cond.getValueType(); in combineSelect() local
44851 if (CondVT.isVector() && CondVT.isInteger() && in combineSelect()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14645 EVT CondVT = Cond.getValueType(); in useInversedSetcc() local
14662 DAG.getSetCC(DL, CondVT, LHS, RHS, ISD::SETNE), in useInversedSetcc()