Searched refs:BCVT (Results 1 – 2 of 2) sorted by relevance
37687 EVT BCVT = BC.getValueType(); in combineTargetShuffle() local37711 DAG.getTargetLoweringInfo().isTypeLegal(BCVT) && in combineTargetShuffle()38607 EVT BCVT = BC.getValueType(); in SimplifyDemandedVectorEltsForTargetShuffle() local38647 BCVT, DL, TLO.DAG.getEntryNode(), LegalCV, in SimplifyDemandedVectorEltsForTargetShuffle()41378 SDValue Mask = DAG.getConstant(MaskBit, dl, BCVT); in combineExtractVectorElt()42646 EVT BCVT = BC.getValueType(); in combinePTESTCC() local42647 assert(BCVT.isVector() && DAG.getTargetLoweringInfo().isTypeLegal(BCVT) && in combinePTESTCC()42670 unsigned EltBits = BCVT.getScalarSizeInBits(); in combinePTESTCC()42756 MVT BCVT = BC.getSimpleValueType(); in combineSetCCMOVMSK() local42757 unsigned BCNumElts = BCVT.getVectorNumElements(); in combineSetCCMOVMSK()[all …]
18903 EVT BCVT = VecOp.getOperand(0).getValueType(); in visitEXTRACT_VECTOR_ELT() local18904 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType())) in visitEXTRACT_VECTOR_ELT()18906 if (NumElts != BCVT.getVectorNumElements()) in visitEXTRACT_VECTOR_ELT()18909 ExtVT = BCVT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT()