Home
last modified time | relevance | path

Searched refs:g7 (Results 1 – 25 of 102) sorted by relevance

12345

/external/llvm/test/CodeGen/SPARC/
D64spill.ll13 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
24 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
35 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
47 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
58 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
69 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
80 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
91 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
102 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
113 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
Dtls.ll17 ; v8abs: ld [%g7+[[R1]]]
22 ; v9abs: ld [%g7+[[R1]]]
49 ; v8abs: add %g7, [[R3]], %[[R4:[goli][0-7]]], %tie_add(extern_symbol)
57 ; v9abs: add %g7, [[R3]], %[[R4:[goli][0-7]]], %tie_add(extern_symbol)
Dspill.ll18 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
33 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
/external/clang/test/SemaTemplate/
Dcurrent-instantiation.cpp63 void g7(T&); // expected-note{{previous}}
64 void g7(typename X0::U_type&);
65 …void g7(typename ::X0<typename X1::my_T_type, U_type>::X1::my_T_type&); // expected-error{{redecl}}
136 void g7(T&); // expected-note{{previous}}
137 void g7(typename X0::U_type&);
138 …void g7(typename ::X0<typename X2::my_T_type*, U_type*>::X2::my_T_type&); // expected-error{{redec…
/external/llvm/test/tools/gold/X86/
Demit-llvm.ll28 @g7 = extern_weak global i32
29 ; CHECK-DAG: @g7 = extern_weak global i32
75 ret i32* @g7
90 ; API: g7 UNDEF
/external/clang/test/SemaCXX/
Dfunction-pointer-arguments.cpp16 int(*g7)(int&, int) = f3; in good() local
37 int (*g7)(const int, char) = f1; in bad() local
Ddcl_ambig_res.cpp60 int g7(C7);
63 f7(g7); //OK in foo7()
/external/clang/test/Sema/
Dprivate-extern.c28 int g7; // expected-note {{previous}} in f1() local
29 …__private_extern__ int g7; // expected-error {{extern declaration of 'g7' follows non-extern decla… in f1() local
Dalign-x86.c30 enum { x = 18446744073709551615ULL } g7; variable
31 short chk1[__alignof__(g7) == 8 ? 1 : -1];
Dno-documentation-warn-tagdecl-specifier.c81 enum e7* g7(void);
Dattr-alias-elf.c26 void g7() {} in g7() function
/external/clang/test/CXX/except/except.spec/
Dp5-virtual.cpp55 virtual void g7() noexcept; // expected-note {{overridden virtual function is here}}
91 …virtual void g7(); // expected-error {{exception specification of overriding function is more lax}}
/external/v8/test/mjsunit/
Dglobal-infinity.js62 function g7() { return (1/0) === (1/0); } function
63 test(true, g7);
Dglobal-infinity-strict.js71 function g7() { return (1/0) === (1/0); } function
72 test(true, g7);
Dglobal-nan.js62 function g7() { return (0/0) === (0/0); } function
63 test(false, g7);
Dglobal-nan-strict.js71 function g7() { return (0/0) === (0/0); } function
72 test(false, g7);
Dglobal-undefined.js70 function g7() { return void 0 === void 0; } function
71 test(true, g7);
Dglobal-undefined-strict.js69 function g7() { return void 0 === void 0; } function
70 test(true, g7);
Ddebug-multiple-var-decl.js53 const g7 = 7, // h constant
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp3-0x.cpp39 auto g7() noexcept(noexcept(this->f(this->ptr))) -> decltype(this->f((*this).ptr));
50 int &ir4 = ci.g7(); in test_C()
58 static_assert(!noexcept(ci.g7()), "exception-specification failure"); in test_C()
/external/llvm/test/CodeGen/PowerPC/
Dppc64-fastcc.ll5 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3…
13 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3…
21 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3…
29 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3…
37 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3…
45 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3…
53g7(i64 %g1, double %f1, <4 x i32> %v1, i64 %g2, double %f2, <4 x i32> %v2, i64 %g3, double %f3, <4…
54 ret i64 %g7
56 ; CHECK-LABEL: @g7
61 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3…
[all …]
/external/v8/test/mjsunit/es6/
Dtail-call.js338 function g7(a) { function
339 return f([f, g7, test], false) ||
340 (f([f, g7, test], false) ? f([f, test], true)
370 assertEquals(true, g7());
/external/v8/test/mjsunit/es8/
Dsyntactic-tail-call.js338 function g7(a) { function
339 return f([f, g7, test], false) ||
340 (f([f, g7, test], false) ? continue f([f, test], true)
370 assertEquals(true, g7());
/external/llvm/test/CodeGen/XCore/
Dscavenging.ll11 @g7 = external global i32 ; <i32*> [#uses=2]
29 %9 = load volatile i32, i32* @g7, align 4 ; <i32> [#uses=1]
40 store volatile i32 %9, i32* @g7, align 4
/external/clang/test/CodeGenObjC/
Dencode-test.m139 // CHECK: @g7 = constant [27 x i8] c"{Derived1X=b2b3b4b5b5b4b3}\00"
140 const char g7[] = @encode(Derived1X); function

12345