Searched refs:IsScalableVector (Results 1 – 2 of 2) sorted by relevance
207 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local277 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()281 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()285 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()289 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()293 OutputTable.push_back(IITDescriptor::getVector(6, IsScalableVector)); in DecodeIITType()297 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()301 OutputTable.push_back(IITDescriptor::getVector(10, IsScalableVector)); in DecodeIITType()305 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()309 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()[all …]
551 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local553 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()628 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local630 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()