/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | arm64-sitofp-combine-chains.ll | 3 ; ARM64ISelLowering.cpp was creating a new (floating-point) load for efficiency
|
H A D | addsub.ll | 4 ; Note that this should be refactored (for efficiency if nothing else)
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.cpp | 207 // 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 D | kmp_settings.cpp | 5249 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 D | Threading.inc | 285 // synchronizing data. This class emphasizes energy efficiency. 290 // energy efficiency.
|
/llvm-project/polly/lib/External/isl/doc/ |
H A D | isl.bib | 137 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 D | Runtimes.rst | 527 * **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 D | AArch64InstrAtomics.td | 27 // 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 D | Canonicalization.md | 27 exhausted. This is for efficiency reasons and to ensure that faulty patterns
|
H A D | DataLayout.md | 227 efficiency and layering reasons. Instead, `DataLayout` can be constructed for
|
H A D | PassManagement.md | 456 that need to be scheduled, as well as increasing the efficiency of each job.
|
/llvm-project/llvm/test/Transforms/InstCombine/ |
H A D | strcall-no-nul.ll | 8 ; for efficiency and prevents sanitizers from detecting and reporting
|
/llvm-project/mlir/docs/Tutorials/Toy/ |
H A D | Ch-5.md | 298 efficiency. For example, the lowering of `toy.mul` has generated some redundant
|
/llvm-project/lld/docs/ |
H A D | NewLLD.rst | 136 On the other hand, you don't have to pursue efficiency
|
/llvm-project/clang-tools-extra/pseudo/ |
H A D | Disambiguation.md |
|
/llvm-project/llvm/ |
H A D | CREDITS.TXT | 196 D: Improvements for space efficiency
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | README.txt | 38 2. There might be some compile-time efficiency to be had by representing
|
/llvm-project/libcxx/docs/DesignDocs/ |
H A D | AtomicDesign.rst | 21 Ultimate efficiency is preferred over run time error checking. Undefined
|
/llvm-project/mlir/docs/Rationale/ |
H A D | MLIRForGraphAlgorithms.md | 36 with a specific focus on compile time and memory efficiency, accurate
|
/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 364 TopologyHybridCoreEff "%1$s: %2$d with core efficiency %3$d."
|
/llvm-project/llvm/docs/ |
H A D | AliasAnalysis.rst | 497 `alias`_ method directly if possible) to get the best precision and efficiency.
|
H A D | TestingGuide.rst | 95 efficiency of the programs generated as well as the speed with which
|
H A D | ProgrammersManual.rst | 2056 gracefully handles extremely large sets without loss of efficiency.
|
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 531 For efficiency, the expression calculates the source location the wavefront as a
|
/llvm-project/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 2200 some classes offer their users direct access for efficiency. If ARC is not
|