Home
last modified time | relevance | path

Searched refs:foo8 (Results 1 – 25 of 73) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/CodeGen/MSP430/
H A Dbit.ll5 @foo8 = external global i8
36 %t1 = load i8, i8* @foo8
43 ; CHECK: bit.b #15, &foo8
46 %t1 = load i8, i8* @foo8
53 ; CHECK: bit.b #15, &foo8
56 %t1 = load i8, i8* @foo8
63 ; CHECK: bit.b &foo8, r12
66 %t1 = load i8, i8* @foo8
73 ; CHECK: bit.b r12, &foo8
76 %t1 = load i8, i8* @foo8
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dpragma-ms-alloc-text.cpp51 static void foo8();
53 static void foo8();
55 #pragma alloc_text(c, foo8) // expected-error {{'#pragma alloc_text' is applicable only to function…
56 void foo8() {} in foo8() function
H A Dattr-x86-interrupt.c41 __attribute__((interrupt)) void foo8(int *a) {} in foo8() function
63 g(foo8); in main()
70 foo8((int *)argv); // expected-error {{interrupt service routine cannot be called directly}} in main()
H A Dattr-enforce-tcb.c13 void foo8 (void) PLACE_IN_TCB("bar") PLACE_IN_TCB("bar2");
41 foo8(); // no-warning in foo6()
H A Dattr-micromips.c15 __attribute((nomicromips)) void foo8(void);
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-lo12-alignment.s20 ldr x3, [x0, #:lo12:foo8] // Ok as foo8 is 8-byte aligned
21 ldr q0, [x0, #:lo12:foo8] // Error foo8 is not 16-byte aligned
30 .globl foo8
39 foo8: label
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/inline-asm/
H A Dinline-asm3.ll13 ; CHECK-NEXT: call foo8
16 tail call void @foo8(i8 signext %3, i8 signext %0, i8 signext %1)
20 declare void @foo8(i8 signext, i8 signext, i8 signext)
54 ; CHECK-NEXT: call foo8
92 ; CHECK-NEXT: call foo8
134 ; CHECK-NEXT: call foo8
193 ; CHECK-NEXT: call foo8
238 ; CHECK-NEXT: call foo8
281 ; CHECK-NEXT: call foo8
300 ; CHECK-NEXT: call foo8
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-x86-interrupt.cpp42 __attribute__((interrupt)) void foo8(int *a) {} in foo8() function
60 g(foo8); in main()
68 foo8((int *)argv); // expected-error {{interrupt service routine cannot be called directly}} in main()
/llvm-project-15.0.7/llvm/test/FileCheck/dump-input/
H A Dfilter.txt18 ; RUN: echo foo8 >> %t.in
30 ; RUN: echo foo8 >> %t.in
42 ; RUN: echo foo8 >> %t.in
67 ; ALL-NEXT: 10: foo8
88 ; ALL-NEXT: 21: foo8
111 ; ALL-NEXT: 32: foo8
127 ; ANNOTATION-FULL-NEXT: 10: foo8
187 ; ANNOTATION-NEXT: 10: foo8
199 ; ANNOTATION-NEXT: 21: foo8
219 ; ERROR-NEXT: 10: foo8
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dsdiv-pow2.ll20 define i64 @foo8(i64 %a) #0 {
25 ; CHECK-LABEL: @foo8
30 ; CHECK-32-LABEL: @foo8
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmips64-padding-arg.c51 extern void foo8(float, double);
54 foo8(a0 + 1.0f, a1 + 2.0); in foo7()
H A Dstdcall-fastcall.c110 void __attribute__((fastcall)) foo8(struct S1 a, int b);
114 foo8(a, b); in bar8()
H A Dattr-x86-interrupt.c14 __attribute__((interrupt)) void foo8(int *a) {} in foo8() function
/llvm-project-15.0.7/flang/test/Lower/
H A Dprocedure-declarations.f90172 call foo8(i)
179 call foo8(i)
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dalign_clause_codegen.cpp39 int foo8[80]; in main() local
50 #pragma omp allocate(foo8) align(16) allocator(omp_null_allocator) in main()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvararg_tailcall.ll82 ; X64: @foo8
84 ; WIN64: @foo8
86 define ptr @foo8(ptr %arg1, ptr %arg2) nounwind optsize ssp noredzone {
H A D2011-12-28-vselecti8.ll18 define void @foo8(ptr nocapture %RET) nounwind {
19 ; CHECK-LABEL: foo8:
H A Dshuffle-of-splat-multiuses.ll31 define <8 x float> @foo8(<8 x float> %v, ptr%p) nounwind {
32 ; AVX2-SLOW-LABEL: foo8:
39 ; AVX2-FAST-ALL-LABEL: foo8:
46 ; AVX2-FAST-PERLANE-LABEL: foo8:
H A Dabsolute-cmp.ll13 define void @foo8(i64 %val) {
14 ; NOPIC-LABEL: foo8:
30 ; PIC-LABEL: foo8:
H A Dpr28173.ll78 define i8 @foo8(i1 zeroext %i) #0 {
79 ; CHECK-LABEL: foo8:
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dweakref.s51 .weakref foo8, bar8
52 .long foo8
/llvm-project-15.0.7/clang/test/Driver/
H A Dat_file_win.c26 foo8
H A Dat_file.c28 foo8
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dattr-x86-interrupt.cpp15 __attribute__((interrupt)) void foo8(int *a) {} in foo8() function
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpromote-alloca-array-aggregate.ll52 %foo8 = load <4 x float>, <4 x float>* %foo7
53 %foo9 = insertelement <4 x float> %foo8, float %foo6, i32 0
105 %foo8 = getelementptr %gl_PerVertex, %gl_PerVertex addrspace(1)* @pv, i32 0, i32 0
106 …0e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>, <4 x float> addrspace(1)* %foo8
150 %foo8 = load <4 x float>, <4 x float>* %foo7
151 %foo9 = insertelement <4 x float> %foo8, float %foo6, i32 0
214 %foo8 = getelementptr [2 x double], [2 x double]* %s, i32 0, i32 1
215 %foo9 = load double, double* %foo8

123