Searched refs:IsScalableVector (Results 1 – 3 of 3) sorted by relevance
1069 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local1139 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()1143 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()1147 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()1151 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()1155 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()1159 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()1163 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()1167 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()1171 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()[all …]
624 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local626 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()700 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local702 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()
610 IsScalableVector = false; in storeRegToStackSlot()613 IsScalableVector = false; in storeRegToStackSlot()616 IsScalableVector = false; in storeRegToStackSlot()619 IsScalableVector = false; in storeRegToStackSlot()622 IsScalableVector = false; in storeRegToStackSlot()656 if (IsScalableVector) { in storeRegToStackSlot()693 IsScalableVector = false; in loadRegFromStackSlot()696 IsScalableVector = false; in loadRegFromStackSlot()699 IsScalableVector = false; in loadRegFromStackSlot()702 IsScalableVector = false; in loadRegFromStackSlot()[all …]