Home
last modified time | relevance | path

Searched defs:G1 (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp53 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/
DExecutionEngineTest.cpp52 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/
Dfixups-expr.s14 .globl G1 symbol
17 G1: label
/external/webp/src/dsp/
Dyuv_sse41.c52 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
Dcommon_sse41.h42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
Dyuv_sse2.c52 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/
Dblake2s-round.h44 #define G1(row1,row2,row3,row4,buf) \ macro
Dblake2b-round.h47 #define G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ macro
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp159 struct G1 {}; struct
/external/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp159 struct G1 {}; struct
/external/clang/test/SemaCXX/
Dstatic-cast.cpp9 struct G1 : public B {}; struct
Dcstyle-cast.cpp52 struct G1 : public B {}; struct
Dfunctional-cast.cpp85 struct G1 : public B {}; struct
/external/llvm-project/clang/test/SemaCXX/
Dstatic-cast.cpp9 struct G1 : public B {}; struct
Dcstyle-cast.cpp52 struct G1 : public B {}; struct
Dfunctional-cast.cpp85 struct G1 : public B {}; struct
/external/llvm-project/llvm/unittests/IR/
DValueTest.cpp142 GlobalVariable *G1 = M->getGlobalVariable("g1"); in TEST() local
/external/llvm-project/clang/test/Sema/
Dms_bitfield_layout.c277 typedef union G1 { union
283 } G1; typedef
Dwarn-duplicate-enum.c43 G1, enumerator
/external/clang/test/Sema/
Dms_bitfield_layout.c277 typedef union G1 { union
283 } G1; typedef
Dwarn-duplicate-enum.c43 G1, enumerator
/external/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
Dp1.cpp68 struct G1 { struct
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp72 std::unique_ptr<GlobalVariable> G1 = llvm::make_unique<GlobalVariable>( in TEST() local
/external/llvm-project/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp71 std::unique_ptr<GlobalVariable> G1 = std::make_unique<GlobalVariable>( in TEST() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp454 llvm::sort(GV, [](const Chain *G1, const Chain *G2) { in colorChainSet()

12