Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39876 EVT BCVT = BC.getValueType(); in combineTargetShuffle() local
40925 EVT BCVT = BC.getValueType(); in SimplifyDemandedVectorEltsForTargetShuffle() local
40965 BCVT, DL, TLO.DAG.getEntryNode(), LegalCV, in SimplifyDemandedVectorEltsForTargetShuffle()
45770 EVT BCVT = BC.getValueType(); in combinePTESTCC() local
45792 if (BCVT.isVector() && DAG.getTargetLoweringInfo().isTypeLegal(BCVT)) { in combinePTESTCC()
45915 MVT BCVT = BC.getSimpleValueType(); in combineSetCCMOVMSK() local
45916 unsigned BCNumElts = BCVT.getVectorNumElements(); in combineSetCCMOVMSK()
48149 EVT BCVT = BC0.getValueType(); in combineBitOpWithShift() local
51226 SDValue Res = DAG.getNode(ISD::MULHU, DL, BCVT, DAG.getBitcast(BCVT, LHS), in combinePMULH()
53860 Op = DAG.getBitcast(BCVT, BoolVec); in combineCMP()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20879 EVT BCVT = MVT::Other, HalfVT = MVT::Other; in performUzpCombine() local
20884 BCVT = MVT::v8i16; in performUzpCombine()
20888 BCVT = MVT::v4i32; in performUzpCombine()
20892 BCVT = MVT::v2i64; in performUzpCombine()
20896 if (BCVT != MVT::Other) { in performUzpCombine()
20897 SDValue BC = DAG.getBitcast(BCVT, Op0); in performUzpCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22413 EVT BCVT = VecOp.getOperand(0).getValueType(); in visitEXTRACT_VECTOR_ELT() local
22414 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType())) in visitEXTRACT_VECTOR_ELT()
22416 if (NumElts != BCVT.getVectorNumElements()) in visitEXTRACT_VECTOR_ELT()
22419 ExtVT = BCVT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT()