Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dexample.py31 def empty(state): argument
37 def sum_million(state): argument
42 def pause_timing(state): argument
54 def skipped(state): argument
63 def manual_timing(state): argument
74 def custom_counters(state): argument
98 def with_options(state): argument
105 def with_options2(state): argument
113 def passing_argument(state): argument
120 def using_range(state): argument
[all …]
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dreporter_output_test.cc67 void BM_basic(benchmark::State& state) { in BM_basic()
155 void BM_label(benchmark::State& state) { in BM_label()
279 void BM_error(benchmark::State& state) { in BM_error()
304 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
324 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
344 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
366 void BM_name(benchmark::State& state) { in BM_name()
392 void BM_BigArgs(benchmark::State& state) { in BM_BigArgs()
422 void BM_Repeat(benchmark::State& state) { in BM_Repeat()
636 void BM_RepeatOnce(benchmark::State& state) { in BM_RepeatOnce()
[all …]
H A Dbasic_test.cc6 void BM_empty(benchmark::State& state) { in BM_empty()
14 void BM_spin_empty(benchmark::State& state) { in BM_spin_empty()
24 void BM_spin_pause_before(benchmark::State& state) { in BM_spin_pause_before()
37 void BM_spin_pause_during(benchmark::State& state) { in BM_spin_pause_during()
52 void BM_pause_during(benchmark::State& state) { in BM_pause_during()
63 void BM_spin_pause_after(benchmark::State& state) { in BM_spin_pause_after()
92 void BM_empty_stop_start(benchmark::State& state) { in BM_empty_stop_start()
99 void BM_KeepRunning(benchmark::State& state) { in BM_KeepRunning()
109 void BM_KeepRunningBatch(benchmark::State& state) { in BM_KeepRunningBatch()
135 void BM_RangedFor(benchmark::State& state) { in BM_RangedFor()
[all …]
H A Duser_counters_test.cc25 void BM_Counters_Simple(benchmark::State& state) { in BM_Counters_Simple()
67 void BM_Counters_WithBytesAndItemsPSec(benchmark::State& state) { in BM_Counters_WithBytesAndItemsPSec()
118 void BM_Counters_Rate(benchmark::State& state) { in BM_Counters_Rate()
161 void BM_Invert(benchmark::State& state) { in BM_Invert()
202 void BM_Counters_InvertedRate(benchmark::State& state) { in BM_Counters_InvertedRate()
248 void BM_Counters_Threads(benchmark::State& state) { in BM_Counters_Threads()
288 void BM_Counters_AvgThreads(benchmark::State& state) { in BM_Counters_AvgThreads()
330 void BM_Counters_AvgThreadsRate(benchmark::State& state) { in BM_Counters_AvgThreadsRate()
374 void BM_Counters_IterationInvariant(benchmark::State& state) { in BM_Counters_IterationInvariant()
466 void BM_Counters_AvgIterations(benchmark::State& state) { in BM_Counters_AvgIterations()
[all …]
H A Dcxx03_test.cc15 void BM_empty(benchmark::State& state) { in BM_empty()
25 void BM_old_arg_range_interface(benchmark::State& state) { in BM_old_arg_range_interface()
34 void BM_template2(benchmark::State& state) { in BM_template2()
40 void BM_template1(benchmark::State& state) { in BM_template1()
56 void BM_counters(benchmark::State& state) { in BM_counters()
H A Dbenchmark_test.cc54 static void BM_Factorial(benchmark::State& state) { in BM_Factorial()
65 static void BM_CalculatePiRange(benchmark::State& state) { in BM_CalculatePiRange()
74 static void BM_CalculatePi(benchmark::State& state) { in BM_CalculatePi()
84 static void BM_SetInsert(benchmark::State& state) { in BM_SetInsert()
103 static void BM_Sequential(benchmark::State& state) { in BM_Sequential()
121 static void BM_StringCompare(benchmark::State& state) { in BM_StringCompare()
129 static void BM_SetupTeardown(benchmark::State& state) { in BM_SetupTeardown()
149 static void BM_LongTest(benchmark::State& state) { in BM_LongTest()
158 static void BM_ParallelMemset(benchmark::State& state) { in BM_ParallelMemset()
182 static void BM_ManualTiming(benchmark::State& state) { in BM_ManualTiming()
[all …]
H A Dbenchmark_setup_teardown_test.cc17 static void DoSetup1(const benchmark::State& state) { in DoSetup1()
24 static void DoTeardown1(const benchmark::State& state) { in DoTeardown1()
29 static void BM_with_setup(benchmark::State& state) { in BM_with_setup()
49 static void DoSetup2(const benchmark::State& state) { in DoSetup2()
54 static void DoTeardown2(const benchmark::State& state) { in DoTeardown2()
59 static void BM_concurrent(benchmark::State& state) { in BM_concurrent()
116 static void BM_WithRep(benchmark::State& state) { in BM_WithRep()
H A Duser_counters_tabular_test.cc64 void BM_Counters_Tabular(benchmark::State& state) { in BM_Counters_Tabular()
372 void BM_CounterRates_Tabular(benchmark::State& state) { in BM_CounterRates_Tabular()
430 void BM_CounterSet0_Tabular(benchmark::State& state) { in BM_CounterSet0_Tabular()
470 void BM_CounterSet1_Tabular(benchmark::State& state) { in BM_CounterSet1_Tabular()
514 void BM_CounterSet2_Tabular(benchmark::State& state) { in BM_CounterSet2_Tabular()
H A Dskip_with_error_test.cc64 void BM_error_no_running(benchmark::State& state) { in BM_error_no_running()
70 void BM_error_before_running(benchmark::State& state) { in BM_error_before_running()
79 void BM_error_before_running_batch(benchmark::State& state) { in BM_error_before_running_batch()
88 void BM_error_before_running_range_for(benchmark::State& state) { in BM_error_before_running_range_for()
97 void BM_error_during_running(benchmark::State& state) { in BM_error_during_running()
120 void BM_error_during_running_ranged_for(benchmark::State& state) { in BM_error_during_running_ranged_for()
142 void BM_error_after_running(benchmark::State& state) { in BM_error_after_running()
155 void BM_error_while_paused(benchmark::State& state) { in BM_error_while_paused()
H A Ddiagnostics_test.cc28 void try_invalid_pause_resume(benchmark::State& state) { in try_invalid_pause_resume()
46 void BM_diagnostic_test(benchmark::State& state) { in BM_diagnostic_test()
61 void BM_diagnostic_test_keep_running(benchmark::State& state) { in BM_diagnostic_test_keep_running()
H A Doptions_test.cc11 void BM_basic(benchmark::State& state) { in BM_basic()
16 void BM_basic_slow(benchmark::State& state) { in BM_basic_slow()
59 void BM_explicit_iteration_count(benchmark::State& state) { in BM_explicit_iteration_count()
H A Dfilter_test.cc43 static void NoPrefix(benchmark::State& state) { in NoPrefix()
49 static void BM_Foo(benchmark::State& state) { in BM_Foo()
55 static void BM_Bar(benchmark::State& state) { in BM_Bar()
61 static void BM_FooBar(benchmark::State& state) { in BM_FooBar()
67 static void BM_FooBa(benchmark::State& state) { in BM_FooBa()
H A Dinternal_threading_test.cc37 void BM_MainThread(benchmark::State& state) { in BM_MainThread()
79 void BM_WorkerThread(benchmark::State& state) { in BM_WorkerThread()
122 void BM_MainThreadAndWorkerThread(benchmark::State& state) { in BM_MainThreadAndWorkerThread()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/
H A DTestTransformDialectExtension.cpp42 transform::TransformState &state) { in apply()
52 static ParseResult parse(OpAsmParser &parser, OperationState &state) { in parse()
95 transform::TransformState &state) { in apply()
106 transform::TransformResults &results, transform::TransformState &state) { in apply()
125 transform::TransformState &state) { in apply()
131 transform::TransformResults &results, transform::TransformState &state) { in apply()
241 transform::TransformState &state) { in applyToOne()
250 transform::TransformState &state) { in applyToOne()
262 transform::TransformState &state) { in applyToOne()
272 transform::TransformState &state) { in applyToOne()
[all …]
/llvm-project-15.0.7/flang/lib/Parser/
H A Duser-state.cpp17 std::optional<Success> StartNewSubprogram::Parse(ParseState &state) { in Parse()
25 ParseState &state) { in Parse()
37 EndDoStmtForCapturedLabelDoStmt::Parse(ParseState &state) { in Parse()
52 std::optional<Success> EnterNonlabelDoConstruct::Parse(ParseState &state) { in Parse()
59 std::optional<Success> LeaveDoConstruct::Parse(ParseState &state) { in Parse()
71 std::optional<Name> OldStructureComponentName::Parse(ParseState &state) { in Parse()
83 ParseState &state) { in Parse()
98 std::optional<StructureStmt> NestedStructureStmt::Parse(ParseState &state) { in Parse()
H A Dbasic-parsers.h54 std::optional<A> Parse(ParseState &state) const { in Parse()
106 std::optional<resultType> Parse(ParseState &state) const { in Parse()
134 std::optional<Success> Parse(ParseState &state) const { in Parse()
159 std::optional<Success> Parse(ParseState &state) const { in Parse()
184 std::optional<resultType> Parse(ParseState &state) const { in Parse()
210 std::optional<resultType> Parse(ParseState &state) const { in Parse()
258 std::optional<resultType> Parse(ParseState &state) const { in Parse()
281 std::optional<resultType> Parse(ParseState &state) const { in Parse()
305 std::optional<resultType> Parse(ParseState &state) const { in Parse()
478 std::optional<Success> Parse(ParseState &state) const { in Parse()
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-consumed-analysis.cpp6 #define CONSUMABLE(state) __attribute__ ((consumable(state))) argument
7 #define PARAM_TYPESTATE(state) __attribute__ ((param_typestate(state))) argument
8 #define RETURN_TYPESTATE(state) __attribute__ ((return_typestate(state))) argument
9 #define SET_TYPESTATE(state) __attribute__ ((set_typestate(state))) argument
10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) argument
H A Dwarn-consumed-parsing.cpp4 #define CONSUMABLE(state) __attribute__ ((consumable(state))) argument
5 #define SET_TYPESTATE(state) __attribute__ ((set_typestate(state))) argument
6 #define RETURN_TYPESTATE(state) __attribute__ ((return_typestate(state))) argument
7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) argument
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dstd_format_spec_string_unicode.bench.cpp237 void BM_text(benchmark::State& state, std::basic_string_view<CharT> input) { in BM_text()
255 void BM_ascii_text(benchmark::State& state) { in BM_ascii_text()
260 void BM_unicode_text(benchmark::State& state) { in BM_unicode_text()
265 void BM_cyrillic_text(benchmark::State& state) { in BM_cyrillic_text()
270 void BM_japanese_text(benchmark::State& state) { in BM_japanese_text()
275 void BM_emoji_text(benchmark::State& state) { in BM_emoji_text()
H A Dformat_to.bench.cpp26 static void BM_format_to_string_back_inserter(benchmark::State& state) { in BM_format_to_string_back_inserter()
41 static void BM_format_to_string_begin(benchmark::State& state) { in BM_format_to_string_begin()
56 static void BM_format_to_string_span(benchmark::State& state) { in BM_format_to_string_span()
69 static void BM_format_to_string_pointer(benchmark::State& state) { in BM_format_to_string_pointer()
H A Dformat_to_n.bench.cpp26 static void BM_format_to_n_string_back_inserter(benchmark::State& state) { in BM_format_to_n_string_back_inserter()
41 static void BM_format_to_n_string_begin(benchmark::State& state) { in BM_format_to_n_string_begin()
56 static void BM_format_to_n_string_span(benchmark::State& state) { in BM_format_to_n_string_span()
69 static void BM_format_to_n_string_pointer(benchmark::State& state) { in BM_format_to_n_string_pointer()
/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp14 const char *lldb_private::StateAsCString(StateType state) { in StateAsCString()
68 bool lldb_private::StateIsRunningState(StateType state) { in StateIsRunningState()
89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h50 inline u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand()
54 inline u32 RandN(u32 *state, u32 n) { return Rand(state) % n; } // [0, n) in RandN()
59 u32 state = *rand_state; in RandomShuffle() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h141 bool IsRunning(lldb::StateType state) { in IsRunning()
145 bool IsStepping(lldb::StateType state) { in IsStepping()
149 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume()
151 bool HasExited(lldb::StateType state) { return state == lldb::eStateExited; } in HasExited()
/llvm-project-15.0.7/libcxx/test/support/
H A Ddeleter_types.h59 int state() const {return state_;} in state() function
87 int state() const {return state_;} in state() function
121 int state() const {return state_;} in state() function
147 int state() const {return state_;} in state() function
180 int state() const {return state_;} in state() function
201 int state() const {return state_;} in state() function
229 int state() const {return state_;} in state() function
248 int state() const {return state_;} in state() function
268 int state() const {return state_;} in state() function
287 int state() const {return state_;} in state() function
[all …]

12345678910>>...13