Searched refs:VFs (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 415 VPlan &Plan, ArrayRef<ElementCount> VFs, const TargetTransformInfo &TTI, in calculateRegisterUsageForPlan() argument 492 SmallVector<VPRegisterUsage, 8> RUs(VFs.size()); in calculateRegisterUsageForPlan() 493 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size()); in calculateRegisterUsageForPlan() 534 for (unsigned J = 0, E = VFs.size(); J < E; ++J) { in calculateRegisterUsageForPlan() 550 if (VFs[J].isScalar() || in calculateRegisterUsageForPlan() 570 ElementCount VF = VFs[J].divideCoefficientBy(ScaleFactor); in calculateRegisterUsageForPlan() 571 LLVM_DEBUG(if (VF != VFs[J]) { in calculateRegisterUsageForPlan() 572 dbgs() << "LV(REG): Scaled down VF from " << VFs[J] << " to " << VF in calculateRegisterUsageForPlan() 602 for (unsigned Idx = 0, End = VFs.size(); Idx < End; ++Idx) { in calculateRegisterUsageForPlan() 615 ElementCount VF = IsScalar ? ElementCount::getFixed(1) : VFs[Idx]; in calculateRegisterUsageForPlan() [all …]
|
| H A D | VPlanAnalysis.h | 97 VPlan &Plan, ArrayRef<ElementCount> VFs, const TargetTransformInfo &TTI,
|
| H A D | VPlan.h | 3873 SmallSetVector<ElementCount, 2> VFs; 4054 void addVF(ElementCount VF) { VFs.insert(VF); } 4058 VFs.clear(); 4059 VFs.insert(VF); 4062 bool hasVF(ElementCount VF) const { return VFs.count(VF); } 4064 return any_of(VFs, [](ElementCount VF) { return VF.isScalable(); }); 4070 return {VFs.begin(), VFs.end()}; 4074 bool HasScalarVFOnly = VFs.size() == 1 && VFs[0].isScalar();
|
| H A D | VPlan.cpp | 1163 if (!VFs.empty()) { in getName() 1164 RSO << "VF={" << VFs[0]; in getName() 1165 for (ElementCount VF : drop_begin(VFs)) in getName() 1269 NewPlan->VFs = VFs; in duplicate()
|
| H A D | LoopVectorize.cpp | 4253 ArrayRef<ElementCount> VFs(P->vectorFactors().begin(), in selectVectorizationFactor() local 4259 RUs = calculateRegisterUsageForPlan(*P, VFs, TTI, CM.ValuesToIgnore); in selectVectorizationFactor() 4261 for (unsigned I = 0; I < VFs.size(); I++) { in selectVectorizationFactor() 4262 ElementCount VF = VFs[I]; in selectVectorizationFactor() 7020 ArrayRef<ElementCount> VFs(P->vectorFactors().begin(), in computeBestVF() local 7026 RUs = calculateRegisterUsageForPlan(*P, VFs, TTI, CM.ValuesToIgnore); in computeBestVF() 7028 for (unsigned I = 0; I < VFs.size(); I++) { in computeBestVF() 7029 ElementCount VF = VFs[I]; in computeBestVF()
|
| /freebsd/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_cfg.txt | 46 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
|
| H A D | t6fw_cfg_hashfilter.txt | 81 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
|
| H A D | t5fw_cfg.txt | 90 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
|
| H A D | t5fw_cfg_hashfilter.txt | 99 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
|
| H A D | t6fw_cfg.txt | 88 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
|
| H A D | t5fw_cfg_fpga.txt | 313 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
|
| H A D | t6fw_cfg_fpga.txt | 323 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
|
| H A D | t4fw_cfg_uwire.txt | 296 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
|
| H A D | t5fw_cfg_uwire.txt | 331 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
|
| H A D | t6fw_cfg_uwire.txt | 346 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
|
| H A D | t7fw_cfg.txt | 354 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
|
| H A D | t7fw_cfg_uwire.txt | 354 # 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 D | BitcodeWriter.cpp | 4244 ArrayRef<FunctionSummary::VFuncId> VFs) { in writeFunctionTypeMetadataRecords() argument 4245 if (VFs.empty()) in writeFunctionTypeMetadataRecords() 4248 for (auto &VF : VFs) { in writeFunctionTypeMetadataRecords() 4318 [&](ArrayRef<FunctionSummary::VFuncId> VFs) { in getReferencedTypeIds() argument 4319 for (auto &VF : VFs) in getReferencedTypeIds()
|