Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/polly/test/DeLICM/
H A Dnomap_alreadymapped.ll15 ; Note that it is undefined which one will be mapped. We keep the test
16 ; symmetric so it passes if either one is mapped.
76 ; CHECK: Overwrites mapped to: 1
77 ; CHECK: Value scalars mapped: 2
78 ; CHECK: PHI scalars mapped: 1
H A Dreduction_looprotate_gvnpre_cond2.ll4 ; FIXME: %join is not mapped because the MemoryKind::Value mapping does not
83 ; CHECK: Overwrites mapped to: 1
84 ; CHECK: Value scalars mapped: 1
85 ; CHECK: PHI scalars mapped: 1
H A Dreduction_looprotate_gvnpre_nopreheader.ll67 ; CHECK: Overwrites mapped to: 1
68 ; CHECK: Value scalars mapped: 2
69 ; CHECK: PHI scalars mapped: 1
H A Dreduction_looprotate_licm_nopreheader.ll68 ; CHECK: Overwrites mapped to: 1
69 ; CHECK: Value scalars mapped: 2
70 ; CHECK: PHI scalars mapped: 1
H A Dreduction_looprotate_loopguard_gvnpre.ll72 ; CHECK: Overwrites mapped to: 1
73 ; CHECK: Value scalars mapped: 2
74 ; CHECK: PHI scalars mapped: 1
H A Dreduction_looprotate_licm2.ll75 ; CHECK: Overwrites mapped to: 1
76 ; CHECK: Value scalars mapped: 1
77 ; CHECK: PHI scalars mapped: 1
H A Dreduction_looprotate_loopguard_licm2.ll78 ; CHECK: Overwrites mapped to: 1
79 ; CHECK: Value scalars mapped: 2
80 ; CHECK: PHI scalars mapped: 1
H A Dreduction_looprotate_loopguard_licm3.ll81 ; CHECK: Overwrites mapped to: 1
82 ; CHECK: Value scalars mapped: 2
83 ; CHECK: PHI scalars mapped: 1
H A Dreduction_looprotate_gvnpre_cond1.ll79 ; CHECK: Overwrites mapped to: 1
80 ; CHECK: Value scalars mapped: 2
81 ; CHECK: PHI scalars mapped: 2
H A Dreduction_looprotate_loopguard_licm1.ll74 ; CHECK: Overwrites mapped to: 1
75 ; CHECK: Value scalars mapped: 2
76 ; CHECK: PHI scalars mapped: 2
H A Dmap_memset_zero.ll49 ; CHECK: Overwrites mapped to: 1
50 ; CHECK: PHI scalars mapped: 1
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dinsert_node_type.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory() argument
27 auto p = c.insert({key, mapped}); in node_factory()
66 assert(irt.node.key() == 0 && irt.node.mapped() == 42); in test()
H A Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory() argument
27 auto p = c.insert({key, mapped}); in node_factory()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_node_type.pass.cpp25 typename Container::mapped_type const& mapped) in node_factory() argument
28 auto p = c.insert({key, mapped}); in node_factory()
67 assert(irt.node.key() == 0 && irt.node.mapped() == 42); in test()
H A Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory() argument
27 auto p = c.insert({key, mapped}); in node_factory()
/llvm-project-15.0.7/llvm/test/LTO/X86/Inputs/
H A Dtype-mapping-bug4_1.ll11 ; %class.std::unique_ptr_base.1(t1.o) is mapped to %class.std::unique_ptr_base(t0.o)
12 ; %class.CCSM(t1.o) is mapped to %class.CWBD(t0.o)
30 ; is created for the mapped @d declaration.
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory() argument
27 auto it = c.insert({key, mapped}); in node_factory()
H A Dinsert_node_type.pass.cpp25 typename Container::mapped_type const& mapped) in node_factory() argument
28 auto it = c.insert({key, mapped}); in node_factory()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory() argument
27 auto it = c.insert({key, mapped}); in node_factory()
H A Dinsert_node_type.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory() argument
27 auto it = c.insert({key, mapped}); in node_factory()
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp27 bool mapped, bool stack_memory) in SBMemoryRegionInfo() argument
29 LLDB_INSTRUMENT_VA(this, name, begin, end, permissions, mapped, stack_memory); in SBMemoryRegionInfo()
34 m_opaque_up->SetMapped(mapped ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dmapped_intrinsics.ll6 ; if (#u5 == 0) Assembler mapped to: Rd = Rs
9 ; if (#u6 == 0) Assembler mapped to: Rdd = combine(Rss.H32,Rss.L32)
12 ; if (#u4 == 0) Assembler mapped to: Rdd = combine(Rss.H32,Rss.L32)
15 ; if (#u4 == 0) Assembler mapped to: Rd = vsathub(Rss)
H A Disel-dcfetch-intrin-map.ll3 ; Check that intrinsic int_hexagon_Y2_dcfetch is mapped to Y2_dcfetchbo
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-core-ntfile.test54 # GNU-NEXT: CORE 0x00000080 NT_FILE (mapped files)
73 # LLVM-NEXT: Type: NT_FILE (mapped files)
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h30 OptionalBool mapped, ConstString name, in MemoryRegionInfo() argument
34 m_shared(shared), m_mapped(mapped), m_name(name), m_flash(flash), in MemoryRegionInfo()

1234567