Home
last modified time | relevance | path

Searched refs:function1 (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project/clang/test/CodeGen/
H A Dasan-use-after-return.cpp23 int *function1() { in function1() function
31 auto px = function1(); in main()
H A Dvla.c67 void function1(short width, int data[][width][width]) {} in function1() function
70 // CHECK: call void @function1(i16 noundef signext 1, ptr noundef {{.*}}) in test1()
71 function1(1, bork); in test1()
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dp10-splatImm32-undef.ll19 define hidden void @function1() {
20 ; CHECK-LINUX-LABEL: function1:
33 ; CHECK-LINUX-BE-LABEL: function1:
47 ; CHECK-AIX-LABEL: function1:
59 ; CHECK-LINUX-32-LABEL: function1:
73 ; CHECK-AIX-32-LABEL: function1:
/llvm-project/llvm/test/CodeGen/Mips/micromips-sizereduction/
H A Dmicromips-lwsp-swsp.ll4 define i32 @function1(ptr %f) {
6 ; CHECK-LABEL: function1:
/llvm-project/llvm/test/CodeGen/ARM/
H A Dfp-arg-shuffle.ll4 ; CHECK: function1
5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind noinline ssp {
6 ; CHECK-LABEL: function1:
/llvm-project/llvm/test/Transforms/IROutliner/
H A Dillegal-allocas.ll7 define void @function1() {
8 ; CHECK-LABEL: @function1(
H A Dopt-remarks.ll75 ; YAML-NEXT: Function: function1
103 ; YAML-NEXT: Function: function1
117 ; YAML-NEXT: Function: function1
159 ; YAML-NEXT: Function: function1
187 ; YAML-NEXT: Function: function1
215 ; YAML-NEXT: Function: function1
229 ; YAML-NEXT: Function: function1
271 ; YAML-NEXT: Function: function1
285 ; YAML-NEXT: Function: function1
325 define void @function1() #0 {
H A Dillegal-phi-nodes.ll7 define void @function1(ptr %a, ptr %b) {
8 ; CHECK-LABEL: @function1(
H A Dillegal-frozen.ll7 define void @function1(ptr %a, ptr %b) {
8 ; CHECK-LABEL: @function1(
H A Dillegal-branches.ll7 define void @function1() {
8 ; CHECK-LABEL: @function1(
H A Dphi-nodes-simple.ll7 define void @function1(ptr %a, ptr %b) {
30 ; CHECK-LABEL: @function1(
H A Dillegal-memset.ll9 define i64 @function1(i64 %x, i64 %z, i64 %n) {
10 ; CHECK-LABEL: @function1(
H A Dillegal-callbr.ll8 define i32 @function1(i32 %a, i32 %b) {
9 ; CHECK-LABEL: @function1(
H A Dlegal-debug.ll8 define void @function1() !dbg !6 {
64 !6 = distinct !DISubprogram(name: "function1", linkageName: "function1", scope: null, file: !1, lin…
103 ; CHECK-LABEL: @function1(
H A Dillegal-indirect-calls.ll10 define void @function1(ptr %func) {
11 ; CHECK-LABEL: @function1(
H A Dillegal-cleanup.ll10 define void @function1() personality i8 3 {
11 ; CHECK-LABEL: @function1(
H A Doutline-memset.ll8 define i64 @function1(i64 %x, i64 %z, i64 %n) {
27 ; CHECK-LABEL: @function1(
H A Dillegal-invoke.ll10 define void @function1() personality i8 3 {
11 ; CHECK-LABEL: @function1(
H A Dillegal-landingpad.ll10 define void @function1() personality i8 3 {
11 ; CHECK-LABEL: @function1(
H A Dphi-nodes-non-constant.ll6 define void @function1(ptr %a, ptr %b) {
41 ; CHECK-LABEL: @function1(
/llvm-project/clang/test/AST/
H A Dast-dump-attr.cpp68 void function1(void *) { in function1() function
69 int TestFunction __attribute__((cleanup(function1))); in function1()
/llvm-project/flang/test/Examples/
H A Dprint-fns-calls.f9013 fn1 = function1()
/llvm-project/clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory1/
H A Dfile1.c5 void function1(int *p) { in function1() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbranch-clone-unknown-expr.cpp5function1(unknown_expression_2); // CHECK-MESSAGES: :[[@LINE]]:15: error: use of undeclared identi… in test_unknown_expression()
/llvm-project/flang/test/Semantics/OpenMP/
H A Dsimd01.f9018 call function1()

123