Searched refs:Execution (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.h98 // 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.
125 ExecutionMode Execution = ExecutionMode::UNKNOWN; member in struct:llvm::exegesis::CodeTemplate
H A DCodeTemplate.cpp75 bool isEnumValue(ExecutionMode Execution) { argument
76 return isPowerOf2_32(static_cast<uint32_t>(Execution));
115 SmallVector<ExecutionMode, 4> getExecutionModeBits(ExecutionMode Execution) { argument
118 if ((Execution & Bit) == Bit)
H A DSerialSnippetGenerator.cpp104 CT.Execution = ExecutionModeBit;
126 CT.Execution = ExecutionModeBit;
147 CT.Execution = ExecutionModeBit;
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dparser_run.t70 Execution of - aborted due to compilation errors.
86 Execution of - aborted due to compilation errors.
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py19 Execution = collections.namedtuple('Execution', ['pid', 'cwd', 'cmd']) variable
186 call = Execution(
/openbsd-current/gnu/usr.bin/perl/t/win32/
H A Drunenv.t100 qq(Global symbol "\$x" requires explicit package name (did you forget to declare "my \$x"?) at -e line 1.${NL}Execution of -e aborted due to compilation errors.${NL}));
105 qq(Global symbol "\$x" requires explicit package name (did you forget to declare "my \$x"?) at -e line 1.${NL}Execution of -e aborted due to compilation errors.${NL}));
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dlex.t59 ."Execution of - aborted due to compilation errors.\n",
69 ."Execution of - aborted due to compilation errors.\n",
78 ."Execution of - aborted due to compilation errors.\n",
140 Execution of - aborted due to compilation errors.
149 Execution of - aborted due to compilation errors.
167 "Execution of - aborted due to compilation errors.\n",
175 "Execution of - aborted due to compilation errors.\n",
184 "Execution of - aborted due to compilation errors.\n",
192 "Execution of - aborted due to compilation errors.\n",
199 "Execution o
[all...]
H A Deval.t628 Execution of (eval 1) aborted due to compilation errors.
H A Dsignatures.t1135 Execution of foo aborted due to compilation errors.
1142 Execution of foo aborted due to compilation errors.
1149 Execution of foo aborted due to compilation errors.
1156 Execution of foo aborted due to compilation errors.
1163 Execution of foo aborted due to compilation errors.
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dparser.t270 Execution of (eval 1) aborted due to compilation errors.
/openbsd-current/gnu/usr.bin/clang/libLLVMExecutionEngine/
H A DMakefile19 SRCS+= Execution.cpp \
/openbsd-current/sys/arch/hppa/spmath/
H A Dimpys.S25 ;from right to left, to generate partial product. Execution speed is more
H A Dimpyu.S25 ; to generate partial product. Execution speed is more important than program
/openbsd-current/gnu/usr.bin/perl/lib/
H A DThread.pm117 optional list is passed as parameters to the subroutine. Execution

Completed in 134 milliseconds