Searched refs:FixedVecTy (Results 1 – 4 of 4) sorted by relevance
472 auto *FixedVecTy = dyn_cast<llvm::FixedVectorType>(FirstEltTy); in detectVLSCCEligibleStruct() local473 if (!FixedVecTy) in detectVLSCCEligibleStruct()478 FixedVecTy->getNumElements() * in detectVLSCCEligibleStruct()479 FixedVecTy->getElementType()->getScalarSizeInBits(), in detectVLSCCEligibleStruct()488 FixedVecTy->getElementType(), in detectVLSCCEligibleStruct()489 llvm::divideCeil(FixedVecTy->getNumElements() * in detectVLSCCEligibleStruct()502 llvm::divideCeil(FixedVecTy->getNumElements() * in detectVLSCCEligibleStruct()503 FixedVecTy->getElementType()->getScalarSizeInBits() * in detectVLSCCEligibleStruct()
93 if (auto *FixedVecTy = dyn_cast<FixedVectorType>(Ty))94 return FixedVecTy->getNumElements();
2221 auto *FixedVecTy = cast<FixedVectorType>(Val); in getVectorInstrCost() local2229 Type *ElemTy = FixedVecTy->getElementType(); in getVectorInstrCost()2230 auto NumElems = FixedVecTy->getNumElements(); in getVectorInstrCost()
513 if (auto *FixedVecTy = dyn_cast<FixedVectorType>(VecTy)) { in isExtractExtractCheap() local514 SmallVector<int> ShuffleMask(FixedVecTy->getNumElements(), in isExtractExtractCheap()