Home
last modified time | relevance | path

Searched refs:foo14 (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dweakref.s81 .weakref foo14, bar14
82 .long foo14
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-sentinel-attr.m21 - (id) foo14 : (id)firstObj : (Class)secondObj, ... __attribute__((sentinel(0,1)));
45 [ p foo14 : 0 : NULL];
/llvm-project-15.0.7/clang/test/Driver/
H A Dat_file_win.c34 foo14
H A Dat_file.c36 foo14
/llvm-project-15.0.7/clang/test/Sema/
H A Driscv-interrupt-attr.c60 __attribute__((interrupt)) void foo14(void) {} in foo14() function
H A Dwarn-strict-prototypes.c81 void foo14(void) { in foo14() function
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dload-with-non-coherent-cache.ll142 ; SM20-LABEL: .visible .entry foo14(
144 ; SM35-LABEL: .visible .entry foo14(
146 define void @foo14(<4 x i16> * noalias readonly %from, <4 x i16> * %to) {
261 !14 = !{void (<4 x i16> *, <4 x i16> *)* @foo14, !"kernel", i32 1}
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dssp-data-layout.ll132 …%foo14 = getelementptr inbounds %struct.struct_small_char, %struct.struct_small_char* %b, i32 0, i…
133 %arrayidx15 = getelementptr inbounds [2 x i8], [2 x i8]* %foo14, i32 0, i64 0
277 …%foo14 = getelementptr inbounds %struct.struct_small_char, %struct.struct_small_char* %b, i32 0, i…
278 %arrayidx15 = getelementptr inbounds [2 x i8], [2 x i8]* %foo14, i32 0, i64 0
410 …%foo14 = getelementptr inbounds %struct.struct_small_char, %struct.struct_small_char* %b, i32 0, i…
411 %arrayidx15 = getelementptr inbounds [2 x i8], [2 x i8]* %foo14, i32 0, i64 0
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-csel.ll202 define i64 @foo14(i64 %v, i64 %a, i64 %b) nounwind readnone optsize ssp {
203 ; CHECK-LABEL: foo14:
/llvm-project-15.0.7/flang/test/Fir/
H A Dtypes-to-llvm.fir344 func.func private @foo14(%arg0: !fir.vector<2:!fir.real<8>>)
345 // CHECK-LABEL: foo14
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpromote-alloca-array-aggregate.ll221 %foo14 = getelementptr [2 x double], [2 x double]* %s, i32 0, i32 1
222 %foo15 = load double, double* %foo14
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dfp16instrinsmc.ll207 define void @foo14() #0 {
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A D2009-01-19-fmod-constant-float-specials.ll260 define void @foo14() nounwind {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1888 void foo14() { in foo14() function