Searched refs:getVectorOperandType (Results 1 – 9 of 9) sorted by relevance
191 cast<VectorType>(Ext.getVectorOperandType())->getElementCount(); in foldBitcastExtElt()261 Value *NewBC = Builder.CreateBitCast(Vec, Ext.getVectorOperandType()); in foldBitcastExtElt()428 ElementCount EC = EI.getVectorOperandType()->getElementCount(); in visitExtractElementInst()594 ElementCount EC = EI.getVectorOperandType()->getElementCount(); in visitExtractElementInst()710 auto *ExtVecType = cast<FixedVectorType>(ExtElt->getVectorOperandType()); in replaceExtractElements()
533 auto *VecTy = dyn_cast<FixedVectorType>(Extract->getVectorOperandType()); in legalizeGetHighLowi64Bytes()
627 ElementCount EC = I.getVectorOperandType()->getElementCount(); in visitExtractElementInst()
1697 if (isVector1(I.getVectorOperandType())) in visitExtractElementInst()1702 SmallVector<Type *, 3> Types = {I.getType(), I.getVectorOperandType(), in visitExtractElementInst()
1523 VectorType *ExtractElementInst::getVectorOperandType() const { in getVectorOperandType() function in llvm::sandboxir::ExtractElementInst
763 auto *VTy = dyn_cast<FixedVectorType>(EI->getVectorOperandType()); in isFixedVectorShuffle()788 if (isa<ScalableVectorType>(EI->getVectorOperandType())) in isFixedVectorShuffle()5523 VF = std::max(VF, cast<VectorType>(EI->getVectorOperandType()) in findReusedOrderedScalars()6889 return !EE || isa<FixedVectorType>(EE->getVectorOperandType()); in getReorderingData()10000 cast<ExtractElementInst>(S.getMainOp())->getVectorOperandType())) { in getScalarsVectorizationLegality()12083 auto *VecTy = dyn_cast<FixedVectorType>(EE->getVectorOperandType()); in computeExtractCost()12603 Ext->getOpcode(), Ext->getType(), EE->getVectorOperandType(), in adjustExtracts()13187 SrcVecTy = EE->getVectorOperandType(); in getEntryCost()15132 auto *VecTy = dyn_cast<FixedVectorType>(EI->getVectorOperandType()); in tryToGatherSingleRegisterExtractElements()15207 if (!EI || !isa<FixedVectorType>(EI->getVectorOperandType()) || in tryToGatherSingleRegisterExtractElements()
520 LLVM_ABI VectorType *getVectorOperandType() const;
1837 VectorType *getVectorOperandType() const {
2191 if (cast<llvm::FixedVectorType>(EI->getVectorOperandType()) in VisitInitListExpr()