Searched refs:VFs (Results 1 – 14 of 14) sorted by relevance
3267 SmallSetVector<ElementCount, 2> VFs; variable3385 void addVF(ElementCount VF) { VFs.insert(VF); } in addVF()3389 VFs.clear(); in setVF()3390 VFs.insert(VF); in setVF()3393 bool hasVF(ElementCount VF) { return VFs.count(VF); } in hasVF()3395 return any_of(VFs, [](ElementCount VF) { return VF.isScalable(); }); in hasScalableVF()3401 return {VFs.begin(), VFs.end()}; in vectorFactors()3404 bool hasScalarVFOnly() const { return VFs.size() == 1 && VFs[0].isScalar(); } in hasScalarVFOnly()
1153 if (!VFs.empty()) { in getName()1154 RSO << "VF={" << VFs[0]; in getName()1155 for (ElementCount VF : drop_begin(VFs)) in getName()1258 NewPlan->VFs = VFs; in duplicate()
1087 calculateRegisterUsage(ArrayRef<ElementCount> VFs);4242 SmallVector<ElementCount, 8> VFs; in getMaximizedVFForTarget() local4245 VFs.push_back(VS); in getMaximizedVFForTarget()4248 auto RUs = calculateRegisterUsage(VFs); in getMaximizedVFForTarget()4257 MaxVF = VFs[I]; in getMaximizedVFForTarget()5108 LoopVectorizationCostModel::calculateRegisterUsage(ArrayRef<ElementCount> VFs) { in calculateRegisterUsage() argument5184 SmallVector<RegisterUsage, 8> RUs(VFs.size()); in calculateRegisterUsage()5185 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size()); in calculateRegisterUsage()5215 for (unsigned j = 0, e = VFs.size(); j < e; ++j) { in calculateRegisterUsage()5223 if (VFs[j].isScalar()) { in calculateRegisterUsage()[all …]
46 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
81 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
90 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
99 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
88 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
313 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
323 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
296 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
331 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
346 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
4011 ArrayRef<FunctionSummary::VFuncId> VFs) { in writeFunctionTypeMetadataRecords() argument4012 if (VFs.empty()) in writeFunctionTypeMetadataRecords()4015 for (auto &VF : VFs) { in writeFunctionTypeMetadataRecords()4085 [&](ArrayRef<FunctionSummary::VFuncId> VFs) { in getReferencedTypeIds() argument4086 for (auto &VF : VFs) in getReferencedTypeIds()