Searched refs:IsScalableVector (Results 1 – 3 of 3) sorted by relevance
133 bool IsScalableVector = true; in copyPhysReg() local139 IsScalableVector = false; in copyPhysReg()142 IsScalableVector = false; in copyPhysReg()145 IsScalableVector = false; in copyPhysReg()213 if (IsScalableVector) { in copyPhysReg()255 bool IsScalableVector = true; in storeRegToStackSlot() local260 IsScalableVector = false; in storeRegToStackSlot()263 IsScalableVector = false; in storeRegToStackSlot()266 IsScalableVector = false; in storeRegToStackSlot()269 IsScalableVector = false; in storeRegToStackSlot()[all …]
935 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local993 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()997 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()1001 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()1005 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()1009 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()1013 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()1017 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()1021 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()1025 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()[all …]
1061 bool IsScalableVector = isa<ScalableVectorType>(C->getType()); in ConstantFoldUnaryInstruction() local1063 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C); in ConstantFoldUnaryInstruction()1142 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local1144 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()