Home
last modified time | relevance | path

Searched refs:trigger (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/llvm-project/llvm/test/Other/
H A Dprint-on-crash.ll2 ; 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 Dcrash-stack-trace.ll3 ; 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 Dtrigger-verifier-error.ll4 ; 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 Davx512-masked-memop-64-32.ll5 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 Dcfg-rich-constructors.mm31 // 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 Dctu-lookup-name-with-space.cpp36 void trigger() { in trigger() function
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/performance/
H A Dinefficient-vector-operation.rst23 // 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 DOMP190.rst15 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 DOMP180.rst14 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 Ddealloc-in-category.m25 // 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 DELF_external_to_absolute_conversion.s8 # 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 Dinstantiate-complete.cpp116 static T trigger();
118 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
/llvm-project/llvm/test/ExecutionEngine/JITLink/i386/
H A DELF_external_to_absolute_conversion.s8 # 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 Dpreserve-branchweights-partial.ll3 ; 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 Dmetrics.py94 def metric_hit(self, metric, trigger): argument
95 self.metrics[metric].update(trigger)
/llvm-project/clang/test/Modules/
H A Ddependent-module-different-location.m13 // 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 Dtemporary-objects.rst11 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 Dmcdc-maxbs.test1 # 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 Dwrap-script-referenced.ll7 ;; 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 Dpr36311.ll4 ; 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 Dset_metadata.ll2 ; This used to trigger an assertion
H A Dget-di-tag.ll2 ; This used to trigger an assertion
H A Dreplace_md_operand.ll2 ; This used to trigger an assertion
/llvm-project/clang/test/Modules/Inputs/PR31469/
H A Dmodule.modulemap3 module "trigger" { header "empty.h" export * }
/llvm-project/llvm/test/Transforms/GVNHoist/
H A Dld_hoist1.ll7 …tr noalias nocapture readonly %in, ptr noalias %out, i32 %size, ptr nocapture readonly %trigger) {
23 %arrayidx = getelementptr inbounds i32, ptr %trigger, i64 %indvars.iv

12345678910>>...16