Searched refs:IsScalableVector (Results 1 – 3 of 3) sorted by relevance
285 IsScalableVector = false; in copyPhysReg()288 IsScalableVector = false; in copyPhysReg()291 IsScalableVector = false; in copyPhysReg()363 if (IsScalableVector) { in copyPhysReg()472 IsScalableVector = false; in storeRegToStackSlot()475 IsScalableVector = false; in storeRegToStackSlot()478 IsScalableVector = false; in storeRegToStackSlot()481 IsScalableVector = false; in storeRegToStackSlot()519 if (IsScalableVector) { in storeRegToStackSlot()566 IsScalableVector = false; in loadRegFromStackSlot()[all …]
1000 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local1067 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()1071 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()1075 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()1079 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()1083 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()1087 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()1091 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()1095 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()1099 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()[all …]
821 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local823 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()895 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local897 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()