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.cpp42247 EVT BCVT = BC.getValueType(); in combineTargetShuffle() local
42252 VT.getScalarSizeInBits() % BCVT.getScalarSizeInBits() == 0) { in combineTargetShuffle()
42253 unsigned Scale = VT.getScalarSizeInBits() / BCVT.getScalarSizeInBits(); in combineTargetShuffle()
42254 SmallVector<int, 16> DemandedMask(BCVT.getVectorNumElements(), in combineTargetShuffle()
42271 SrcVT.getScalarSizeInBits() == BCVT.getScalarSizeInBits() && in combineTargetShuffle()
42272 TLI.isTypeLegal(BCVT) && in combineTargetShuffle()
42274 BCVT.getScalarType().getTypeForEVT(*DAG.getContext()))) { in combineTargetShuffle()
42275 EVT NewVT = EVT::getVectorVT(*DAG.getContext(), BCVT.getScalarType(), in combineTargetShuffle()
42287 (VT.getScalarSizeInBits() % BCVT.getScalarSizeInBits()) == 0 && in combineTargetShuffle()
42288 (VT.getSizeInBits() % BCVT.getSizeInBits()) == 0) { in combineTargetShuffle()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23203 EVT BCVT = MVT::Other, HalfVT = MVT::Other; in performUzpCombine() local
23208 BCVT = MVT::v8i16; in performUzpCombine()
23212 BCVT = MVT::v4i32; in performUzpCombine()
23216 BCVT = MVT::v2i64; in performUzpCombine()
23220 if (BCVT != MVT::Other) { in performUzpCombine()
23221 SDValue BC = DAG.getBitcast(BCVT, Op0); in performUzpCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23822 EVT BCVT = VecOp.getOperand(0).getValueType(); in visitEXTRACT_VECTOR_ELT() local
23823 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType())) in visitEXTRACT_VECTOR_ELT()
23825 if (NumElts != BCVT.getVectorNumElements()) in visitEXTRACT_VECTOR_ELT()
23828 ExtVT = BCVT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT()