Home
last modified time | relevance | path

Searched refs:executing (Results 1 – 25 of 112) sorted by relevance

12345

/llvm-project-15.0.7/clang/test/Rewriter/
H A Dfinally.m7 printf("executing try");
10 printf("executing finally");
14 printf("executing try");
17 printf("executing finally");
19 printf("executing after finally block");
22 printf("executing try");
24 printf("executing finally");
H A Drewrite-modern-try-catch-finally.m18 printf("executing try");
21 printf("executing finally");
23 printf("executing after finally block");
26 printf("executing try");
28 printf("executing finally");
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Derr58-cpp.rst10 `ERR58-CPP. Handle all exceptions thrown before main() begins executing
11 …ce/display/cplusplus/ERR58-CPP.+Handle+all+exceptions+thrown+before+main%28%29+begins+executing>`_.
/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP121.rst7 guarded prevents the target region from executing in SPMD-mode. SPMD-mode
10 by a single thread prevents the region from executing in SPMD-mode.
H A DOMP113.rst25 triggering, which will result in a performance penalty when executing on the
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVNonUniformOps.td233 executing this instruction results in undefined behavior.
293 executing this instruction results in undefined behavior.
353 executing this instruction results in undefined behavior.
410 executing this instruction results in undefined behavior.
465 executing this instruction results in undefined behavior.
520 executing this instruction results in undefined behavior.
577 executing this instruction results in undefined behavior.
634 executing this instruction results in undefined behavior.
692 executing this instruction results in undefined behavior.
750 executing this instruction results in undefined behavior.
H A DSPIRVBarrierOps.td96 and observed by another invocation executing within Memory scope. If the
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUBase.td87 The op doesn't start executing until all depent ops producing the async
88 dependency tokens have finished executing.
/llvm-project-15.0.7/mlir/test/Pass/
H A Dcrash-recovery-dynamic-failure.mlir10 // expected-note@below {{Pipeline failed while executing}}
H A Dcrash-recovery.mlir18 // expected-note@below {{Pipeline failed while executing}}
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Davoid-matchtable-crash.mir26 ; This causes crash when executing GIM_CheckType for Intrinsic::x86_int
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Dinterop.h136 unsigned executing : 1; /* 1==executing, 0==not executing */ member
/llvm-project-15.0.7/mlir/test/
H A DCMakeLists.txt105 # run tests that involves executing on the host: do not build
165 # for the check-mlir target without executing the tests.
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BdVer2/
H A Dread-advance-1.s4 # The vmul can start executing 3cy in advance. That is beause the first use
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/Barcelona/
H A Dread-advance-1.s4 # The vmul can start executing 2cy in advance. That is beause the first use
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BtVer2/
H A Dread-advance-1.s4 # The vmul can start executing 3cy in advance. That is beause the first use
/llvm-project-15.0.7/llvm/utils/lit/
H A DREADME.txt5 lit is a portable tool for executing LLVM and Clang style test suites,
/llvm-project-15.0.7/openmp/runtime/src/
H A Dompd-specific.h120 OMPD_BITFIELD(kmp_tasking_flags_t, executing) \
H A Dkmp_tasking.cpp668 current_task->td_flags.executing = 0; in __kmp_task_start()
682 KMP_DEBUG_ASSERT(taskdata->td_flags.executing == 0 || in __kmp_task_start()
685 taskdata->td_flags.executing = 1; in __kmp_task_start()
871 KMP_DEBUG_ASSERT(taskdata->td_flags.executing == 0); in __kmp_free_task()
1027 resumed_task->td_flags.executing = 1; // resume previous task in __kmp_task_finish()
1075 KMP_DEBUG_ASSERT(taskdata->td_flags.executing == 1); in __kmp_task_finish()
1126 KMP_DEBUG_ASSERT(taskdata->td_flags.executing == 1); in __kmp_task_finish()
1127 taskdata->td_flags.executing = 0; // suspend the finishing task in __kmp_task_finish()
1144 resumed_task->td_flags.executing = 1; // resume previous task in __kmp_task_finish()
1259 task->td_flags.executing = 1; in __kmp_init_implicit_task()
[all …]
/llvm-project-15.0.7/lldb/tools/intel-features/
H A DREADME.txt59 CLI by executing "plugin load <shared_lib_name>" on LLDB CLI. shared_lib_name here
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dpr44605.ll3 ; All other instructions are needed to lure LLVM into executing
/llvm-project-15.0.7/llvm/utils/release/
H A Dexport.sh62 * <YYYYMMDD> -> 20210414 (the date when executing this script)
/llvm-project-15.0.7/llvm/docs/
H A DBugpoint.rst33 where each test of the program (which requires executing it) takes a long time.
47 test program, it tries executing it with the selected code generator. If the
105 specified on one piece, linking the two pieces back together, and then executing
H A DAMDGPUUsage.rst3698 CPU host program, or from an HSA kernel executing on a GPU.
4637 actually executing.
5126 executing on it.
5147 wavefronts executing in different work-groups as they may be executing on
6419 executing in different work-groups as they may be executing on different
6433 work-groups (which may be executing on different CUs), or the same
8808 executing on different CUs.
11198 executing on it.
11218 wavefronts executing in the same work-group as they may be executing on SIMDs
11221 as they may be executing on different WGPs.
[all …]
/llvm-project-15.0.7/openmp/runtime/
H A DREADME.txt10 However, an HTML version can be built by executing:

12345