| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | float-helpers.s | 58 entry: label 81 entry: label 104 entry: label 127 entry: label 157 entry: label 188 entry: label 219 entry: label 250 entry: label 281 entry: label 312 entry: label [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | xxpermdi_mnemonics.s | 9 entry: label 19 entry: label 29 entry: label 38 entry: label 47 entry: label
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 273 LoadedModuleInfoList::LoadedModuleInfo const &modInfo, SOEntry &entry) { in FillSOEntryFromModuleInfo() 302 SOEntry entry; in SaveSOEntriesFromRemote() local 331 SOEntry entry; in AddSOEntriesFromRemote() local 361 SOEntry entry; in RemoveSOEntriesFromRemote() local 381 SOEntry entry; in AddSOEntries() local 428 bool DYLDRendezvous::SOEntryIsMainExecutable(const SOEntry &entry) { in SOEntryIsMainExecutable() 451 SOEntry entry; in TakeSnapshot() local 520 void DYLDRendezvous::UpdateBaseAddrIfNecessary(SOEntry &entry, in UpdateBaseAddrIfNecessary() 534 void DYLDRendezvous::UpdateFileSpecIfNecessary(SOEntry &entry) { in UpdateFileSpecIfNecessary() 547 bool DYLDRendezvous::ReadSOEntryFromMemory(lldb::addr_t addr, SOEntry &entry) { in ReadSOEntryFromMemory()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 45 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef() 63 const DebugNames::Entry &entry, in ProcessEntry() 89 for (const DebugNames::Entry &entry : in GetGlobalVariables() local 162 for (const DebugNames::Entry &entry : in GetCompleteObjCClass() local 202 for (const DebugNames::Entry &entry : in GetTypes() local 217 for (const DebugNames::Entry &entry : m_debug_names_up->equal_range(name)) { in GetTypes() local 229 for (const DebugNames::Entry &entry : in GetNamespaces() local 246 for (const DebugNames::Entry &entry : in GetFunctions() local
|
| H A D | UniqueDWARFASTType.h | 59 void Append(const UniqueDWARFASTType &entry) { in Append() 78 const UniqueDWARFASTType &entry) { in Insert() 84 UniqueDWARFASTType &entry) const { in Find()
|
| H A D | NameToDIE.cpp | 34 for (const auto &entry : m_map.equal_range(name)) in Find() local 42 for (const auto &entry : m_map) in Find() local 130 for (const auto &entry : m_map) { in Encode() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-driver/ |
| H A D | llvm-driver.cpp | 19 #define LLVM_DRIVER_TOOL(tool, entry) int entry##_main(int argc, char **argv); argument 23 #define LLVM_DRIVER_TOOL(tool, entry) " " tool "\n" argument 57 #define LLVM_DRIVER_TOOL(tool, entry) \ in findTool() argument
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | instrumented-parser.cpp | 36 auto &entry{tagIter->second}; in Fails() local 50 auto &entry{perPos_[offset].perTag[tag]}; in Note() local 72 auto &entry{tagLog.second}; in Dump() local
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | LLVMProcessSources.cmake | 96 set(entry "${g}") variable 98 set(entry "${fn}") variable
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_hash.c | 66 static isl_bool no(const void *entry, const void *val) in no() 100 struct isl_hash_table_entry *entry; in grow_table() local 160 isl_bool (*eq)(const void *entry, const void *val), in isl_hash_table_find() 196 isl_stat (*fn)(void **entry, void *user), void *user) in isl_hash_table_foreach() 215 struct isl_hash_table_entry *entry) in isl_hash_table_remove()
|
| H A D | isl_id.c | 85 static isl_bool isl_id_has_name_and_user(const void *entry, const void *val) in isl_id_has_name_and_user() 102 struct isl_hash_table_entry *entry; in isl_id_alloc() local 168 static isl_bool isl_id_eq(const void *entry, const void *name) in isl_id_eq() 199 struct isl_hash_table_entry *entry; in isl_id_free() local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ |
| H A D | increment.pass.cpp | 58 const path entry = *it; in TEST_CASE() local 82 const path entry = *it; in TEST_CASE() local 107 const path entry = *it; in TEST_CASE() local
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 120 void Add(TypeMatcher matcher, const ValueSP &entry) { in Add() 145 bool Get(ConstString type, ValueSP &entry) { in Get() 156 bool GetExact(TypeMatcher matcher, ValueSP &entry) { in GetExact() 216 bool Get(const FormattersMatchVector &candidates, ValueSP &entry) { in Get()
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/ |
| H A D | v_log.c | 34 struct entry struct 40 static inline struct entry argument
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_procmaps_test.cpp | 94 struct entry { in TEST() struct 95 uptr p; in TEST() 96 uptr rss; in TEST() 97 bool file; in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | RegionInfoImpl.h | 108 BlockT *entry = getEntry(), *exit = getExit(); in contains() local 162 BlockT *entry = getEntry(); in getEnteringBlock() local 257 BlockT *entry = getEntry(), *exit = getExit(); in verifyBBInRegion() local 564 bool RegionInfoBase<Tr>::isCommonDomFrontier(BlockT *BB, BlockT *entry, in isCommonDomFrontier() 576 bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const { in isRegion() 616 void RegionInfoBase<Tr>::insertShortCut(BlockT *entry, BlockT *exit, in insertShortCut() 646 bool RegionInfoBase<Tr>::isTrivialRegion(BlockT *entry, BlockT *exit) const { in isTrivialRegion() 659 typename Tr::RegionT *RegionInfoBase<Tr>::createRegion(BlockT *entry, in createRegion() 681 void RegionInfoBase<Tr>::findRegionsWithEntry(BlockT *entry, in findRegionsWithEntry() 725 BlockT *entry = GraphTraits<FuncPtrT>::getEntryNode(&F); in scanForRegions() local
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | entry.s | 4 entry: label
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | entry.s | 54 entry: label
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | output_test.h | 159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument 170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument 187 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument 190 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument 193 #define CHECK_FLOAT_RESULT_VALUE(entry, var_name, relationship, value, eps_factor) \ argument 196 #define CHECK_FLOAT_COUNTER_VALUE(entry, var_name, relationship, value, eps_factor) \ argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.cpp | 116 SOEntry entry; in UpdateSOEntries() local 153 SOEntry entry; in UpdateSOEntriesForAddition() local 201 SOEntry entry; in TakeSnapshot() local 268 SOEntry &entry) { in ReadSOEntryFromMemory()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | wrap-real-missing.s | 14 entry: label
|
| H A D | duplicate-absolute-same.s | 13 entry: label
|
| H A D | duplicate-absolute.s | 13 entry: label
|
| H A D | wrap-with-archive.s | 16 entry: label
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | hmap_templ.c | 53 static isl_stat free_pair(void **entry, void *user) in free_pair() 131 static isl_bool has_key(const void *entry, const void *c_key) in has_key() 149 struct isl_hash_table_entry *entry; in ISL_MAYBE() local 216 struct isl_hash_table_entry *entry; in ISL_FN() local 268 struct isl_hash_table_entry *entry; in ISL_FN() local 338 static isl_stat call_on_copy(void **entry, void *user) in call_on_copy()
|