Home
last modified time | relevance | path

Searched refs:BCVT (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39881 EVT BCVT = BC.getValueType(); in combineTargetShuffle() local
40856 EVT BCVT = BC.getValueType(); in SimplifyDemandedVectorEltsForTargetShuffle() local
40896 BCVT, DL, TLO.DAG.getEntryNode(), LegalCV, in SimplifyDemandedVectorEltsForTargetShuffle()
45452 EVT BCVT = BC.getValueType(); in combinePTESTCC() local
45453 assert(BCVT.isVector() && DAG.getTargetLoweringInfo().isTypeLegal(BCVT) && in combinePTESTCC()
45476 unsigned EltBits = BCVT.getScalarSizeInBits(); in combinePTESTCC()
45589 MVT BCVT = BC.getSimpleValueType(); in combineSetCCMOVMSK() local
45590 unsigned BCNumElts = BCVT.getVectorNumElements(); in combineSetCCMOVMSK()
45591 unsigned BCNumEltBits = BCVT.getScalarSizeInBits(); in combineSetCCMOVMSK()
47592 EVT BCVT = BC0.getValueType(); in combineBitOpWithShift() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17280 EVT BCVT = MVT::Other, HalfVT = MVT::Other; in performUzpCombine() local
17285 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()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19962 EVT BCVT = VecOp.getOperand(0).getValueType(); in visitEXTRACT_VECTOR_ELT() local
19963 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()