| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Mangled.cpp | 316 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 D | rvi-alternate-abi-names.s | 13 # However, 's0' should be printed in preference.
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Mangled.h | 162 ConstString GetName(NamePreference preference = ePreferDemangled) const;
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MSA.txt | 15 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 D | ztext.s | 17 # 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 D | kmp_affinity.cpp | 287 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 D | SymbolContext.h | 281 Mangled::NamePreference preference = Mangled::ePreferDemangled) const;
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 650 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 D | README_ALTIVEC.txt | 280 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 D | greedy-global-heuristic.mir | 9 # in one basic block, the usual preference is to allocate registers in
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | use-scalar-epilogue-if-tp-fails.ll | 10 ; The second test (@metadata) specificies its tail-folding preference via metadata.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MergeFunctions.rst | 155 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 D | HowToAddABuilder.rst | 168 As mentioned above, we generally have a strong preference for
|
| H A D | AliasAnalysis.rst | 420 preference, these are:
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | easily-swappable-parameters.rst | 40 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 D | CrossTranslationUnit.rst | 19 (preference for the former).
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 478 "Disable default unroll preference.">;
|
| /llvm-project-15.0.7/bolt/docs/ |
| H A D | OptimizingClang.md | 191 Set `$TOPLEV` to the directory of your preference where you would like to do
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | DataLayout.md | 278 preferred alignment, the entire complex type is also aligned to this preference,
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 125 but there is a preference that expanding acronyms be deferred
|
| /llvm-project-15.0.7/clang/docs/analyzer/developer-docs/ |
| H A D | InitializerLists.rst | 102 Right now I have no preference or objections between the alternatives but there
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.td | 537 // Registers are listed in reverse order for allocation preference reasons.
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | ChangeLog | 489 b54d8c9 Use Bourne in preference to Bash.
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | memory | 984 // __builtin_operator_delete. It should be used in preference to
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 1130 In C++11 mode, a ranged-based for loop should be used in preference to
|