Searched refs:IsScalableVector (Results 1 – 3 of 3) sorted by relevance
280 bool IsScalableVector = true; in copyPhysReg() local296 IsScalableVector = false; in copyPhysReg()299 IsScalableVector = false; in copyPhysReg()302 IsScalableVector = false; in copyPhysReg()374 if (IsScalableVector) { in copyPhysReg()477 bool IsScalableVector = true; in storeRegToStackSlot() local481 IsScalableVector = false; in storeRegToStackSlot()484 IsScalableVector = false; in storeRegToStackSlot()487 IsScalableVector = false; in storeRegToStackSlot()490 IsScalableVector = false; in storeRegToStackSlot()[all …]
1093 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local1160 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()1164 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()1168 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()1172 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()1176 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()1180 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()1184 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()1188 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()1192 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()896 bool IsScalableVector = isa<ScalableVectorType>(C1->getType()); in ConstantFoldBinaryInstruction() local898 (!C1->getType()->isVectorTy() || IsScalableVector) && in ConstantFoldBinaryInstruction()