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.h2654 SmallSetVector<ElementCount, 2> VFs; variable
2763 void addVF(ElementCount VF) { VFs.insert(VF); } in addVF()
2767 VFs.clear(); in setVF()
2768 VFs.insert(VF); in setVF()
2771 bool hasVF(ElementCount VF) { return VFs.count(VF); } in hasVF()
2773 bool hasScalarVFOnly() const { return VFs.size() == 1 && VFs[0].isScalar(); } in hasScalarVFOnly()
H A DVPlan.cpp913 if (!VFs.empty()) { in getName()
914 RSO << "VF={" << VFs[0]; in getName()
915 for (ElementCount VF : drop_begin(VFs)) in getName()
H A DLoopVectorize.cpp1269 calculateRegisterUsage(ArrayRef<ElementCount> VFs);
4853 SmallVector<ElementCount, 8> VFs; in getMaximizedVFForTarget() local
4856 VFs.push_back(VS); in getMaximizedVFForTarget()
4859 auto RUs = calculateRegisterUsage(VFs); in getMaximizedVFForTarget()
4871 MaxVF = VFs[i]; in getMaximizedVFForTarget()
5680 SmallVector<RegisterUsage, 8> RUs(VFs.size()); in calculateRegisterUsage()
5719 if (VFs[j].isScalar()) { in calculateRegisterUsage()
5728 collectUniformsAndScalars(VFs[j]); in calculateRegisterUsage()
5760 for (unsigned i = 0, e = VFs.size(); i < e; ++i) { in calculateRegisterUsage()
5772 isScalarAfterVectorization(I, VFs[i]); 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.cpp3841 ArrayRef<FunctionSummary::VFuncId> VFs) { in writeFunctionTypeMetadataRecords() argument
3842 if (VFs.empty()) in writeFunctionTypeMetadataRecords()
3845 for (auto &VF : VFs) { in writeFunctionTypeMetadataRecords()
3915 [&](ArrayRef<FunctionSummary::VFuncId> VFs) { in getReferencedTypeIds() argument
3916 for (auto &VF : VFs) in getReferencedTypeIds()