Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15877 EVT BCVT = VecOp.getOperand(0).getValueType(); in visitEXTRACT_VECTOR_ELT() local
15878 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType())) in visitEXTRACT_VECTOR_ELT()
15880 if (NumElts != BCVT.getVectorNumElements()) in visitEXTRACT_VECTOR_ELT()
15883 ExtVT = BCVT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31789 EVT BCVT = BC.getValueType(); in combineTargetShuffle() local
31791 VT.getScalarSizeInBits() % BCVT.getScalarSizeInBits() == 0) { in combineTargetShuffle()
31792 unsigned Scale = VT.getScalarSizeInBits() / BCVT.getScalarSizeInBits(); in combineTargetShuffle()
31793 SmallVector<int, 16> DemandedMask(BCVT.getVectorNumElements(), in combineTargetShuffle()