Home
last modified time | relevance | path

Searched refs:G1 (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp52 GlobalVariable *G1 = in TEST_F() local
55 Engine->addGlobalMapping(G1, &Mem1); in TEST_F()
56 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1)); in TEST_F()
59 Engine->updateGlobalMapping(G1, &Mem2); in TEST_F()
60 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1)); in TEST_F()
61 Engine->updateGlobalMapping(G1, nullptr); in TEST_F()
62 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G1)); in TEST_F()
63 Engine->updateGlobalMapping(G1, &Mem2); in TEST_F()
64 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1)); in TEST_F()
74 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1)) in TEST_F()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.cpp59 Reserved.set(SP::G1); in getReservedRegs()
133 BuildMI(*MI.getParent(), II, dl, TII.get(SP::SETHIi), SP::G1) in replaceFI()
138 BuildMI(*MI.getParent(), II, dl, TII.get(SP::ADDrr), SP::G1).addReg(SP::G1) in replaceFI()
141 MI.getOperand(FIOperandNum).ChangeToRegister(SP::G1, false); in replaceFI()
151 BuildMI(*MI.getParent(), II, dl, TII.get(SP::SETHIi), SP::G1) in replaceFI()
153 BuildMI(*MI.getParent(), II, dl, TII.get(SP::XORri), SP::G1) in replaceFI()
154 .addReg(SP::G1).addImm(LOX10(Offset)); in replaceFI()
156 BuildMI(*MI.getParent(), II, dl, TII.get(SP::ADDrr), SP::G1).addReg(SP::G1) in replaceFI()
159 MI.getOperand(FIOperandNum).ChangeToRegister(SP::G1, false); in replaceFI()
DSparcFrameLowering.cpp64 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1) in emitSPAdjustment()
66 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1) in emitSPAdjustment()
67 .addReg(SP::G1).addImm(LO10(NumBytes)); in emitSPAdjustment()
69 .addReg(SP::O6).addReg(SP::G1); in emitSPAdjustment()
77 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1) in emitSPAdjustment()
79 BuildMI(MBB, MBBI, dl, TII.get(SP::XORri), SP::G1) in emitSPAdjustment()
80 .addReg(SP::G1).addImm(LOX10(NumBytes)); in emitSPAdjustment()
82 .addReg(SP::O6).addReg(SP::G1); in emitSPAdjustment()
/external/llvm/test/CodeGen/XCore/
Dglobals.ll6 ; CHECK: ldaw r0, dp[G1]
7 ret i32* @G1
83 @G1 = global i32 4712
85 ; CHECK: G1:
99 @G4 = global i32* @G1
103 @G5 = unnamed_addr constant i32* @G1
107 @iG5 = internal unnamed_addr constant i32* @G1
/external/llvm/test/CodeGen/X86/
Dglobal-sections-tls.ll4 @G1 = internal thread_local global i32 0 ; <i32*> [#uses=1]
6 ; LINUX: G1:
11 ret i32* @G1
Dattribute-sections.ll9 @G1 = global i32 ()* @foo, section ".fini_array"
12 ; LINUX: .globl G1
Dextend.ll4 @G1 = internal global i8 0 ; <i8*> [#uses=1]
8 %tmp.0 = load i8, i8* @G1 ; <i8> [#uses=1]
Dglobal-sections.ll103 ; int G1;
104 @G1 = common global i32 0
106 ; LINUX: .type G1,@object
107 ; LINUX: .comm G1,4,4
125 ; int * const G3 = &G1;
126 @G3 = unnamed_addr constant i32* @G1
/external/llvm/test/Transforms/GlobalOpt/
Ddeadglobal.ll3 @G1 = internal global i32 123 ; <i32*> [#uses=1]
5 ; CHECK-NOT: @G1
12 store i32 1, i32* @G1
Dmemcpy.ll2 ; RUN: grep "G1 = internal unnamed_addr constant"
4 @G1 = internal global [58 x i8] c"asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd\00" …
9 …i8.p0i8.i32(i8* %tmp.0, i8* getelementptr inbounds ([58 x i8], [58 x i8]* @G1, i32 0, i32 0), i32 …
Dglobal-demotion.ll3 @G1 = internal global i32 5
11 ; CHECK-NOT: @G1
12 store i32 4, i32* @G1
13 %a = load i32, i32* @G1
/external/llvm/test/Feature/
Dconst_pv.ll4 @G1 = global i8 zeroinitializer
5 @g = constant <2 x i8*> getelementptr (i8, <2 x i8*> <i8* @G1, i8* @G1>, <2 x i32> <i32 0, i32 0>)
Dglobal_pv.ll3 @G1 = global i32 zeroinitializer
9 %A = insertelement <2 x i32*> undef, i32* @G1, i32 0
/external/clang/test/SemaCXX/
Dstatic-cast.cpp9 struct G1 : public B {}; struct
11 struct H : public G1, public G2 {}; // Ambiguous path to B.
80 (void)static_cast<const G1*>((A*)0); in t_529_5_8()
81 (void)static_cast<const G1&>(*((A*)0)); in t_529_5_8()
Dcstyle-cast.cpp52 struct G1 : public B {}; struct
54 struct H : public G1, public G2 {}; // Ambiguous path to B.
117 (void)(const G1*)((A*)0); in t_529_5_8()
118 (void)(const G1&)(*((A*)0)); in t_529_5_8()
Dfunctional-cast.cpp85 struct G1 : public B {}; struct
87 struct H : public G1, public G2 {}; // Ambiguous path to B.
166 typedef const G1 *cG1p; in t_529_5_8()
168 typedef const G1 &cG1r; in t_529_5_8()
/external/clang/test/Sema/
Dms_bitfield_layout.c277 typedef union G1 { union
283 } G1; typedef
338 sizeof(G1) +
/external/llvm/test/Transforms/InstCombine/
Dconstant-fold-alias.ll5 @G1 = global i32 42, align 1
13 ; This cannot be constant folded because G1 is underaligned.
16 ret i64 and (i64 ptrtoint (i32* @G1 to i64), i64 1)
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp452 std::sort(GV.begin(), GV.end(), [](const Chain *G1, const Chain *G2) { in colorChainSet() argument
453 if (G1->size() != G2->size()) in colorChainSet()
454 return G1->size() > G2->size(); in colorChainSet()
455 if (G1->requiresFixup() != G2->requiresFixup()) in colorChainSet()
456 return G1->requiresFixup() > G2->requiresFixup(); in colorChainSet()
458 assert((G1 == G2 || (G1->startsBefore(G2) ^ G2->startsBefore(G1))) && in colorChainSet()
460 return G1->startsBefore(G2); in colorChainSet()
/external/v8/test/mjsunit/compiler/
Dregress-arguments.js50 var G1 = 21; variable
54 var v = G1 + G2;
/external/llvm/test/Transforms/ArgumentPromotion/
Dchained.ll4 @G1 = constant i32 0 ; <i32*> [#uses=1]
5 @G2 = constant i32* @G1 ; <i32**> [#uses=1]
/external/webp/src/dsp/
Dyuv_sse2.c49 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB() local
51 const __m128i G3 = _mm_add_epi16(G0, G1); in ConvertYUV444ToRGB()
266 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32() local
270 YUV444ToRGB(y + 8, u + 8, v + 8, &R1, &G1, &B1); in VP8YuvToRgb32()
277 rgb[2] = _mm_packus_epi16(G0, G1); in VP8YuvToRgb32()
288 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32() local
292 YUV444ToRGB(y + 8, u + 8, v + 8, &R1, &G1, &B1); in VP8YuvToBgr32()
299 bgr[2] = _mm_packus_epi16(G0, G1); in VP8YuvToBgr32()
378 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow() local
382 YUV420ToRGB(y + 8, u + 4, v + 4, &R1, &G1, &B1); in YuvToRgbRow()
[all …]
/external/llvm/test/Analysis/BasicAA/
Dmodref.ll89 @G1 = external global i32
93 %tmp = load i32, i32* @G1
95 %tmp2 = load i32, i32* @G1
106 ; write to G1.
108 %tmp = load i32, i32* @G1
109 …y.p0i8.p0i8.i32(i8* bitcast ([4000 x i32]* @G2 to i8*), i8* bitcast (i32* @G1 to i8*), i32 %Len, i…
110 %tmp2 = load i32, i32* @G1
/external/llvm/test/TableGen/
DBitsInit.td48 bits<8> G1 = { 0, { 1, 0b1001, 0 }, 0b0 }; // ok
54 bits<16> I = { G1, G2 };
78 // CHECK: bits<8> G1 = { 0, 1, 1, 0, 0, 1, 0, 0 };
/external/llvm/test/Transforms/FunctionAttrs/
Dannotate-1.ll8 ; CHECK: declare i8 @strlen(i8* nocapture) [[G1:#[0-9]]]
22 ; CHECK: attributes [[G1]] = { nounwind readonly }

1234