OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subzero_
(Results
1 - 16
of
16
) sorted by null
/external/swiftshader/third_party/subzero/crosstest/
mem_intrin_main.cpp
2
--prefix=
Subzero_
--output=mem_intrin */
10
namespace
Subzero_
{
25
int sz_result =
Subzero_
::test_func(buf, buf2, init_val, len); \
47
int sz_result =
Subzero_
::test_func##_##NBYTES(init_val); \
test_strengthreduce_main.cpp
16
--prefix=
Subzero_
--clang-opt=0 --output=test_strengthreduce */
21
// within the
Subzero_
namespace, corresponding to the llc and Subzero
24
namespace
Subzero_
{
41
ResultSzS =
Subzero_
::multiplyByConst##suffix(UVal); \
50
ResultSzU =
Subzero_
::multiplyByConst##suffix(UVal); \
test_bitmanip_main.cpp
15
--driver=test_bitmanip_main.cpp --prefix=
Subzero_
--output=test_bitmanip */
23
//
Subzero_
namespace, corresponding to the llc and Subzero translated
28
namespace
Subzero_
{
57
{ STR(inst), test_##inst,
Subzero_
::test_##inst } \
58
, {STR(inst) "_alloca", test_alloca_##inst,
Subzero_
::test_alloca_##inst}, \
59
{STR(inst) "_const", test_const_##inst,
Subzero_
::test_const_##inst},
92
{"bswap", test_bswap,
Subzero_
::test_bswap},
93
{"bswap_alloca", test_bswap_alloca,
Subzero_
::test_bswap_alloca}};
simple_loop_main.c
2
--prefix=
Subzero_
--output=simple_loop */
test_calling_conv_main.cpp
16
--driver=test_calling_conv_main.cpp --prefix=
Subzero_
\
25
namespace
Subzero_
{
75
STR(caller), STR(callee), argc, &caller, &
Subzero_
::caller, \
76
reinterpret_cast<CalleePtrTy>(&
Subzero_
::callee), \
84
STR(caller), STR(callee), argc, &caller, &
Subzero_
::caller, \
136
reinterpret_cast<CalleePtrTy>(&
Subzero_
::callee) \
test_icmp_main.cpp
15
--driver=test_icmp_main.cpp --prefix=
Subzero_
--output=test_icmp */
23
//
Subzero_
namespace, corresponding to the llc and Subzero translated
27
namespace
Subzero_
{
54
(FuncTypeUnsigned)
Subzero_
::icmp##cmp \
62
(FuncTypeUnsigned)(FuncTypeSigned)
Subzero_
::icmp##cmp \
137
(FuncTypeUnsigned)
Subzero_
::icmp_zero##cmp \
145
(FuncTypeUnsigned)(FuncTypeSigned)
Subzero_
::icmp_zero##cmp \
215
(FuncTypeUnsigned)
Subzero_
::icmp##cmp \
223
(FuncTypeUnsigned)(FuncTypeSigned)
Subzero_
::icmp##cmp \
286
{ STR(cmp), (FuncType)icmpi1##cmp, (FuncType)
Subzero_
::icmpi1##cmp }
[
all
...]
test_sync_atomic_main.cpp
15
--driver=test_sync_atomic_main.cpp --prefix=
Subzero_
\
28
//
Subzero_
namespace, corresponding to the llc and Subzero translated
32
namespace
Subzero_
{
68
{ STR(inst), test_##inst,
Subzero_
::test_##inst } \
69
, {STR(inst) "_alloca", test_alloca_##inst,
Subzero_
::test_alloca_##inst}, \
70
{STR(inst) "_const", test_const_##inst,
Subzero_
::test_const_##inst},
117
} Funcs[] = {{"val_cmp_swap", test_val_cmp_swap,
Subzero_
::test_val_cmp_swap},
119
Subzero_
::test_val_cmp_swap_loop}};
189
{ STR(inst), test_##inst,
Subzero_
::test_##inst } \
190
, {STR(inst) "_alloca", test_alloca_##inst,
Subzero_
::test_alloca_##inst}
[
all
...]
test_arith_main.cpp
16
--prefix=
Subzero_
--output=test_arith */
28
//
Subzero_
namespace, corresponding to the llc and Subzero translated
32
namespace
Subzero_
{
69
{ STR(inst), test##inst,
Subzero_
::test##inst, NULL, NULL, isdiv } \
74
{ STR(inst), NULL, NULL, test##inst,
Subzero_
::test##inst, isdiv } \
81
Subzero_
::testMultiplyBy##mult_by, NULL, NULL, false \
84
Subzero_
::testMultiplyByNeg##mult_by, NULL, NULL, false},
190
{ STR(inst), test##inst,
Subzero_
::test##inst, NULL, NULL, isdiv, isshift } \
195
{ STR(inst), NULL, NULL, test##inst,
Subzero_
::test##inst, isdiv, isshift } \
259
{ STR(inst), (FuncType)test##inst, (FuncType)
Subzero_
::test##inst }
[
all
...]
test_select_main.cpp
15
--prefix=
Subzero_
--output=test_select */
24
namespace
Subzero_
{
53
Ty ResultSz =
Subzero_
::select(Cond, Value1, Value2);
89
v4f32 ResultSz =
Subzero_
::select(Cond, Value1, Value2);
119
Ty ResultSz =
Subzero_
::select_i1(Cond, Value1, Value2);
test_global_main.cpp
15
--driver=test_global_main.cpp --prefix=
Subzero_
--output=test_global */
22
namespace
Subzero_
{
59
SzArray =
Subzero_
::getArray(i, SzArrayLen);
test_stacksave_main.c
15
--prefix=
Subzero_
--output=test_stacksave */
23
DECLARE_TESTS(
Subzero_
)
test_cast_main.cpp
16
--driver=test_cast_main.cpp --prefix=
Subzero_
--output=test_cast */
28
//
Subzero_
namespace, corresponding to the llc and Subzero translated
31
namespace
Subzero_
{
41
ResultSz =
Subzero_
::Func<FromCName, ToCName>(Input); \
61
ResultSz =
Subzero_
::Func<FromCName, ToCName>(1, Input, 2); \
81
ResultSz =
Subzero_
::Func<FromCName, ToCName>(Input); \
test_fcmp_main.cpp
15
--prefix=
Subzero_
--output=test_fcmp */
test_vector_ops_main.cpp
15
--prefix=
Subzero_
--output=test_vector_ops */
/external/swiftshader/third_party/subzero/pydir/
crosstest_generator.py
183
'--prefix=
Subzero_
',
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/
extern_globals.ll
15
; RUN: -prefix
Subzero_
| FileCheck --check-prefix=CROSS %s
Completed in 169 milliseconds