OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Execution
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/lib/libLLVMInterpreter/
Makefile
9
SRCS+=
Execution
.cpp \
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
CodeTemplate.h
67
// The
execution
can be made serial by inserting a second instruction that
72
// The
execution
can be made serial by picking one Def that aliases with one
77
// The
execution
can be made serial by inserting a second instruction that
86
// The
execution
is always parallel because the instruction is missing Use or
90
// The
execution
can be made parallel by repeating the same instruction but
98
// Returns whether
Execution
is one of the values defined in the enum above.
99
bool isEnumValue(ExecutionMode
Execution
);
102
StringRef getName(ExecutionMode
Execution
);
105
//
Execution
flags.
108
// Decomposes
Execution
into individual set bits
[
all
...]
CodeTemplate.cpp
66
bool isEnumValue(ExecutionMode
Execution
) {
67
return isPowerOf2_32(static_cast<uint32_t>(
Execution
));
106
SmallVector<ExecutionMode, 4> getExecutionModeBits(ExecutionMode
Execution
) {
109
if ((
Execution
& Bit) == Bit)
SerialSnippetGenerator.cpp
104
CT.
Execution
= ExecutionModeBit;
116
// Making the
execution
of this instruction serial by selecting one def
126
CT.
Execution
= ExecutionModeBit;
146
CT.
Execution
= ExecutionModeBit;
176
"No strategy found to make the
execution
serial");
/src/external/apache2/llvm/lib/libclangTooling/
Makefile
13
Execution
.cpp \
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
__init__.py
19
Execution
= collections.namedtuple('
Execution
', ['pid', 'cwd', 'cmd'])
47
""" Run and report build command
execution
60
""" Run a given command and report the
execution
.
158
:param
execution
: the command executed by the wrapper. """
186
call =
Execution
(
/src/external/bsd/kyua-cli/dist/integration/
cmd_report_test.sh
141
===>
Execution
context
/src/external/bsd/kyua-cli/dist/store/
schema_v1.sql
68
--
Execution
contexts.
70
-- A context represents the
execution
environment of a particular action.
119
-- each
execution
of the test suite, test programs and test cases may have
schema_v2.sql
70
--
Execution
contexts.
72
-- A context represents the
execution
environment of a particular action.
121
-- each
execution
of the test suite, test programs and test cases may have
/src/external/mit/isl/dist/doc/
implementation.tex
695
\autoref{t:comparison} compares the
execution
times of {\tt isl}
764
\caption{Comparison of
Execution
Times}
Completed in 17 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026