/llvm-project/llvm/test/Other/ |
H A D | print-on-crash.ll | 2 ; which gets called when a pass crashes. The trigger-crash-module pass asserts. 4 ; RUN: not --crash opt -print-on-crash -passes=trigger-crash-module < %s 2>&1 | FileCheck %s --chec… 6 ; RUN: not --crash opt -print-on-crash-path=%t -passes=trigger-crash-module < %s 14 ; RUN: not --crash opt -print-on-crash -print-module-scope -passes=trigger-crash-module < %s 2>&1 |… 16 …-crash opt -print-on-crash -print-module-scope -passes=trigger-crash-module -filter-passes=trigger… 18 ; RUN: not --crash opt -print-on-crash -print-module-scope -passes=trigger-crash-module -filter-pas…
|
H A D | crash-stack-trace.ll | 3 ; RUN: not --crash opt -passes=trigger-crash-module %s -disable-output 2>&1 | \ 8 ; CHECK-MODULE-NEXT: 1. Running pass "trigger-crash-module" on module "{{.*}}crash-stack-trace.ll" 10 ; RUN: not --crash opt -passes='sroa,trigger-crash-function' %s -disable-output 2>&1 | \ 15 ; CHECK-FUNCTION-NEXT: 1. Running pass "function(sroa<modify-cfg>,trigger-crash-function)" on module "{{.*}}crash-stack-trace.ll" 16 ; CHECK-FUNCTION-NEXT: 2. Running pass "trigger-crash-function" on function "foo"
|
H A D | trigger-verifier-error.ll | 4 ; RUN: not --crash opt -disable-output -debug-pass-manager -verify-each -passes="module(trigger-ver… 5 ; RUN: not --crash opt -disable-output -debug-pass-manager -verify-each -passes="function(trigger-v…
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | avx512-masked-memop-64-32.ll | 5 define <16 x i32> @test1(<16 x i32> %trigger, ptr %addr) { 11 %mask = icmp eq <16 x i32> %trigger, zeroinitializer 16 define <16 x i32> @test2(<16 x i32> %trigger, ptr %addr) { 22 %mask = icmp eq <16 x i32> %trigger, zeroinitializer 27 define void @test3(<16 x i32> %trigger, ptr %addr, <16 x i32> %val) { 34 %mask = icmp eq <16 x i32> %trigger, zeroinitializer 39 define <16 x float> @test4(<16 x i32> %trigger, ptr %addr, <16 x float> %dst) { 45 %mask = icmp eq <16 x i32> %trigger, zeroinitializer 50 define void @test13(<16 x i32> %trigger, ptr %addr, <16 x float> %val) { 57 %mask = icmp eq <16 x i32> %trigger, zeroinitialize [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | cfg-rich-constructors.mm | 31 // Double brackets trigger FileCheck variables, escape. 37 // Double brackets trigger FileCheck variables, escape. 48 // Double brackets trigger FileCheck variables, escape. 58 // Double brackets trigger FileCheck variables, escape.
|
H A D | ctu-lookup-name-with-space.cpp | 36 void trigger() { in trigger() function
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/performance/ |
H A D | inefficient-vector-operation.rst | 23 // This will trigger the warning since the push_back may cause multiple 31 // This will trigger the warning since the add_xxx may cause multiple memory 48 // This will trigger the warning since the 'push_back' may cause multiple
|
/llvm-project/openmp/docs/remarks/ |
H A D | OMP190.rst | 15 This optimization will trigger for most target regions if state initialization 16 was removed as a consequence of "state forwarding". This will trigger for
|
H A D | OMP180.rst | 14 This optimization will trigger for most target regions to simplify the runtime 15 once certain constants are known. This will trigger for internal runtime
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/ |
H A D | dealloc-in-category.m | 25 // Should not trigger on class methods. 38 // Should not trigger on implementation in the class itself, even with
|
/llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/ |
H A D | ELF_external_to_absolute_conversion.s | 8 # The reference to _GLOBAL_OFFSET_TABLE_ will trigger creation of an external 13 # will trigger an "unexpected definition" error.
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-complete.cpp | 116 static T trigger(); 118 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
|
/llvm-project/llvm/test/ExecutionEngine/JITLink/i386/ |
H A D | ELF_external_to_absolute_conversion.s | 8 # The reference to _GLOBAL_OFFSET_TABLE_ will trigger creation of an external 13 # will trigger an "unexpected definition" error.
|
/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
H A D | preserve-branchweights-partial.ll | 3 ; This test case was written to trigger an incorrect assert statement in 11 ; be 0 to trigger the assert.
|
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | metrics.py | 94 def metric_hit(self, metric, trigger): argument 95 self.metrics[metric].update(trigger)
|
/llvm-project/clang/test/Modules/ |
H A D | dependent-module-different-location.m | 13 // RUN: %clang_cc1 -fsyntax-only -F %t/JustBuilt -F %t/StableFrameworks %t/trigger-error.m \ 42 //--- trigger-error.m
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/zircon/ |
H A D | temporary-objects.rst | 11 following will trigger the warning: 25 With the same list, the following will not trigger the warning:
|
/llvm-project/llvm/test/tools/llvm-cov/ |
H A D | mcdc-maxbs.test | 1 # Test not to trigger the assertion failure in llvm-cov with empty bitmap. 25 # It may overrun and would trigger `unexpected test vector`
|
/llvm-project/lld/test/ELF/lto/ |
H A D | wrap-script-referenced.ll | 7 ;; We need a module summary to trigger summary-based global stripping 32 ;; We need a live root to trigger summary-based global stripping
|
/llvm-project/llvm/test/Transforms/LoopVectorize/ |
H A D | pr36311.ll | 4 ; Forcing VF=2 to trigger vector code gen 7 ; DomTree out of date, such that an assert from SCEV would trigger if
|
/llvm-project/llvm/test/Bindings/llvm-c/ |
H A D | set_metadata.ll | 2 ; This used to trigger an assertion
|
H A D | get-di-tag.ll | 2 ; This used to trigger an assertion
|
H A D | replace_md_operand.ll | 2 ; This used to trigger an assertion
|
/llvm-project/clang/test/Modules/Inputs/PR31469/ |
H A D | module.modulemap | 3 module "trigger" { header "empty.h" export * }
|
/llvm-project/llvm/test/Transforms/GVNHoist/ |
H A D | ld_hoist1.ll | 7 …tr noalias nocapture readonly %in, ptr noalias %out, i32 %size, ptr nocapture readonly %trigger) { 23 %arrayidx = getelementptr inbounds i32, ptr %trigger, i64 %indvars.iv
|