HomeSort by relevance Sort by last modified time
    Searched full:global (Results 201 - 225 of 7725) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/
GlobalVariable.h 11 // represents a single global variable (or constant) in the VM.
13 // Global variables are constant pointers that refer to hunks of space that are
14 // allocated by either the VM, or by the linker in a static compiler. A global
16 // area. Global Constants are required to have initializers.
43 bool isConstantGlobal : 1; // Is this a global constant?
51 /// GlobalVariable ctor - If a parent module is specified, the global is
52 /// automatically inserted into the end of the specified modules global list.
56 /// GlobalVariable ctor - This creates a global and inserts it before the
57 /// specified other global.
71 /// hasInitializer - Unless a global variable isExternal(), it has a
    [all...]
  /external/llvm/test/CodeGen/XCore/
scavenging.ll 2 @size = global i32 0 ; <i32*> [#uses=1]
3 @g0 = external global i32 ; <i32*> [#uses=2]
4 @g1 = external global i32 ; <i32*> [#uses=2]
5 @g2 = external global i32 ; <i32*> [#uses=2]
6 @g3 = external global i32 ; <i32*> [#uses=2]
7 @g4 = external global i32 ; <i32*> [#uses=2]
8 @g5 = external global i32 ; <i32*> [#uses=2]
9 @g6 = external global i32 ; <i32*> [#uses=2]
10 @g7 = external global i32 ; <i32*> [#uses=2]
11 @g8 = external global i32 ; <i32*> [#uses=2
    [all...]
  /external/llvm/test/Linker/
testlink1.ll 17 @S1GV = external global %Struct1*
20 @GVTy1 = external global %Ty1*
21 @GVTy2 = global %Ty2* null
25 ; CHECK: @MyIntList = global %intlist { %intlist* null, i32 17 }
26 @MyIntList = global %intlist { %intlist* null, i32 17 }
31 ; CHECK: @0 = external global i32
32 @0 = external global i32
33 ; CHECK: @Inte = global i32 1
34 @Inte = global i32 1
46 ; CHECK: @MyVarPtr = linkonce global { i32* } { i32* @MyVar
    [all...]
AppendingLinkage.ll 3 ; RUN: echo {@X = appending global \[1 x i32\] \[i32 8\] } | \
8 @X = appending global [2 x i32] [ i32 7, i32 4 ] ; <[2 x i32]*> [#uses=2]
9 @Y = global i32* getelementptr ([2 x i32]* @X, i64 0, i64 0) ; <i32**> [#uses=0]
  /external/clang/test/CodeGenObjC/
interface-layout-64.m 4 // RUN: grep '@"OBJC_IVAR_$_I3._iv2" = global i64 8, section "__DATA, __objc_ivar", align 8' %t
5 // RUN: grep '@"OBJC_IVAR_$_I3._iv3" = global i64 12, section "__DATA, __objc_ivar", align 8' %t
6 // RUN: grep '@"OBJC_IVAR_$_I4._iv4" = global i64 13, section "__DATA, __objc_ivar", align 8' %t
7 // RUN: grep '@"OBJC_IVAR_$_I5._iv5" = global i64 14, section "__DATA, __objc_ivar", align 8' %t
8 // RUN: grep '@"OBJC_IVAR_$_I5._iv6_synth" = hidden global i64 16, section "__DATA, __objc_ivar", align 8' %t
9 // RUN: grep '@"OBJC_IVAR_$_I5._iv7_synth" = hidden global i64 20, section "__DATA, __objc_ivar", align 8' %t
10 // RUN: grep '@"OBJC_IVAR_$_I6.iv0" = global i64 0, section "__DATA, __objc_ivar", align 8' %t
11 // RUN: grep '@"OBJC_IVAR_$_I8.b" = global i64 8, section "__DATA, __objc_ivar", align 8' %t
12 // RUN: grep '@"OBJC_IVAR_$_I9.iv0" = global i64 0, section "__DATA, __objc_ivar", align 8' %t
13 // RUN: grep '@"OBJC_IVAR_$_I10.iv1" = global i64 4, section "__DATA, __objc_ivar", align 8' %
    [all...]
  /external/clang/test/FixIt/
typo-crash.cpp 22 T global(); // expected-note {{'A::B::global' declared here}}
28 T A::global(); // expected-error {{out-of-line definition of 'global' does not match any declaration in namespace 'PR12297::A'; did you mean 'A::B::global'?}}
  /external/libvpx/vp8/encoder/x86/
dct_mmx.asm 15 global sym(vp8_short_fdct4x4_mmx) label
94 pmaddwd mm1, MMWORD PTR[GLOBAL (_5352_2217)] ; c1*2217 + d1*5352
95 pmaddwd mm4, MMWORD PTR[GLOBAL (_5352_2217)] ; c1*2217 + d1*5352
97 pmaddwd mm3, MMWORD PTR[GLOBAL(_2217_neg5352)] ; d1*2217 - c1*5352
98 pmaddwd mm5, MMWORD PTR[GLOBAL(_2217_neg5352)] ; d1*2217 - c1*5352
100 paddd mm1, MMWORD PTR[GLOBAL(_14500)]
101 paddd mm4, MMWORD PTR[GLOBAL(_14500)]
102 paddd mm3, MMWORD PTR[GLOBAL(_7500)]
103 paddd mm5, MMWORD PTR[GLOBAL(_7500)]
152 pandn mm6, MMWORD PTR[GLOBAL(_cmp_mask)] ; clear upper
    [all...]
  /external/llvm/test/Object/Inputs/
shared.ll 13 @defined_sym = global i32 1, align 4
15 @tls_sym = thread_local global i32 2, align 4
17 @undef_sym = external global i32
19 @undef_tls_sym = external thread_local global i32
21 @common_sym = common global i32 0, align 4
  /external/llvm/test/Object/
readobj-elf-versioning.test 10 ELF: foo@@VER2 FUNC {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global
11 ELF: foo@VER1 FUNC {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global
12 ELF: unversioned_define FUNC {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global
14 ELF32: puts@GLIBC_2.0 FUNC {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} undef,global
15 ELF64: puts@GLIBC_2.2.5 FUNC {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} undef,global
  /external/clang/test/CodeGen/
2008-07-30-redef-of-bitcasted-decl.c 5 * s. This is a tentative definition and so a global was being
7 * of this global.
10 * emitted we were doing a RAUW on the old global which was destroying
global-decls.c 3 // RUN: grep '@g0_ext = extern_weak global i32' %t
8 // RUN: grep '@g0_common = weak global i32' %t
11 // RUN: grep '@g0_def = weak global i32' %t
private-extern-redef.c 34 // CHECK: @M = hidden global
35 // CHECK: @O = hidden global
37 // CHECK: @N = common hidden global
  /external/clang/test/CodeGenCXX/
apple-kext.cpp 3 // CHECK: @_ZN5test01aE = global [[A:%.*]] zeroinitializer
4 // CHECK: @llvm.global_ctors = appending global {{.*}} { i32 65535, void ()* [[CTOR0:@.*]] }
5 // CHECK: @llvm.global_dtors = appending global {{.*}} { i32 65535, void ()* [[DTOR0:@.*]] }
const-init.cpp 3 // CHECK: @a = global i32 10
13 // CHECK: @s = global %struct.S { i32* @a }
24 // CHECK: @_ZN6PR55812g0E = global %"class.PR5581::C" { i32 1 }
35 // CHECK: @_ZN5test22t0E = global double {{1\.0+e\+0+}}, align 8
36 // CHECK: @_ZN5test22t1E = global [2 x double] [double {{1\.0+e\+0+}}, double {{5\.0+e-0*}}1], align 16
37 // CHECK: @_ZN5test22t2E = global double* @_ZN5test21A1d
38 // CHECK: @_ZN5test22t3E = global {{.*}} @_ZN5test21A1g
46 // CHECK: @PR9558 = global float 0.000000e+0
50 // global if it has a mutable member.
62 // CHECK: @PR11705 = global i128
    [all...]
  /external/clang/test/PCH/
cxx-required-decls.cpp 8 // CHECK: @_ZL5globS = internal global %struct.S zeroinitializer
9 // CHECK: @_ZL3bar = internal global i32 0, align 4
10 // CHECK: @glob_var = global i32 0
  /external/libvpx/vpx_ports/
emms.asm 15 global sym(vpx_reset_mmx_state)
22 global sym(vpx_winx64_fldcw) label
31 global sym(vpx_winx64_fstcw) label
  /external/llvm/cmake/modules/
CMakeLists.txt 4 get_property(llvm_libs GLOBAL PROPERTY LLVM_LIBS)
7 get_property(llvm_lib_deps GLOBAL PROPERTY LLVMBUILD_LIB_DEPS_${lib})
9 "${all_llvm_lib_deps}\nset_property(GLOBAL PROPERTY LLVMBUILD_LIB_DEPS_${lib} ${llvm_lib_deps})")
  /external/llvm/test/Analysis/BasicAA/
phi-aa.ll 4 @X = common global i32 0
5 @Y = common global i32 0
6 @Z = common global i32 0
  /external/llvm/test/Assembler/
2002-08-19-BytecodeReader.ll 7 @pawn_probes = external global i32 ; <i32*> [#uses=0]
8 @pawn_hash_mask = external global i32 ; <i32*> [#uses=0]
9 @search = external global %CHESS_POSITION ; <%CHESS_POSITION*> [#uses=2]
  /external/llvm/test/CodeGen/ARM/
2011-11-07-PromoteVectorLoadStore.ll 4 @i8_res = global <2 x i8> <i8 0, i8 0>
5 @i8_src1 = global <2 x i8> <i8 1, i8 2>
6 @i8_src2 = global <2 x i8> <i8 2, i8 1>
  /external/llvm/test/CodeGen/Hexagon/
frame.ll 4 @num = external global i32
5 @acc = external global i32
6 @num2 = external global i32
static.ll 4 @num = external global i32
5 @acc = external global i32
6 @val = external global i32
  /external/llvm/test/CodeGen/Mips/
gprestore.ll 3 @p = external global i32
4 @q = external global i32
5 @r = external global i32
  /external/llvm/test/CodeGen/X86/
hidden-vis.ll 6 @a = hidden global i32 0
7 @b = external hidden global i32
8 @c = global i32* @b
  /external/llvm/test/Transforms/GlobalOpt/
invoke.ll 5 ; CHECK: @tmp = global i32 1
7 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @_GLOBAL__I_a }]
8 @tmp = global i32 0

Completed in 908 milliseconds

1 2 3 4 5 6 7 891011>>