Searched refs:BCVT (Results 1 – 3 of 3) sorted by relevance
39881 EVT BCVT = BC.getValueType(); in combineTargetShuffle() local40856 EVT BCVT = BC.getValueType(); in SimplifyDemandedVectorEltsForTargetShuffle() local40896 BCVT, DL, TLO.DAG.getEntryNode(), LegalCV, in SimplifyDemandedVectorEltsForTargetShuffle()45452 EVT BCVT = BC.getValueType(); in combinePTESTCC() local45453 assert(BCVT.isVector() && DAG.getTargetLoweringInfo().isTypeLegal(BCVT) && in combinePTESTCC()45476 unsigned EltBits = BCVT.getScalarSizeInBits(); in combinePTESTCC()45589 MVT BCVT = BC.getSimpleValueType(); in combineSetCCMOVMSK() local45590 unsigned BCNumElts = BCVT.getVectorNumElements(); in combineSetCCMOVMSK()45591 unsigned BCNumEltBits = BCVT.getScalarSizeInBits(); in combineSetCCMOVMSK()47592 EVT BCVT = BC0.getValueType(); in combineBitOpWithShift() local[all …]
17280 EVT BCVT = MVT::Other, HalfVT = MVT::Other; in performUzpCombine() local17285 BCVT = MVT::v8i16; in performUzpCombine()17289 BCVT = MVT::v4i32; in performUzpCombine()17293 BCVT = MVT::v2i64; in performUzpCombine()17297 if (BCVT != MVT::Other) { in performUzpCombine()17298 SDValue BC = DAG.getBitcast(BCVT, Op0); in performUzpCombine()
19962 EVT BCVT = VecOp.getOperand(0).getValueType(); in visitEXTRACT_VECTOR_ELT() local19963 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType())) in visitEXTRACT_VECTOR_ELT()19965 if (NumElts != BCVT.getVectorNumElements()) in visitEXTRACT_VECTOR_ELT()19968 ExtVT = BCVT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT()