Home
last modified time | relevance | path

Searched refs:foo12 (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dsitofp-selectcc-opt.ll3 @foo12.d4 = internal unnamed_addr global double 0.000000e+00, align 8
5 define double @foo12(i32 %a, i32, i64 %b) nounwind {
17 %1 = load double, double* @foo12.d4, align 8
19 store double %add, double* @foo12.d4, align 8
H A Dfp16instrinsmc.ll179 define void @foo12() #0 {
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-sentinel.c12 void foo12 (int x, ... ) ATTR; // expected-note {{function has been explicitly marked sentinel here…
28foo12(1); // expected-warning {{not enough variable arguments in 'foo12' declaration to fit a sent… in test1()
H A Dattr-long-call.c25 __attribute((short_call, long_call)) void foo12(void); // expected-error {{'long_call' and 'short_c…
H A Driscv-interrupt-attr.c58 __attribute__((interrupt("machine"))) void foo12(void) {} in foo12() function
H A Dwarn-strict-prototypes.c69 void __attribute__((cdecl)) foo12(d) // expected-warning {{a function definition without a prototyp… in foo12() function
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-sentinel-attr.m17 - (void) foo12 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel he…
41 …[p foo12:1]; // expected-warning {{not enough variable arguments in 'foo12:' declaration to fit a …
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dstdcall-fastcall.c141 void __attribute__((fastcall)) foo12(struct S3 y, int x);
145 foo12(y, x); in bar12()
/llvm-project-15.0.7/clang/test/Driver/
H A Dat_file_win.c32 foo12
H A Dat_file.c34 foo12
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dload-with-non-coherent-cache.ll122 ; SM20-LABEL: .visible .entry foo12(
124 ; SM35-LABEL: .visible .entry foo12(
126 define void @foo12(<2 x double> * noalias readonly %from, <2 x double> * %to) {
259 !12 = !{void (<2 x double> *, <2 x double> *)* @foo12, !"kernel", i32 1}
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpromote-alloca-array-aggregate.ll56 %foo12 = insertelement <4 x float> %foo11, float %foo6, i32 3
58 store <4 x float> %foo12, <4 x float> addrspace(1)* %foo13
154 %foo12 = insertelement <4 x float> %foo11, float %foo6, i32 3
156 store <4 x float> %foo12, <4 x float> addrspace(1)* %foo13
219 %foo12 = getelementptr [2 x double], [2 x double]* %s, i32 0, i32 0
220 %foo13 = load double, double* %foo12
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dweakref.s71 .weakref foo12, bar12
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dsigned_immediates.ll87 define i32 @foo12(i32 %a, i1 %b) {
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppcf128sf.ll166 define void @foo12() #0 {
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-csel.ll176 define i64 @foo12(i64 %v) nounwind readnone optsize ssp {
177 ; CHECK-LABEL: foo12:
/llvm-project-15.0.7/flang/test/Fir/
H A Dtypes-to-llvm.fir336 func.func private @foo12(%arg0: !fir.vector<2:!fir.real<3>>)
337 // CHECK-LABEL: foo12
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A D2009-01-19-fmod-constant-float-specials.ll222 define void @foo12() nounwind {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1870 void foo12() { in foo12() function