Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DFunction.cpp859 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
914 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
918 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
922 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
926 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
930 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
934 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
938 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
942 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
946 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
[all …]
DConstantFold.cpp1039 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local
1041 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()
1120 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local
1122 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()