Searched refs:G1 (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp52 GlobalVariable *G1 = local
55 Engine->addGlobalMapping(G1, &Mem1);
56 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
59 Engine->updateGlobalMapping(G1, &Mem2);
60 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
61 Engine->updateGlobalMapping(G1, nullptr);
62 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G1));
63 Engine->updateGlobalMapping(G1, &Mem2);
64 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
74 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1))
79 GlobalVariable *G1 = local
107 GlobalVariable *G1 = local
127 GlobalVariable *G1 = local
[all...]
/external/v8/test/mjsunit/compiler/
H A Dregress-arguments.js50 var G1 = 21; variable
54 var v = G1 + G2;
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp58 // FIXME: G1 reserved for now for large imm generation by frame code.
59 Reserved.set(SP::G1);
61 // G1-G4 can be used in applications.
127 // reserving G1 all of the time.
132 // Insert G1+%lo(offset) into the user.
133 BuildMI(*MI.getParent(), II, dl, TII.get(SP::SETHIi), SP::G1)
137 // Emit G1 = G1 + I6
138 BuildMI(*MI.getParent(), II, dl, TII.get(SP::ADDrr), SP::G1).addReg(SP::G1)
[all...]
H A DSparcFrameLowering.cpp57 // Emit this the hard way. This clobbers G1 which we always know is
64 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1)
66 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1)
67 .addReg(SP::G1).addImm(LO10(NumBytes));
69 .addReg(SP::O6).addReg(SP::G1);
77 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1)
79 BuildMI(MBB, MBBI, dl, TII.get(SP::XORri), SP::G1)
80 .addReg(SP::G1).addImm(LOX10(NumBytes));
82 .addReg(SP::O6).addReg(SP::G1);
/external/clang/test/Sema/
H A Dms_bitfield_layout.c277 typedef union G1 { union
283 } G1; typedef in typeref:union:G1
286 // CHECK-NEXT: 0 | union G1
338 sizeof(G1) +
H A Dwarn-duplicate-enum.c43 G1, enumerator in enum:G
/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp9 struct G1 : public B {}; struct in inherits:B
11 struct H : public G1, public G2 {}; // Ambiguous path to B.
80 (void)static_cast<const G1*>((A*)0);
81 (void)static_cast<const G1&>(*((A*)0));
93 (void)static_cast<H*>((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
94 (void)static_cast<H&>(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
H A Dcstyle-cast.cpp52 struct G1 : public B {}; struct in inherits:B
54 struct H : public G1, public G2 {}; // Ambiguous path to B.
117 (void)(const G1*)((A*)0);
118 (void)(const G1&)(*((A*)0));
130 (void)(H*)((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
131 (void)(H&)(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
H A Dfunctional-cast.cpp85 struct G1 : public B {}; struct in inherits:B
87 struct H : public G1, public G2 {}; // Ambiguous path to B.
166 typedef const G1 *cG1p;
168 typedef const G1 &cG1r;
188 (void)Hp((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
190 (void)Hr(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
/external/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp452 std::sort(GV.begin(), GV.end(), [](const Chain *G1, const Chain *G2) {
453 if (G1->size() != G2->size())
454 return G1->size() > G2->size();
455 if (G1->requiresFixup() != G2->requiresFixup())
456 return G1->requiresFixup() > G2->requiresFixup();
458 assert((G1 == G2 || (G1->startsBefore(G2) ^ G2->startsBefore(G1))) &&
460 return G1->startsBefore(G2);
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp159 struct G1 {}; struct
164 P(G1());
/external/webp/src/dsp/
H A Dyuv_sse2.c49 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); local
51 const __m128i G3 = _mm_add_epi16(G0, G1);
266 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; local
270 YUV444ToRGB(y + 8, u + 8, v + 8, &R1, &G1, &B1);
277 rgb[2] = _mm_packus_epi16(G0, G1);
288 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; local
292 YUV444ToRGB(y + 8, u + 8, v + 8, &R1, &G1, &B1);
299 bgr[2] = _mm_packus_epi16(G0, G1);
378 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; local
382 YUV420ToRGB(y + 8, u + 4, v + 4, &R1, &G1,
414 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; local
[all...]
H A Dupsampling_neon.c167 const int16x8_t G1 = vqdmulhq_lane_s16(V0, coeff1, 3); \
173 const int16x8_t G3 = vqaddq_s16(G0, G1); \
H A Denc_mips32.c256 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \
288 "sw %[temp4], " #G1 "(%[tmp]) \n\t"
H A Dlossless_enc_sse2.c110 const __m128i G1 = _mm_sub_epi8(E1, F1); local
112 const __m128i H1 = _mm_and_si128(G1, mask_b);
H A Drescaler_sse2.c323 const __m128i G1 = _mm_or_si128(D1, F3); local
325 _mm_storeu_si128((__m128i*)(irow + x_out + 4), G1);
/external/llvm/unittests/IR/
H A DConstantsTest.cpp329 Constant *G1 = new GlobalVariable(*M, IntTy, false, local
333 ASSERT_NE(G1, G2);
335 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy);
343 G1->replaceAllUsesWith(G2);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dintrapred_ssse3.asm499 ; A1 B1 C1 D1 E1 F1 G1 H1
542 ; A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1 O1 P1
543 ; A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1
544 ; A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1
545 ; A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1
546 ; A5 B5 A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1
/external/kernel-headers/original/uapi/linux/
H A Dixjuser.h187 hz392 = 0x79fa, /* .00 G1 */
274 G1 = hz392, enumerator in enum:__anon8171
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp570 const deUint8 G1 = (deUint8)getBits(src, 52, 55); local
579 paintG[0] = extend4To8(G1);
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1353 APInt G1 = BM.abs(); local
1356 APInt::sdivrem(G0, G1, Q, R);
1360 G0 = G1; G1 = R;
1361 APInt::sdivrem(G0, G1, Q, R);
1363 G = G1;
/external/svox/pico/lib/
H A Dpicopam.c226 picoos_int8 g1_current_secondary_phrase_syllable; /*G1 */
315 #define G1 46 macro
1852 outVect[T_G1] = inVect[G1];
3880 case G1:
3885 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1]
3888 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1] = 0;
4693 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp271 FX_FLOAT G1 = -0.9692f * X + 1.8760f * Y + 0.0416f * Z; local
275 G = RGB_Conversion(G1);
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp68 SP::G0, SP::G1, SP::G2, SP::G3,
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp4855 int G1 = 0; member in namespace:test100
4861 G1 = 1; CHECK(G1);
4869 CHECK(G1);
4883 ANNOTATE_TRACE_MEMORY(&G1);

Completed in 2277 milliseconds

12