Searched refs:promoted (Results 1 – 25 of 51) sorted by relevance
123
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2009-01-02-SignedNegativeStride.ll | 14 %g_16.promoted = load i16* @g_16 ; <i16> [#uses=1] 18 %g_16.tmp.0 = phi i16 [ %g_16.promoted, %bb.nph ], [ %2, %bb1 ] ; <i16> [#uses=1]
|
/external/llvm/test/Transforms/LICM/ |
D | scalar_promote.ll | 37 ; CHECK-NEXT: %.promoted = load i32* getelementptr inbounds (i32* @X, i64 1) 97 ; Should have promoted 'handle2' accesses. 111 ; Should not have promoted offsetx1 loads. 179 ; CHECK-NEXT: %gi.promoted = load i32* %gi, align 4, !tbaa !0
|
D | 2007-09-24-PromoteNullValue.ll | 2 ; RUN: opt < %s -licm -S | not grep promoted
|
D | 2007-09-17-PromoteValue.ll | 5 ; RUN: opt < %s -licm -S | not grep promoted
|
/external/llvm/test/Analysis/BasicAA/ |
D | store-promote.ll | 25 ; The Loop block should be empty after the load/store are promoted. 49 ; The Loop block should be empty after the load/store are promoted.
|
/external/llvm/test/CodeGen/X86/ |
D | cmov.ll | 82 %g_96.promoted.i = load i8* @g_96 ; <i8> [#uses=3] 83 %3 = icmp eq i8 %g_96.promoted.i, 0 ; <i1> [#uses=2] 100 %.mux.i = select i1 %2, i8 %g_96.promoted.i, i8 0 ; <i8> [#uses=1] 108 %g_96.tmp.0.i = phi i8 [ %g_96.promoted.i, %bb.i.i ], [ %.mux.i, %func_4.exit.i ] ; <i8> [#uses=2]
|
D | coalescer-identity.ll | 17 %s.promoted = load i16* @s, align 2 23 %dec13.us = phi i16 [ %dec12.us, %for.inc.us ], [ %s.promoted, %for.body.lr.ph ] 58 %dec13 = phi i16 [ %dec12, %for.body ], [ %s.promoted, %for.body.lr.ph ]
|
D | mmx-insert-element.ll | 3 ; This is not an MMX operation; promoted to XMM.
|
D | vec_insert-7.ll | 2 ; MMX insertelement is not available; these are promoted to XMM.
|
D | legalizedag_vec.ll | 9 ; promoted.
|
D | mmx-punpckhdq.ll | 2 ; There are no MMX operations in bork; promoted to XMM.
|
D | coalesce-implicitdef.ll | 54 …%inc2060 = phi i32 [ %inc20, %for.inc27.backedge ], [ %a.promoted.pre, %while.condthread-pre-split… 123 %a.promoted.pre = load i32* @a, align 4, !tbaa !0
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | 2002-03-28-UninitializedVal.ll | 7 ; To be promoted
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFragmentsSIMD.td | 247 // NOTE: all 128-bit integer vector loads are promoted to v2i64 253 // NOTE: all 256-bit integer vector loads are promoted to v4i64 295 // NOTE: all 128-bit integer vector loads are promoted to v2i64 304 // NOTE: all 256-bit integer vector loads are promoted to v4i64 327 // NOTE: all 128-bit integer vector loads are promoted to v2i64 333 // NOTE: all 256-bit integer vector loads are promoted to v4i64
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | 2008-07-02-array-indexing.ll | 15 ; Load the element at offset two from %A. This should not be promoted!
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | 2010-11-18-LCSSA.ll | 10 %g_38.promoted = load i32* @g_38
|
/external/bison/m4/ |
D | mode_t.m4 | 15 AC_CACHE_CHECK([for promoted mode_t type], [gl_cv_promoted_mode_t], [
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_sqrt.ll | 20 ; sqrt (<2 x float>) is promoted to sqrt (<4 x float>)
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 23 C++ pointers could be promoted to references in the LLVM
|
D | 2001-02-13-Reference-MemoryResponse.txt | 14 > C++ pointers could be promoted to references in the LLVM
|
/external/clang/test/SemaObjC/ |
D | conditional-expr-4.m | 49 // the type is id then it can be implicitly promoted.
|
/external/llvm/test/Transforms/SROA/ |
D | big-endian.ll | 67 ; promoted.
|
/external/llvm/test/Transforms/InstCombine/ |
D | overflow.ll | 30 ; This form should not be promoted for two reasons: 1) it is unprofitable to
|
/external/clang/test/Analysis/ |
D | misc-ps-eager-assume.m | 50 // promoted to 'int'. Currently the analyzer doesn't reason well about
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 25 // On PPC64, integer return values are always promoted to i64
|
123