Searched refs:IsScalableVector (Results 1 – 3 of 3) sorted by relevance
140 IsScalableVector = false; in copyPhysReg()143 IsScalableVector = false; in copyPhysReg()146 IsScalableVector = false; in copyPhysReg()214 if (IsScalableVector) { in copyPhysReg()261 IsScalableVector = false; in storeRegToStackSlot()264 IsScalableVector = false; in storeRegToStackSlot()267 IsScalableVector = false; in storeRegToStackSlot()270 IsScalableVector = false; in storeRegToStackSlot()308 if (IsScalableVector) { in storeRegToStackSlot()355 IsScalableVector = false; in loadRegFromStackSlot()[all …]
947 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local1005 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()1009 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()1013 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()1017 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()1021 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()1025 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()1029 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()1033 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()1037 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()[all …]
817 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local819 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()891 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local893 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()