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

12

/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp44 GlobalVariable *G1 = local
47 Engine->addGlobalMapping(G1, &Mem1);
48 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
50 Engine->updateGlobalMapping(G1, &Mem2);
51 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
52 Engine->updateGlobalMapping(G1, nullptr);
53 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G1));
54 Engine->updateGlobalMapping(G1, &Mem2);
55 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
65 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1))
70 GlobalVariable *G1 = local
98 GlobalVariable *G1 = local
118 GlobalVariable *G1 = local
[all...]
/external/chromium_org/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.
114 // reserving G1 all of the time.
119 // Insert G1+%lo(offset) into the user.
120 BuildMI(*MI.getParent(), II, dl, TII.get(SP::SETHIi), SP::G1)
124 // Emit G1 = G1 + I6
125 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.c209 typedef union G1 { union
215 } G1; typedef in typeref:union:G1
217 // CHECK: Type: union G1
262 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.cpp84 struct G1 : public B {}; struct in inherits:B
86 struct H : public G1, public G2 {}; // Ambiguous path to B.
165 typedef const G1 *cG1p;
167 typedef const G1 &cG1r;
187 (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}}
189 (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/openfst/src/include/fst/
H A Drandom-weight.h183 // weights (by default) for the generators G1 and G2.
184 template <class G1, class G2,
185 class W = ProductWeight<typename G1::Weight, typename G2::Weight> >
188 typedef typename G1::Weight W1;
202 G1 generator1_;
208 // composed out of weights for the generators G1 and G2. For lexicographic
211 template <class G1, class G2>
214 typedef typename G1::Weight W1;
234 G1 generator1_;
240 template <class G1, clas
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h123 // weights for the generators G1 and G2.
124 template <class G1, class G2>
127 typedef typename G1::Weight W1;
141 G1 generator1_;
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp159 struct G1 {}; struct
164 P(G1());
/external/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp432 std::sort(GV.begin(), GV.end(), [](const Chain *G1, const Chain *G2) {
433 if (G1->size() != G2->size())
434 return G1->size() > G2->size();
435 return G1->requiresFixup() > G2->requiresFixup();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp213 FX_FLOAT G1 = -0.9692f * X + 1.8760f * Y + 0.0416f * Z; local
221 if (G1 > 1) {
222 G1 = 1;
224 if (G1 < 0) {
225 G1 = 0;
242 scale = (int)(G1 * 1023);
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c251 #define HORIZONTAL_PASS(A, B, C, D, E, F, G, H, E1, F1, G1, H1) \
283 "sw %[temp4], "#G1"(%[tmp]) \n\t"
/external/webp/src/dsp/
H A Denc_mips32.c251 #define HORIZONTAL_PASS(A, B, C, D, E, F, G, H, E1, F1, G1, H1) \
283 "sw %[temp4], "#G1"(%[tmp]) \n\t"
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_intrapred_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/libvpx/libvpx/vp9/common/x86/
H A Dvp9_intrapred_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:__anon23123
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp74 SP::G0, SP::G1, SP::G2, SP::G3,
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1286 APInt G1 = BM.abs(); local
1289 APInt::sdivrem(G0, G1, Q, R);
1293 G0 = G1; G1 = R;
1294 APInt::sdivrem(G0, G1, Q, R);
1296 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/qemu/disas/
H A Dmips.c1158 #define G1 (T3 \
1809 {"madd", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, G1 },
1811 {"madd", "d,s,t", 0x70000000, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1815 {"maddu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, G1 },
1817 {"maddu", "d,s,t", 0x70000001, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1990 {"mult", "d,s,t", 0x00000018, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1994 {"multu", "d,s,t", 0x00000019, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
2240 {"sync", "", 0x0000000f, 0xffffffff, INSN_SYNC, 0, I2|G1 },
1157 #define G1 macro
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp92 Sparc::G0, Sparc::G1, Sparc::G2, Sparc::G3,
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4851 int G1 = 0; member in namespace:test100
4857 G1 = 1; CHECK(G1);
4865 CHECK(G1);
4879 ANNOTATE_TRACE_MEMORY(&G1);

Completed in 748 milliseconds

12