Home
last modified time | relevance | path

Searched refs:efficiency (Results 1 – 25 of 25) sorted by relevance

/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-sitofp-combine-chains.ll3 ; ARM64ISelLowering.cpp was creating a new (floating-point) load for efficiency
H A Daddsub.ll4 ; Note that this should be refactored (for efficiency if nothing else)
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp207 // efficiency if available. in compare_ids()
504 // Because efficiencies can range from 0 to max efficiency - 1, in _gather_enumeration_information()
505 // the number of efficiencies is max efficiency + 1 in _gather_enumeration_information()
1148 "efficiency"); in filter_hw_subset()
1164 "efficiency"); in filter_hw_subset()
1168 // Check that core efficiency values are valid in filter_hw_subset()
1178 KMP_MSG(AffHWSubsetAttrInvalid, "efficiency", buf.str), in filter_hw_subset()
1246 // or core attributes (core type or efficiency) in filter_hw_subset()
1846 int efficiency; in __kmp_affinity_create_hwloc_map()
1858 cpukinds[idx].efficiency in __kmp_affinity_create_hwloc_map()
1817 int efficiency; __kmp_affinity_create_hwloc_map() member
2501 __kmp_get_hybrid_info(kmp_hw_core_type_t * type,int * efficiency,unsigned * native_model_id) __kmp_get_hybrid_info() argument
2796 int efficiency; __kmp_affinity_create_x2apicid_map() local
[all...]
H A Dkmp_settings.cpp5249 int efficiency = atoi(number); in __kmp_stg_parse_hw_subset() local
5250 attr.set_core_eff(efficiency); in __kmp_stg_parse_hw_subset()
/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc285 // synchronizing data. This class emphasizes energy efficiency.
290 // energy efficiency.
/llvm-project/polly/lib/External/isl/doc/
H A Disl.bib137 estimator of the efficiency of this data distribution.
338 it is important to keep the number of disjuncts small, both for efficiency
/llvm-project/openmp/docs/design/
H A DRuntimes.rst527 * **Core efficiency** - This is specified as ``eff``:emphasis:`num` where :emphasis:`num` is a number from 0
529 E.g., ``eff0``. The greater the efficiency number the more performant the core. There may be
596 * ``2c:eff0@1,3c:eff1``: Use all available sockets, skip the first core with efficiency 0
597 and use the next 2 cores with efficiency 0 and 3 cores with efficiency 1 per socket.
605 efficiency 1, and then use the rest of the available cores of efficiency 1.
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrAtomics.td27 // standard modes would be valid and may give efficiency gains.
161 // standard modes would be valid and may give efficiency gains.
/llvm-project/mlir/docs/
H A DCanonicalization.md27 exhausted. This is for efficiency reasons and to ensure that faulty patterns
H A DDataLayout.md227 efficiency and layering reasons. Instead, `DataLayout` can be constructed for
H A DPassManagement.md456 that need to be scheduled, as well as increasing the efficiency of each job.
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dstrcall-no-nul.ll8 ; for efficiency and prevents sanitizers from detecting and reporting
/llvm-project/mlir/docs/Tutorials/Toy/
H A DCh-5.md298 efficiency. For example, the lowering of `toy.mul` has generated some redundant
/llvm-project/lld/docs/
H A DNewLLD.rst136 On the other hand, you don't have to pursue efficiency
/llvm-project/clang-tools-extra/pseudo/
H A DDisambiguation.md
/llvm-project/llvm/
H A DCREDITS.TXT196 D: Improvements for space efficiency
/llvm-project/llvm/lib/Target/ARM/
H A DREADME.txt38 2. There might be some compile-time efficiency to be had by representing
/llvm-project/libcxx/docs/DesignDocs/
H A DAtomicDesign.rst21 Ultimate efficiency is preferred over run time error checking. Undefined
/llvm-project/mlir/docs/Rationale/
H A DMLIRForGraphAlgorithms.md36 with a specific focus on compile time and memory efficiency, accurate
/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt364 TopologyHybridCoreEff "%1$s: %2$d with core efficiency %3$d."
/llvm-project/llvm/docs/
H A DAliasAnalysis.rst497 `alias`_ method directly if possible) to get the best precision and efficiency.
H A DTestingGuide.rst95 efficiency of the programs generated as well as the speed with which
H A DProgrammersManual.rst2056 gracefully handles extremely large sets without loss of efficiency.
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst531 For efficiency, the expression calculates the source location the wavefront as a
/llvm-project/clang/docs/
H A DAutomaticReferenceCounting.rst2200 some classes offer their users direct access for efficiency. If ARC is not