/external/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 53 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 78 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 104 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 122 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
|
/external/llvm-project/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 52 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 77 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 103 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 121 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | fixups-expr.s | 14 .globl G1 symbol 17 G1: label
|
/external/webp/src/dsp/ |
D | yuv_sse41.c | 52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB_SSE41() local 135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local 157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local 185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local 222 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
|
D | common_sse41.h | 42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
|
D | yuv_sse2.c | 52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB_SSE2() local 249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local 271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local 365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local 402 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s-round.h | 44 #define G1(row1,row2,row3,row4,buf) \ macro
|
D | blake2b-round.h | 47 #define G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ macro
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | sema.cpp | 159 struct G1 {}; struct
|
/external/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | sema.cpp | 159 struct G1 {}; struct
|
/external/clang/test/SemaCXX/ |
D | static-cast.cpp | 9 struct G1 : public B {}; struct
|
D | cstyle-cast.cpp | 52 struct G1 : public B {}; struct
|
D | functional-cast.cpp | 85 struct G1 : public B {}; struct
|
/external/llvm-project/clang/test/SemaCXX/ |
D | static-cast.cpp | 9 struct G1 : public B {}; struct
|
D | cstyle-cast.cpp | 52 struct G1 : public B {}; struct
|
D | functional-cast.cpp | 85 struct G1 : public B {}; struct
|
/external/llvm-project/llvm/unittests/IR/ |
D | ValueTest.cpp | 142 GlobalVariable *G1 = M->getGlobalVariable("g1"); in TEST() local
|
/external/llvm-project/clang/test/Sema/ |
D | ms_bitfield_layout.c | 277 typedef union G1 { union 283 } G1; typedef
|
D | warn-duplicate-enum.c | 43 G1, enumerator
|
/external/clang/test/Sema/ |
D | ms_bitfield_layout.c | 277 typedef union G1 { union 283 } G1; typedef
|
D | warn-duplicate-enum.c | 43 G1, enumerator
|
/external/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/ |
D | p1.cpp | 68 struct G1 { struct
|
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 72 std::unique_ptr<GlobalVariable> G1 = llvm::make_unique<GlobalVariable>( in TEST() local
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 71 std::unique_ptr<GlobalVariable> G1 = std::make_unique<GlobalVariable>( in TEST() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 454 llvm::sort(GV, [](const Chain *G1, const Chain *G2) { in colorChainSet()
|