Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp415 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 DVPlanAnalysis.h97 VPlan &Plan, ArrayRef<ElementCount> VFs, const TargetTransformInfo &TTI,
H A DVPlan.h3873 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 DVPlan.cpp1163 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 DLoopVectorize.cpp4253 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 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)
H A Dt7fw_cfg.txt354 # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries)
H A Dt7fw_cfg_uwire.txt354 # 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.cpp4244 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()