Searched refs:promoted (Results 1 – 25 of 39) sorted by relevance
12
/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/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 | 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.
|
/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.
|
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/Transforms/Mem2Reg/ |
D | 2002-03-28-UninitializedVal.ll | 7 ; To be promoted
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFragmentsSIMD.td | 201 // NOTE: all 128-bit integer vector loads are promoted to v2i64 207 // NOTE: all 256-bit integer vector loads are promoted to v4i64 245 // NOTE: all 128-bit integer vector loads are promoted to v2i64 254 // NOTE: all 256-bit integer vector loads are promoted to v4i64 277 // NOTE: all 128-bit integer vector loads are promoted to v2i64 283 // 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/mesa3d/docs/ |
D | RELNOTES-6.0 | 41 extensions. These extensions were simply promoted to standard features:
|
D | RELNOTES-4.0 | 37 extensions. These extensions were simply promoted to standard features:
|
/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/CodeGen/CellSPU/ |
D | shift_ops.ll | 23 ; Shift left i16 via register, note that the second operand to shl is promoted 123 ; Shift left i32 via register, note that the second operand to shl is 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 | 49 // promoted to 'int'. Currently the analyzer doesn't reason well about
|
/external/llvm/test/Transforms/LoopIdiom/ |
D | basic.ll | 119 ; This can't be promoted: the memset is a store of a loop variant value. 243 ; Two dimensional nested loop should be promoted to one big memset.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 111 def KNRPromotedParameter : DiagGroup<"knr-promoted-parameter">;
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1318 void setKNRPromoted(bool promoted) { in setKNRPromoted() argument 1319 ParmVarDeclBits.IsKNRPromoted = promoted; in setKNRPromoted()
|
12