Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Core/
H A DMangled.cpp316 ConstString Mangled::GetName(Mangled::NamePreference preference) const { in GetName()
317 if (preference == ePreferMangled && m_mangled) in GetName()
324 if (preference == ePreferDemangledWithoutArguments) { in GetName()
329 if (preference == ePreferDemangled) { in GetName()
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Drvi-alternate-abi-names.s13 # However, 's0' should be printed in preference.
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DMangled.h162 ConstString GetName(NamePreference preference = ePreferDemangled) const;
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMSA.txt15 chosen in preference to the other.
20 most hardware implementations so it is used in preference to bclri.b.
/llvm-project-15.0.7/lld/test/ELF/
H A Dztext.s17 # If the preference is to have text relocations, don't create plt of copy relocations.
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp287 int preference[KMP_HW_LAST]; in _remove_radix1_layers() local
292 preference[KMP_HW_CORE] = 95; in _remove_radix1_layers()
293 preference[KMP_HW_THREAD] = 90; in _remove_radix1_layers()
294 preference[KMP_HW_NUMA] = 85; in _remove_radix1_layers()
295 preference[KMP_HW_DIE] = 80; in _remove_radix1_layers()
296 preference[KMP_HW_TILE] = 75; in _remove_radix1_layers()
297 preference[KMP_HW_MODULE] = 73; in _remove_radix1_layers()
298 preference[KMP_HW_L3] = 70; in _remove_radix1_layers()
299 preference[KMP_HW_L2] = 65; in _remove_radix1_layers()
300 preference[KMP_HW_L1] = 60; in _remove_radix1_layers()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolContext.h281 Mangled::NamePreference preference = Mangled::ePreferDemangled) const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp650 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName()
662 return function->GetMangled().GetName(preference); in GetFunctionName()
664 return symbol->GetMangled().GetName(preference); in GetFunctionName()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DREADME_ALTIVEC.txt280 At the moment we always generate a lxsdx in preference to lfd, or stxsdx in
281 preference to stfd. When we have a reg-immediate addressing mode, this is a
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dgreedy-global-heuristic.mir9 # in one basic block, the usual preference is to allocate registers in
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Duse-scalar-epilogue-if-tp-fails.ll10 ; The second test (@metadata) specificies its tail-folding preference via metadata.
/llvm-project-15.0.7/llvm/docs/
H A DMergeFunctions.rst155 So, preference has been granted to the "logarithmical search".
305 body, otherwise functions are different. On this stage we grant the preference
333 preference to one of them. So proceed to the next step.
H A DHowToAddABuilder.rst168 As mentioned above, we generally have a strong preference for
H A DAliasAnalysis.rst420 preference, these are:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Deasily-swappable-parameters.rst40 Some mixes may depend on coding style or preference specific to a project,
/llvm-project-15.0.7/clang/docs/analyzer/user-docs/
H A DCrossTranslationUnit.rst19 (preference for the former).
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCV.td478 "Disable default unroll preference.">;
/llvm-project-15.0.7/bolt/docs/
H A DOptimizingClang.md191 Set `$TOPLEV` to the directory of your preference where you would like to do
/llvm-project-15.0.7/mlir/docs/
H A DDataLayout.md278 preferred alignment, the entire complex type is also aligned to this preference,
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVariableNames.rst125 but there is a preference that expanding acronyms be deferred
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst102 Right now I have no preference or objections between the alternatives but there
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td537 // Registers are listed in reverse order for allocation preference reasons.
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog489 b54d8c9 Use Bourne in preference to Bash.
/llvm-project-15.0.7/libcxx/include/
H A Dmemory984 // __builtin_operator_delete. It should be used in preference to
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md1130 In C++11 mode, a ranged-based for loop should be used in preference to

12