Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp207 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
277 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 …]
H A DConstantFold.cpp551 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
553 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
628 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
630 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()