Searched refs:coalesced (Results 1 – 25 of 115) sorted by relevance
12345
/external/llvm/test/MC/MachO/PowerPC/ |
D | coal-sections-powerpc.s | 23 .section __TEXT,__textcoal_nt,coalesced,pure_instructions 26 .section __TEXT,__textcoal_nt,coalesced,pure_instructions 34 .section __TEXT,__const_coal,coalesced 41 .section __DATA,__datacoal_nt,coalesced
|
/external/llvm/test/CodeGen/PowerPC/ |
D | coal-sections.ll | 5 ; CHECK: .section __TEXT,__textcoal_nt,coalesced,pure_instructions 6 ; CHECK: .section __TEXT,__textcoal_nt,coalesced,pure_instructions 9 ; CHECK: .section __TEXT,__const_coal,coalesced 12 ; CHECK: .section __DATA,__datacoal_nt,coalesced
|
/external/llvm/test/MC/MachO/ |
D | weakdef.s | 3 .section __DATA,__datacoal_nt,coalesced 4 .section __TEXT,__const_coal,coalesced 10 .section __DATA,__datacoal_nt,coalesced
|
D | coal-sections-x86_64.s | 27 .section __TEXT,__textcoal_nt,coalesced,pure_instructions 34 .section __TEXT,__const_coal,coalesced 41 .section __DATA,__datacoal_nt,coalesced
|
D | symbol-diff.s | 4 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
D | diff-with-two-sections.s | 5 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
/external/llvm-project/llvm/test/MC/MachO/ |
D | weakdef.s | 3 .section __DATA,__datacoal_nt,coalesced 4 .section __TEXT,__const_coal,coalesced 10 .section __DATA,__datacoal_nt,coalesced
|
D | coal-sections-x86_64.s | 27 .section __TEXT,__textcoal_nt,coalesced,pure_instructions 34 .section __TEXT,__const_coal,coalesced 41 .section __DATA,__datacoal_nt,coalesced
|
D | symbol-diff.s | 4 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
D | diff-with-two-sections.s | 5 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | expand-condsets-rm-reg.mir | 4 # Check that coalesced registers are removed from live intervals. 6 # Check that %3 is coalesced into %4, and that after coalescing 41 ; Check that %3 was coalesced into %4.
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | sections.m | 67 // CHECK-MACHO: @_objc_msgSend_fixup_class = {{.*}}, section "__DATA,__objc_msgrefs,coalesced" 68 // CHECK-MACHO: @"_OBJC_LABEL_PROTOCOL_$_P" = {{.*}}, section "__DATA,__objc_protolist,coalesced,no… 69 …@"_OBJC_PROTOCOL_REFERENCE_$_P" = {{.*}}, section "__DATA,__objc_protorefs,coalesced,no_dead_strip"
|
D | metadata-symbols-64.m | 15 …TOCOL_$_P" = weak hidden global {{.*}} section "__DATA,__objc_protolist,coalesced,no_dead_strip", … 31 …msgSend_fixup_alloc = weak hidden global {{.*}} section "__DATA,__objc_msgrefs,coalesced", align 16
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | constantpool-promote-duplicate.ll | 6 ; const1 and const2 both need labels for debug info, but will be coalesced into
|
/external/llvm/test/CodeGen/X86/ |
D | constant-hoisting-optnone.ll | 7 ; With optnone, we check that constants are not coalesced.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | constant-hoisting-optnone.ll | 7 ; With optnone, we check that constants are not coalesced.
|
/external/clang/test/CodeGenObjC/ |
D | metadata-symbols-64.m | 15 …COL_$_P" = weak hidden global {{.*}} section "__DATA, __objc_protolist, coalesced, no_dead_strip",… 31 …Send_fixup_alloc" = weak hidden global {{.*}} section "__DATA, __objc_msgrefs, coalesced", align 16
|
/external/llvm-project/polly/test/Simplify/ |
D | nocoalesce_differentvalues.ll | 38 ; CHECK: Partial writes coalesced: 0
|
D | coalesce_overlapping.ll | 38 ; CHECK: Partial writes coalesced: 1
|
D | coalesce_3partials.ll | 40 ; CHECK: Partial writes coalesced: 2
|
D | coalesce_partial.ll | 38 ; CHECK: Partial writes coalesced: 1
|
/external/grpc-grpc/src/objective-c/tests/CronetUnitTests/ |
D | CronetUnitTests.m | 342 BOOL coalesced = NO; 360 coalesced = YES; 365 if (coalesced) { 370 XCTAssert(coalesced == useCoalescing);
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | README | 38 IN_MOVE_SELF events will be coalesced into a single one.
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | smem-no-clause-coalesced.mir | 5 # result coalesced with an operand.
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | live-debug-vars-intervals.mir | 1 # These tests check that DBG_VALUE intervals are correctly coalesced (or not) in 20 # are not coalesced. 32 # coalesced if there are no intervening DBG_VALUEs with the same { Variable, Fragment }.
|
12345