Searched refs:SETUP (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regexec.c | 69 #define SETUP(v) ((v) = 0) macro 95 #undef SETUP 118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates]) macro
|
| H A D | regengine.inc | 179 SETUP(m->st); 180 SETUP(m->fresh); 181 SETUP(m->tmp); 182 SETUP(m->empty);
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryGoogleBenchmarkMain.cpp | 79 #define BENCHMARK_MEMORY_FUNCTION(BM_NAME, SETUP, CONFIGURATION_TYPE, \ argument 82 Runner<SETUP, CONFIGURATION_TYPE> Setup(State, CONFIGURATION_ARRAY_REF); \ 88 const int64_t DistributionSize = SETUP::getDistributions().size(); \
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imrat.c | 37 #define SETUP(E, C) \ macro 413 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(a)), last); in mp_rat_compare_unsigned() 414 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(b)), last); in mp_rat_compare_unsigned() 500 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(r)), last); in mp_rat_to_decimal() 501 SETUP(mp_int_init(TEMP(last)), last); in mp_rat_to_decimal() 502 SETUP(mp_int_init(TEMP(last)), last); in mp_rat_to_decimal() 912 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(a)), last); in s_rat_combine() 913 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(b)), last); in s_rat_combine()
|