Searched refs:CondVT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 419 EVT CondVT = Cond.getValueType(); in ScalarizeVecRes_VSELECT() local 442 auto BoolVT = getSetCCResultType(CondVT); in ScalarizeVecRes_VSELECT() 443 if (BoolVT.bitsLT(CondVT)) in ScalarizeVecRes_VSELECT() 3463 EVT CondVT = Cond->getValueType(0); in WidenVSELECTAndMask() local 3464 if (CondVT.getScalarSizeInBits() != 1) in WidenVSELECTAndMask() 3488 } else if (CondVT.getScalarType() == MVT::i1) { in WidenVSELECTAndMask() 3492 CondVT = TLI.getTypeToTransformTo(Ctx, CondVT); in WidenVSELECTAndMask() 3494 if (CondVT.getScalarType() == MVT::i1) in WidenVSELECTAndMask() 3562 EVT CondVT = Cond1.getValueType(); in WidenVecRes_SELECT() local 3563 if (CondVT.isVector()) { in WidenVecRes_SELECT() [all …]
|
| H A D | DAGCombiner.cpp | 7271 EVT CondVT = Cond.getValueType(); in foldSelectOfConstants() local 7286 if (CondVT == MVT::i1 && !LegalOperations) { in foldSelectOfConstants() 7344 if (CondVT.isInteger() && in foldSelectOfConstants() 7351 DAG.getNode(ISD::XOR, DL, CondVT, Cond, DAG.getConstant(1, DL, CondVT)); in foldSelectOfConstants() 7352 if (VT.bitsEq(CondVT)) in foldSelectOfConstants()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 16195 MVT CondVT = Cond.getSimpleValueType(); in LowerVSELECT() local 16216 DAG.getConstant(0, dl, CondVT), in LowerVSELECT() 33830 EVT CondVT = Cond.getValueType(); in combineVSelectWithAllOnesOrZeros() local 33843 CondVT.getVectorElementType() == MVT::i1) { in combineVSelectWithAllOnesOrZeros() 33845 SDValue CondNew = DAG.getNOT(DL, Cond, CondVT); in combineVSelectWithAllOnesOrZeros() 33868 CondVT) { in combineVSelectWithAllOnesOrZeros() 33892 if (!DCI.isBeforeLegalize() && !TLI.isTypeLegal(CondVT)) in combineVSelectWithAllOnesOrZeros() 33897 SDValue CastRHS = DAG.getBitcast(CondVT, RHS); in combineVSelectWithAllOnesOrZeros() 33904 SDValue CastLHS = DAG.getBitcast(CondVT, LHS); in combineVSelectWithAllOnesOrZeros() 34081 EVT CondVT = Cond.getValueType(); in combineSelect() local [all …]
|