Home
last modified time | relevance | path

Searched refs:VFs (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3267 SmallSetVector<ElementCount, 2> VFs; variable
3385 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()
H A DVPlan.cpp1153 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()
H A DLoopVectorize.cpp1087 calculateRegisterUsage(ArrayRef<ElementCount> VFs);
4242 SmallVector<ElementCount, 8> VFs; in getMaximizedVFForTarget() local
4245 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() argument
5184 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 …]
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt46 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
H A Dt6fw_cfg_hashfilter.txt81 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
H A Dt5fw_cfg.txt90 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
H A Dt5fw_cfg_hashfilter.txt99 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
H A Dt6fw_cfg.txt88 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
H A Dt5fw_cfg_fpga.txt313 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
H A Dt6fw_cfg_fpga.txt323 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
H A Dt4fw_cfg_uwire.txt296 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
H A Dt5fw_cfg_uwire.txt331 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
H A Dt6fw_cfg_uwire.txt346 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4011 ArrayRef<FunctionSummary::VFuncId> VFs) { in writeFunctionTypeMetadataRecords() argument
4012 if (VFs.empty()) in writeFunctionTypeMetadataRecords()
4015 for (auto &VF : VFs) { in writeFunctionTypeMetadataRecords()
4085 [&](ArrayRef<FunctionSummary::VFuncId> VFs) { in getReferencedTypeIds() argument
4086 for (auto &VF : VFs) in getReferencedTypeIds()