Home
last modified time | relevance | path

Searched refs:va_func (Results 1 – 25 of 104) sorted by relevance

12345

/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/FunctionAttrs/
H A Dout-of-bounds-iterator-bug.ll6 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
16 define void @va_func(i32* readonly %b, ...) readonly nounwind {
17 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
29 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 …%res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval(i32) %stacke…
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval(i32) %st…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 …%res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval(i32) %stacke…
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval(i32) %st…
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 …%res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval(i32) %stacke…
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval(i32) %st…
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/DeadArgElim/
H A Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 …%res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval(i32) %stacke…
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval(i32) %st…

12345