Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40727 EVT BCVT = BC.getValueType(); in combineTargetShuffle() local
40732 VT.getScalarSizeInBits() % BCVT.getScalarSizeInBits() == 0) { in combineTargetShuffle()
40733 unsigned Scale = VT.getScalarSizeInBits() / BCVT.getScalarSizeInBits(); in combineTargetShuffle()
40734 SmallVector<int, 16> DemandedMask(BCVT.getVectorNumElements(), in combineTargetShuffle()
40750 SrcVT.getScalarSizeInBits() == BCVT.getScalarSizeInBits() && in combineTargetShuffle()
40751 TLI.isTypeLegal(BCVT) && in combineTargetShuffle()
40753 BCVT.getScalarType().getTypeForEVT(*DAG.getContext()))) { in combineTargetShuffle()
40754 EVT NewVT = EVT::getVectorVT(*DAG.getContext(), BCVT.getScalarType(), in combineTargetShuffle()
40766 (VT.getScalarSizeInBits() % BCVT.getScalarSizeInBits()) == 0 && in combineTargetShuffle()
40767 (VT.getSizeInBits() % BCVT.getSizeInBits()) == 0) { in combineTargetShuffle()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22178 EVT BCVT = MVT::Other, HalfVT = MVT::Other; in performUzpCombine() local
22183 BCVT = MVT::v8i16; in performUzpCombine()
22187 BCVT = MVT::v4i32; in performUzpCombine()
22191 BCVT = MVT::v2i64; in performUzpCombine()
22195 if (BCVT != MVT::Other) { in performUzpCombine()
22196 SDValue BC = DAG.getBitcast(BCVT, Op0); in performUzpCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22774 EVT BCVT = VecOp.getOperand(0).getValueType(); in visitEXTRACT_VECTOR_ELT() local
22775 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType())) in visitEXTRACT_VECTOR_ELT()
22777 if (NumElts != BCVT.getVectorNumElements()) in visitEXTRACT_VECTOR_ELT()
22780 ExtVT = BCVT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT()