/external/llvm/test/CodeGen/ARM/ |
2009-08-23-linkerprivate.ll | 5 @"\01l_objc_msgSend_fixup_alloc" = linker_private_weak hidden global i32 0, section "__DATA, __objc_msgrefs, coalesced", align 16
|
/external/llvm/test/CodeGen/PowerPC/ |
2009-08-23-linkerprivate.ll | 5 @"\01l_objc_msgSend_fixup_alloc" = linker_private_weak hidden global i32 0, section "__DATA, __objc_msgrefs, coalesced", align 16
|
/external/llvm/test/CodeGen/X86/ |
2009-08-23-linkerprivate.ll | 5 @"\01l_objc_msgSend_fixup_alloc" = linker_private_weak hidden global i32 0, section "__DATA, __objc_msgrefs, coalesced", align 16
|
global-sections.ll | 23 ; DARWIN: .section __TEXT,__const_coal,coalesced 73 ; DARWIN: .section __DATA,__datacoal_nt,coalesced 88 ; DARWIN: .section __TEXT,__const_coal,coalesced 134 ; DARWIN: .section __DATA,__datacoal_nt,coalesced
|
x86-64-and-mask.ll | 16 ; This copy can't be coalesced away because it needs the implicit zero-extend.
|
2008-12-19-EarlyClobberBug.ll | 3 ; Make sure the copy after inline asm is not coalesced away.
|
2009-09-10-LoadFoldingBug.ll | 5 ; safe. This can happen we a subreg_to_reg 0 has been coalesced. One
|
2011-06-12-FastAllocSpill.ll | 5 ; CHECK: Number of copies coalesced
|
/external/llvm/lib/CodeGen/ |
RegisterCoalescer.h | 26 /// two registers can be coalesced, CoalescerPair can determine if a copy 36 /// SrcReg - the virtual register that will be coalesced into dstReg. 54 /// NewRC - The register class of the coalesced register, or NULL if DstReg 94 /// getSrcReg - Return the virtual register that will be coalesced away. 98 /// coalesced into, or 0. 101 /// getNewRC - Return the register class of the coalesced register.
|
LiveIntervalUnion.cpp | 10 // LiveIntervalUnion represents a coalesced set of live intervals. This may be 73 // Skip all segments that may have been coalesced.
|
RegAllocFast.cpp | 43 STATISTIC(NumCopies, "Number of copies coalesced"); 845 SmallVector<MachineInstr*, 32> Coalesced; [all...] |
RegisterCoalescer.cpp | 109 /// copies that cannot yet be coalesced into the "TryAgain" list. 115 /// true if the copy was successfully coalesced away. If it is not 117 /// other things get coalesced, then it returns true by reference in 139 /// its other operand is coalesced to the copy dest register, see if we 565 /// commutable instruction and its other operand is coalesced to the copy dest 661 // If some of the uses of IntA.reg is already coalesced away, return false. [all...] |
/external/clang/test/CodeGenObjC/ |
metadata_symbols.m | 8 // CHECK-X86_64: @"OBJC_EHTYPE_$_EH1" = weak global {{.*}}, section "__DATA,__datacoal_nt,coalesced", align 8 20 // CHECK-X86_64-HIDDEN: @"OBJC_EHTYPE_$_EH1" = weak hidden global {{.*}}, section "__DATA,__datacoal_nt,coalesced" 32 // CHECK-ARMV6: @"OBJC_EHTYPE_$_EH1" = weak global {{.*}}, section "__DATA,__datacoal_nt,coalesced", align 4
|
objc-align.m | 28 // RUNX: grep '@"\\01l_OBJC_LABEL_PROTOCOL_$_P" = weak hidden global .*, section "__DATA, __objc_protolist, coalesced, no_dead_strip", align 8' %t && 31 // RUNX: grep '@"\\01l_OBJC_PROTOCOL_$_P" = weak hidden global .*, section "__DATA,__datacoal_nt,coalesced", align 8' %t &&
|
metadata-symbols-64.m | 28 // RUN: grep '@"\\01l_OBJC_LABEL_PROTOCOL_$_P" = weak hidden global .* section "__DATA, __objc_protolist, coalesced, no_dead_strip", align 8' %t 30 // RUN: grep '@"\\01l_OBJC_PROTOCOL_$_P" = weak hidden global .* section "__DATA,__datacoal_nt,coalesced", align 8' %t 31 // RUN: grep '@"\\01l_objc_msgSend_fixup_alloc" = weak hidden global .* section "__DATA, __objc_msgrefs, coalesced", align 16' %t
|
/external/llvm/test/MC/MachO/ |
weakdef.s | 3 .section __DATA,__datacoal_nt,coalesced 4 .section __TEXT,__const_coal,coalesced 10 .section __DATA,__datacoal_nt,coalesced
|
diff-with-two-sections.s | 5 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
symbol-diff.s | 4 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-06-14-NEONCoalescer.ll | 11 ; Only one can be coalesced.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument03.js | 83 the CDATASection has been preserved and then coalesced.
|
infoset04.js | 83 the CDATASection has been coalesced.
|
/external/llvm/include/llvm/MC/ |
MCSectionMachO.h | 76 /// S_COALESCED - Section contains symbols that are to be coalesced. 112 /// S_ATTR_NO_TOC - Section contains coalesced symbols that are not to be
|
/external/llvm/test/Transforms/ObjCARC/ |
move-and-form-retain-autorelease.ll | 40 @"\01l_objc_msgSend_fixup_alloc" = external hidden global %0, section "__DATA, __objc_msgrefs, coalesced", align 16 51 @"\01l_objc_msgSend_fixup_objectAtIndex_" = external hidden global %0, section "__DATA, __objc_msgrefs, coalesced", align 16 53 @"\01l_objc_msgSend_fixup_count" = external hidden global %0, section "__DATA, __objc_msgrefs, coalesced", align 16
|
/external/e2fsprogs/resize/ |
extent.c | 101 * Check to see if this can be coalesced with the last
|
/external/kernel-headers/original/linux/ |
nfs_xdr.h | 729 struct list_head pages; /* Coalesced read requests */ 748 struct list_head pages; /* Coalesced requests we wish to flush */
|