/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | fixups-expr.s | 15 .globl G2 symbol 20 G2: label 24 .dword G2-G1 26 .word G2-G1 28 .half G2-G1 30 .byte G2-G1 33 # RELAX: 0x8 R_RISCV_ADD64 G2 0x0 37 # RELAX: 0x14 R_RISCV_ADD32 G2 0x0 41 # RELAX: 0x1A R_RISCV_ADD16 G2 0x0 45 # RELAX: 0x1D R_RISCV_ADD8 G2 0x0
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 66 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 67 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G2)) in TEST_F() 71 Engine->updateGlobalMapping(G2, &Mem1); in TEST_F() 72 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G2)); in TEST_F() 88 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2"); in TEST_F() local 89 Engine->updateGlobalMapping(G2, &Mem1); in TEST_F() 90 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 93 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)) in TEST_F() 96 Engine->updateGlobalMapping(G2, &Mem2); in TEST_F() 98 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2)) in TEST_F() [all …]
|
/external/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 66 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 67 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G2)) in TEST_F() 71 Engine->updateGlobalMapping(G2, &Mem1); in TEST_F() 72 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G2)); in TEST_F() 88 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2"); in TEST_F() local 89 Engine->updateGlobalMapping(G2, &Mem1); in TEST_F() 90 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 93 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)) in TEST_F() 96 Engine->updateGlobalMapping(G2, &Mem2); in TEST_F() 98 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2)) in TEST_F() [all …]
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | globalsra.ll | 26 @G2 = internal constant { i32, float, { double } } { 32 …123, i32* getelementptr ({ i32, float, { double } }, { i32, float, { double } }* @G2, i32 0, i32 0) 37 …0, float* getelementptr ({ i32, float, { double } }, { i32, float, { double } }* @G2, i32 0, i32 1) 38 …t* getelementptr ({ i32, float, { double } }, { i32, float, { double } }* @G2, i32 0, i32 1) … 43 …e* getelementptr ({ i32, float, { double } }, { i32, float, { double } }* @G2, i32 0, i32 2, i32 0…
|
D | deadglobal.ll | 7 ; CHECK: @G2 19 @G2 = linkonce_odr constant i32 42 24 store i32 1, i32* @G2
|
D | global-demotion.ll | 4 @G2 = internal global i32 5 18 ; The load comes before the store which makes @G2 live before the call. 21 ; CHECK-NOT: %G2 22 %a = load i32, i32* @G2 23 store i32 4, i32* @G2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | globalsra.ll | 26 @G2 = internal constant { i32, float, { double } } { 32 …123, i32* getelementptr ({ i32, float, { double } }, { i32, float, { double } }* @G2, i32 0, i32 0) 37 …0, float* getelementptr ({ i32, float, { double } }, { i32, float, { double } }* @G2, i32 0, i32 1) 38 …t* getelementptr ({ i32, float, { double } }, { i32, float, { double } }* @G2, i32 0, i32 1) … 43 …e* getelementptr ({ i32, float, { double } }, { i32, float, { double } }* @G2, i32 0, i32 2, i32 0…
|
D | deadglobal.ll | 7 ; CHECK: @G2 19 @G2 = linkonce_odr constant i32 42 24 store i32 1, i32* @G2
|
D | global-demotion.ll | 4 @G2 = internal global i32 5 18 ; The load comes before the store which makes @G2 live before the call. 21 ; CHECK-NOT: %G2 22 %a = load i32, i32* @G2 23 store i32 4, i32* @G2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ArgumentPromotion/ |
D | chained.ll | 5 @G2 = constant i32* @G1 21 %x = call i32 @test(i32** @G2) 22 ; CHECK: %[[Y:.*]] = load i32*, i32** @G2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-misched-multimmo.ll | 6 @G2 = common global [100 x i32] zeroinitializer, align 4 18 %0 = load i32, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @G2, i64 0, i64 0), align 4 19 %1 = load i32, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @G2, i64 0, i64 1), align 4
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-misched-multimmo.ll | 6 @G2 = common global [100 x i32] zeroinitializer, align 4 18 %0 = load i32, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @G2, i64 0, i64 0), align 4 19 %1 = load i32, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @G2, i64 0, i64 1), align 4
|
/external/webp/src/dsp/ |
D | yuv_sse41.c | 53 const __m128i G2 = _mm_add_epi16(Y1, k8708); in ConvertYUV444ToRGB_SSE41() local 55 const __m128i G4 = _mm_sub_epi16(G2, G3); in ConvertYUV444ToRGB_SSE41() 135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local 140 YUV444ToRGB_SSE41(y + 16, u + 16, v + 16, &R2, &G2, &B2); in VP8YuvToRgb32_SSE41() 147 rgb3 = _mm_packus_epi16(G2, G3); in VP8YuvToRgb32_SSE41() 157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local 162 YUV444ToRGB_SSE41(y + 16, u + 16, v + 16, &R2, &G2, &B2); in VP8YuvToBgr32_SSE41() 169 bgr3 = _mm_packus_epi16(G2, G3); in VP8YuvToBgr32_SSE41() 185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local 190 YUV420ToRGB_SSE41(y + 16, u + 8, v + 8, &R2, &G2, &B2); in YuvToRgbRow_SSE41() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | i128-global.ll | 6 ; CHECK: .visible .global .align 16 .b8 G2[16]; 7 @G2 = global i128 0
|
/external/llvm/test/CodeGen/XCore/ |
D | globals.ll | 13 ; CHECK: ldaw r0, dp[G2] 14 ret i32* @G2 87 @G2 = global i32 0 89 ; CHECK: G2:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | globals.ll | 13 ; CHECK: ldaw r0, dp[G2] 14 ret i32* @G2 87 @G2 = global i32 0 89 ; CHECK: G2:
|
/external/llvm/test/Linker/ |
D | link-type-names.ll | 1 ; RUN: echo "%X = type { i32 } @G2 = global %X { i32 4 }" > %t.ll 10 ; CHECK: @G2 = global %X { i32 4 }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | link-type-names.ll | 1 ; RUN: echo "%X = type { i32 } @G2 = global %X { i32 4 }" > %t.ll 10 ; CHECK: @G2 = global %X { i32 4 }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/ |
D | memoryssa.ll | 7 @G2 = global i32 zeroinitializer 15 store i32 0, i32* @G2 29 ; CHECK: store i32 0, i32* @G2 30 store i32 0, i32* @G2 68 store i32 %sum, i32* @G2 86 store i32 %v1, i32* @G2
|
/external/llvm/test/Transforms/InstCombine/ |
D | constant-fold-alias.ll | 6 @G2 = global i32 42 20 ; The preferred alignment for G2 allows this one to foled to zero. 23 ret i64 and (i64 ptrtoint (i32* @G2 to i64), i64 1)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | constant-fold-alias.ll | 6 @G2 = global i32 42 20 ; The preferred alignment for G2 allows this one to foled to zero. 23 ret i64 and (i64 ptrtoint (i32* @G2 to i64), i64 1)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 458 std::sort(GV.begin(), GV.end(), [](const Chain *G1, const Chain *G2) { in colorChainSet() argument 459 if (G1->size() != G2->size()) in colorChainSet() 460 return G1->size() > G2->size(); in colorChainSet() 461 if (G1->requiresFixup() != G2->requiresFixup()) in colorChainSet() 462 return G1->requiresFixup() > G2->requiresFixup(); in colorChainSet() 464 assert((G1 == G2 || (G1->startsBefore(G2) ^ G2->startsBefore(G1))) && in colorChainSet() 466 return G1->startsBefore(G2); in colorChainSet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 456 llvm::sort(GV.begin(), GV.end(), [](const Chain *G1, const Chain *G2) { in colorChainSet() argument 457 if (G1->size() != G2->size()) in colorChainSet() 458 return G1->size() > G2->size(); in colorChainSet() 459 if (G1->requiresFixup() != G2->requiresFixup()) in colorChainSet() 460 return G1->requiresFixup() > G2->requiresFixup(); in colorChainSet() 462 assert((G1 == G2 || (G1->startsBefore(G2) ^ G2->startsBefore(G1))) && in colorChainSet() 464 return G1->startsBefore(G2); in colorChainSet()
|
/external/llvm/test/CodeGen/X86/ |
D | attribute-sections.ll | 14 @G2 = global i32 ()* @foo, section ".preinit_array" 17 ; LINUX: .globl G2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | attribute-sections.ll | 14 @G2 = global i32 ()* @foo, section ".preinit_array" 17 ; LINUX: .globl G2
|