| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | finally.m | 7 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 D | rewrite-modern-try-catch-finally.m | 18 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 D | err58-cpp.rst | 10 `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 D | OMP121.rst | 7 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 D | OMP113.rst | 25 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 D | SPIRVNonUniformOps.td | 233 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 D | SPIRVBarrierOps.td | 96 and observed by another invocation executing within Memory scope. If the
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | GPUBase.td | 87 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 D | crash-recovery-dynamic-failure.mlir | 10 // expected-note@below {{Pipeline failed while executing}}
|
| H A D | crash-recovery.mlir | 18 // expected-note@below {{Pipeline failed while executing}}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/ |
| H A D | avoid-matchtable-crash.mir | 26 ; This causes crash when executing GIM_CheckType for Intrinsic::x86_int
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | interop.h | 136 unsigned executing : 1; /* 1==executing, 0==not executing */ member
|
| /llvm-project-15.0.7/mlir/test/ |
| H A D | CMakeLists.txt | 105 # 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 D | read-advance-1.s | 4 # 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 D | read-advance-1.s | 4 # 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 D | read-advance-1.s | 4 # The vmul can start executing 3cy in advance. That is beause the first use
|
| /llvm-project-15.0.7/llvm/utils/lit/ |
| H A D | README.txt | 5 lit is a portable tool for executing LLVM and Clang style test suites,
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | ompd-specific.h | 120 OMPD_BITFIELD(kmp_tasking_flags_t, executing) \
|
| H A D | kmp_tasking.cpp | 668 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 D | README.txt | 59 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 D | pr44605.ll | 3 ; All other instructions are needed to lure LLVM into executing
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | export.sh | 62 * <YYYYMMDD> -> 20210414 (the date when executing this script)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Bugpoint.rst | 33 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 D | AMDGPUUsage.rst | 3698 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 D | README.txt | 10 However, an HTML version can be built by executing:
|