Home
last modified time | relevance | path

Searched refs:foo6 (Results 1 – 25 of 118) sorted by relevance

12345

/llvm-project/llvm/test/CodeGen/X86/
H A Dweak-undef.ll51 declare external hidden i32 @foo6()
53 ret ptr @foo6
56 ; CHECK: leaq foo6(%rip), %rax
58 ; I386: leal foo6@GOTOFF(%eax), %eax
H A D2006-12-19-IntelSyntax.ll32 call void (...) @foo6( )
56 call void (...) @foo6( )
72 call void (...) @foo6( )
80 declare void @foo6(...)
/llvm-project/clang/test/Sema/
H A Dattr-enforce-tcb.c11 void foo6 (void) PLACE_IN_TCB("bar2") PLACE_IN_TCB("bar");
21 foo6(); // OK - in multiple TCBs, one of which is the same in foo1()
38 void foo6(void) { in foo6() function
H A Dpragma-ms-alloc-text.cpp39 static void foo6();
40 #pragma alloc_text(c, foo6) // no-warning
41 void foo6() {} in foo6() function
H A Dattr-sentinel.c9 void foo6 (int x, ...) __attribute__ ((__sentinel__(5))); // expected-note {{function has been expl…
23 foo6(1,2,3,4,5,6,7); // expected-warning {{missing sentinel in function call}} in test1()
24 foo6(1,NULL,3,4,5,6,7); // OK in test1()
/llvm-project/flang/test/Lower/
H A Dprocedure-declarations.f90138 call foo6(i)
142 external :: foo6
145 call bar(foo6)
/llvm-project/llvm/test/CodeGen/Thumb2/
H A Dthumb2-tbb.ll29 tail call void(...) @foo6()
47 tail call void(...) @foo6()
59 tail call void(...) @foo6()
65 declare void @foo6(...)
/llvm-project/llvm/test/MC/Mips/
H A Dtls-symbols.s13 lw $2, %gottprel(foo6)($28)
20 .hidden foo6
27 # CHECK: 6: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND foo6
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dpromote-alloca-array-aggregate.ll44 %foo6 = load float, ptr addrspace(5) %foo5
47 %foo9 = insertelement <4 x float> %foo8, float %foo6, i32 0
48 %foo10 = insertelement <4 x float> %foo9, float %foo6, i32 1
49 %foo11 = insertelement <4 x float> %foo10, float %foo6, i32 2
50 %foo12 = insertelement <4 x float> %foo11, float %foo6, i32 3
78 %foo6 = load [2 x float], ptr addrspace(5) %f1
80 store [2 x float] %foo6, ptr addrspace(1) %foo7
114 %foo6 = load float, ptr addrspace(5) %foo5
117 %foo9 = insertelement <4 x float> %foo8, float %foo6, i32 0
118 %foo10 = insertelement <4 x float> %foo9, float %foo6, i3
[all...]
/llvm-project/clang/test/Parser/
H A Dasm.cpp8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used…
9 int foo6 asm ("" L"bar7"); // expected-error {{cannot use wide string literal in 'asm'}}
/llvm-project/llvm/test/FileCheck/dump-input/
H A Dcontext.txt19 ; RUN: echo foo6 >> %t.in
31 ; RUN: echo foo6 >> %t.in
34 ; RUN: echo foo6 >> %t.in
46 ; RUN: echo foo6 >> %t.in
63 ; C5-NEXT: 3: foo6
78 ; C6-NEXT: 15: foo6
84 ; C6-NEXT: 18: foo6
98 ; C6-NEXT: 30: foo6
135 ; W5-NEXT: 15: foo6
144 ; W6-NEXT: 18: foo6
/llvm-project/clang/test/SemaCXX/
H A Dattr-x86-no_caller_saved_registers.cpp22 void foo6(){} // expected-note {{previous declaration is here}} in foo6() function
24 void __attribute__((no_caller_saved_registers)) foo6(); // expected-error {{function declared with …
H A Dtype-definition-in-specifier.cpp28 short foo6 (enum bar0 {qq} bar3); // expected-error{{cannot be defined in a parameter type}}
63 long foo5 (float foo6 = foo4);
H A Dstatic-assert-cxx17.cpp77 void foo6() { in foo6() function
105 template void foo6<ExampleTypes>();
/llvm-project/clang/test/CodeGen/
H A Dmips64-padding-arg.c40 extern S0 foo6(int, int, long double);
43 return foo6(1, 2, a0); in foo5()
H A Dmangle.c49 void foo6() __asm__("var2");
50 void foo6() { in foo6() function
/llvm-project/llvm/test/CodeGen/M68k/CodeModel/
H A Dmedium-static.ll
H A Dsmall-static.ll
H A Dsmall-pic.ll
H A Dmedium-pic.ll
/llvm-project/clang/test/SemaObjC/
H A Dmethod-sentinel-attr.m11 - (void) foo6 : (int)x, ... __attribute__ ((__sentinel__(5))); // expected-note {{method has been e…
35 [p foo6:1,2,3,4,5,6,7]; // expected-warning {{missing sentinel in method dispatch}}
36 [p foo6:1,NULL,3,4,5,6,7]; // OK
/llvm-project/llvm/test/CodeGen/Mips/
H A Dmips64imm.ll20 define i64 @foo6() nounwind readnone {
22 ; CHECK: foo6
H A Dlazy-binding.ll3 ; CHECK-LABEL: foo6:
9 define void @foo6(i32 %n) {
/llvm-project/clang/test/OpenMP/
H A Dalign_clause_codegen.cpp37 int foo6[60]; in main() local
48 #pragma omp allocate(foo6) align(64) allocator(omp_large_cap_mem_alloc) in main()
H A Dtile_ast_print.cpp145 void foo6(T start, T end) { in foo6() function
161 foo6<int,3,5>(0, 42); in tfoo6()

12345