Home
last modified time | relevance | path

Searched full:linux (Results 1 – 25 of 9749) sorted by relevance

12345678910>>...390

/llvm-project/llvm/test/CodeGen/X86/
H A Dmemcpy.ll3 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=core2 | FileCheck %s -check-prefix=LINUX
4 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=skylake | FileCheck %s -check-prefix=LINUX-SKL
5 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=skx | FileCheck %s -check-prefix=LINUX-SKX
6 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=knl | FileCheck %s -check-prefix=LINUX-KNL
7 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=avx512bw | FileCheck %s -check-prefix=LINUX
[all...]
H A Dmusttail-varargs.ll2 …y-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-linux | FileCheck %s --check-prefix=LINUX
3 …ineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-linux-gnux32 | FileCheck %s --check-prefix=LIN…
18 ; LINUX-LABEL: f_thunk:
19 ; LINUX: # %bb.0:
20 ; LINUX-NEXT: pushq %rbp
21 ; LINUX-NEXT: .cfi_def_cfa_offset 16
22 ; LINUX-NEXT: pushq %r15
23 ; LINUX-NEXT: .cfi_def_cfa_offset 24
24 ; LINUX-NEXT: pushq %r14
25 ; LINUX-NEXT: .cfi_def_cfa_offset 32
[all …]
H A Dstack-protector.ll1 ; RUN: llc -mtriple=i386-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-I386 %s
2 ; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-X64 %s
3 ; RUN: llc -code-model=kernel -mtriple=x86_64-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LIN…
9 ; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s -o - | FileCheck --check-prefix=IGNORE_INTRIN %s
32 ; LINUX-I386-LABEL: test1a:
33 ; LINUX-I386-NOT: calll __stack_chk_fail
34 ; LINUX-I386: .cfi_endproc
36 ; LINUX-X64-LABEL: test1a:
37 ; LINUX-X64-NOT: callq __stack_chk_fail
38 ; LINUX-X64: .cfi_endproc
[all …]
H A Datomic-minmax-i6432.ll2 ; RUN: llc -mattr=+cmov -mtriple=i386-pc-linux -verify-machineinstrs < %s | FileCheck %s -check-prefix=LINUX
8 ; LINUX-LABEL: atomic_max_i64:
9 ; LINUX: # %bb.0: # %entry
10 ; LINUX-NEXT: pushl %ebx
11 ; LINUX-NEXT: pushl %esi
12 ; LINUX-NEXT: movl sc64+4, %edx
13 ; LINUX-NEXT: movl sc64, %eax
14 ; LINUX-NEXT: movl $5, %esi
15 ; LINUX
[all...]
H A Dpush-cfi.ll1 ; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s -check-prefix=LINUX -check-prefix=CHECK
3 ; RUN: llc < %s -mtriple=i686-pc-linux -stop-after=prologepilog | FileCheck %s --check-prefix=PEI
15 ; LINUX: .cfi_escape 0x2e, 0x10
16 ; LINUX-NEXT: pushl $4
17 ; LINUX-NEXT: .cfi_adjust_cfa_offset 4
18 ; LINUX-NEXT: pushl $3
19 ; LINUX-NEXT: .cfi_adjust_cfa_offset 4
20 ; LINUX-NEXT: pushl $2
21 ; LINUX-NEXT: .cfi_adjust_cfa_offset 4
22 ; LINUX-NEXT: pushl $1
[all …]
H A Dabi-isel.ll4 …riple=x86_64-unknown-linux-gnu -relocation-model=static -code-model=small -pre-RA-sched=list-ilp |…
5 …mtriple=i686-unknown-linux-gnu -relocation-model=static -code-model=small -pre-RA-sched=list-ilp |…
6 … -mtriple=i686-unknown-linux-gnu -relocation-model=pic -code-model=small -pre-RA-sched=list-ilp | …
7 …mtriple=x86_64-unknown-linux-gnu -relocation-model=pic -code-model=small -pre-RA-sched=list-ilp | …
37 ; LINUX-64-STATIC-LABEL: foo00:
38 ; LINUX-64-STATIC: # %bb.0: # %entry
39 ; LINUX-64-STATIC-NEXT: movq src@GOTPCREL(%rip), %rax
40 ; LINUX-64-STATIC-NEXT: movl (%rax), %eax
41 ; LINUX-64-STATIC-NEXT: movq dst@GOTPCREL(%rip), %rcx
42 ; LINUX-64-STATIC-NEXT: movl %eax, (%rcx)
[all …]
H A Dglobal-sections.ll1 ; RUN: llc < %s -mtriple=i386-unknown-linux-gnu | FileCheck %s -check-prefix=LINUX
5 … RUN: llc < %s -mtriple=i386-unknown-linux-gnu -data-sections -function-sections | FileCheck %s -c…
6 ; RUN: llc < %s -mtriple=i386-unknown-linux-gnu -function-sections | FileCheck %s -check-prefix=LIN…
7 …llc < %s -mtriple=x86_64-pc-linux -data-sections -function-sections -relocation-model=pic | FileCh…
38 ; LINUX: .size F2,
39 ; LINUX-NEX: .cfi_endproc
40 ; LINUX-NEX: .section .rodata,"a",@progbits
42 ; LINUX-SECTIONS: .section .text.F2,"ax",@progbits
43 ; LINUX-SECTIONS: .size F2,
44 ; LINUX-SECTIONS-NEXT: .cfi_endproc
[all …]
H A Dsegmented-stacks.ll2 … RUN: llc < %s -mcpu=generic -mtriple=i686-linux -verify-machineinstrs | FileCheck %s -check-prefi…
3 …UN: llc < %s -mcpu=generic -mtriple=x86_64-linux -verify-machineinstrs | FileCheck %s -check-pref…
4 … %s -mcpu=generic -mtriple=x86_64-linux -code-model=large -verify-machineinstrs | FileCheck %s -ch…
5 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux-gnux32 -verify-machineinstrs | FileCheck %s -ch…
15 ; RUN: llc < %s -mcpu=generic -mtriple=i686-linux -filetype=obj -o /dev/null
16 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux -filetype=obj -o /dev/null
17 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux-gnux32 -filetype=obj -o /dev/null
38 ; X86-Linux-LABEL: test_basic:
39 ; X86-Linux: # %bb.0:
40 ; X86-Linux-NEXT: cmpl %gs:48, %esp
[all …]
H A Dbasic-block-sections-clusters.ll18 …: llc < %s -O0 -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t1 | FileCheck %…
19 …: llc < %s -O0 -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t2 | FileCheck %…
28 …: llc < %s -O0 -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t3 | FileCheck %…
29 …: llc < %s -O0 -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t4 | FileCheck %…
55 ; LINUX-SECTIONS1: .section .text.foo,"ax",@progbits
56 ; LINUX-SECTIONS1-NOT: .section
57 ; LINUX-SECTIONS1-LABEL: foo:
58 ; LINUX-SECTIONS1-NOT: .section
59 ; LINUX-SECTIONS1-NOT: .LBB_END0_{{0-9}}+
60 ; LINUX-SECTIONS1-LABEL: # %bb.2:
[all …]
H A Dbasic-block-sections-clusters-eh.ll8 …: llc < %s -O0 -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t1 | FileCheck %…
15 …: llc < %s -O0 -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t2 | FileCheck %…
54 ; LINUX-SECTIONS1: .section .text.main,"ax",@progbits
55 ; LINUX-SECTIONS1-LABEL: main:
56 ; LINUX-SECTIONS1-NOT: .section
57 ; LINUX-SECTIONS1-LABEL: .LBB0_4:
58 ; LINUX-SECTIONS1-NOT: .section
59 ; LINUX-SECTIONS1-LABEL: .LBB0_5:
60 ; LINUX-SECTIONS1-NOT: .section
61 ; LINUX-SECTIONS1-LABEL: .LBB0_6:
[all …]
H A Dconstant-pool-sharing.ll2 ; RUN: llc < %s -mtriple=x86_64-linux -mcpu=corei7 | FileCheck %s --check-prefixes=SSE-LINUX
4 ; RUN: llc < %s -mtriple=x86_64-linux -mcpu=corei7-avx | FileCheck %s --check-prefixes=AVX-LINUX
12 ; SSE-LINUX-LABEL: share_v4i32_v4f32:
13 ; SSE-LINUX: # %bb.0: # %entry
14 ; SSE-LINUX-NEXT: movaps {{.*#+}} xmm0 = [1073741824,1073741824,1073741824,1073741824]
15 ; SSE-LINUX-NEXT: .p2align 4
16 ; SSE-LINUX-NEXT: .LBB0_1: # %loop
17 ; SSE-LINUX
[all...]
H A Dtailcc-ssp.ll3 ; RUN: llc -mtriple=x86_64-linux-gnu %s -o - -verify-machineinstrs | FileCheck %s -check-prefix=
31 ; LINUX-LABEL: tailcall_frame:
32 ; LINUX: # %bb.0:
33 ; LINUX-NEXT: subq $24, %rsp
34 ; LINUX-NEXT: .cfi_def_cfa_offset 32
35 ; LINUX-NEXT: movq %fs:40, %rax
36 ; LINUX-NEXT: movq %rax, {{[0-9]+}}(%rsp)
37 ; LINUX-NEXT: movq %fs:40, %rax
38 ; LINUX-NEXT: cmpq {{[0-9]+}}(%rsp), %rax
39 ; LINUX-NEXT: jne .LBB0_2
[all …]
/llvm-project/llvm/test/CodeGen/Thumb/
H A Dsegmented-stacks.ll1 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix…
2 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pr…
3 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -filetype=obj
4 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -filetype=obj
39 ; Thumb-linux-LABEL: test_basic:
41 ; Thumb-linux: push {r4, r5}
42 ; Thumb-linux-NEXT: mov r5, sp
43 ; Thumb-linux-NEXT: ldr r4, .LCPI0_0
44 ; Thumb-linux-NEXT: ldr r4, [r4]
45 ; Thumb-linux-NEXT: cmp r4, r5
[all …]
/llvm-project/llvm/test/CodeGen/ARM/
H A Dsegmented-stacks.ll1 ; RUN: llc < %s -mtriple=arm-linux-androideabi -mattr=+v4t -verify-machineinstrs | FileCheck %s -ch…
2 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -mattr=+v4t -verify-machineinstrs | FileCheck %…
5 ; RUN: llc < %s -mtriple=arm-linux-androideabi -filetype=obj
6 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj
17 ; ARM-linux-LABEL: test_basic:
19 ; ARM-linux: push {r4, r5}
20 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3
21 ; ARM-linux-NEXT: mov r5, sp
22 ; ARM-linux-NEXT: ldr r4, [r4, #4]
23 ; ARM-linux-NEXT: cmp r4, r5
[all …]
/llvm-project/clang/test/Preprocessor/
H A Dinit-x86.c198 // RUN: %clang_cc1 -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=i386-pc-linux-gnu -target-cpu i486 < /dev/null | FileCheck -match-full-lines -check-prefix I386-LINUX -check-prefix I386-LINUX-ALIGN32 %s
199 // RUN: %clang_cc1 -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=i386-pc-linux-gnu -target-cpu pentium4 < /dev/null | FileCheck -match-full-lines -check-prefix I386-LINUX -check-prefix I386-LINUX-ALIGN64 %s
200 // RUN: %clang_cc1 -x c++ -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=i386-pc-linux-gnu -target-cpu pentium4 < /dev/null | FileCheck -match-full-lines -check-prefix I386-LINUX -check-prefix I386-LINUX-ALIGN64 -check-prefix I386-LINUX
[all...]
/llvm-project/clang/cmake/caches/
H A DVectorEngine.cmake30 # Not use default here to use RUNTIMES_x86_64-unknown-linux-gnu_* variables.
31 set(LLVM_BUILTIN_TARGETS "x86_64-unknown-linux-gnu;ve-unknown-linux-gnu" CACHE STRING "")
32 set(LLVM_RUNTIME_TARGETS "x86_64-unknown-linux-gnu;ve-unknown-linux-gnu" CACHE STRING "")
36 set(RUNTIMES_x86_64-unknown-linux-gnu_COMPILER_RT_BUILD_BUILTINS ON CACHE BOOL "")
37 set(RUNTIMES_x86_64-unknown-linux-gnu_COMPILER_RT_BUILD_CRT OFF CACHE BOOL "")
38 set(RUNTIMES_x86_64-unknown-linux-gnu_COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
39 set(RUNTIMES_x86_64-unknown-linux-gnu_COMPILER_RT_BUILD_XRAY OFF CACHE BOOL "")
40 set(RUNTIMES_x86_64-unknown-linux-gnu_COMPILER_RT_BUILD_LIBFUZZER OFF CACHE BOOL "")
41 set(RUNTIMES_x86_64-unknown-linux-gnu_COMPILER_RT_BUILD_CTX_PROFILE OFF CACHE BOOL "")
42 set(RUNTIMES_x86_64-unknown-linux-gnu_COMPILER_RT_BUILD_PROFILE OFF CACHE BOOL "")
[all …]
H A DAndroid-stage2.cmake14 set(LLVM_BUILTIN_TARGETS "i686-linux-android;x86_64-linux-android;aarch64-linux-android;armv7-linux
16 set(BUILTINS_${target}-linux-android_ANDROID 1 CACHE STRING "")
17 …set(BUILTINS_${target}-linux-android_CMAKE_BUILD_TYPE ${ANDROID_BUILTINS_BUILD_TYPE} CACHE STRING …
18 set(BUILTINS_${target}-linux-android_CMAKE_ASM_FLAGS ${ANDROID_${target}_C_FLAGS} CACHE PATH "")
19 set(BUILTINS_${target}-linux-android_CMAKE_C_FLAGS ${ANDROID_${target}_C_FLAGS} CACHE PATH "")
20 set(BUILTINS_${target}-linux-android_CMAKE_SYSROOT ${ANDROID_${target}_SYSROOT} CACHE PATH "")
21 …set(BUILTINS_${target}-linux-android_CMAKE_EXE_LINKER_FLAGS ${ANDROID_${target}_LINKER_FLAGS} CACH…
22 …set(BUILTINS_${target}-linux-android_CMAKE_SHARED_LINKER_FLAGS ${ANDROID_${target}_LINKER_FLAGS} C…
23 …set(BUILTINS_${target}-linux-android_CMAKE_MOUDLE_LINKER_FLAGS ${ANDROID_${target}_LINKER_FLAGS} C…
27 set(LLVM_RUNTIME_TARGETS "i686-linux-android;x86_64-linux-android;aarch64-linux-android;armv7-linux
[all …]
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dppc-float-spill.ll2 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
4 ; RUN: -O0 --data-sections < %s | FileCheck %s --check-prefix LE-LINUX-P7
5 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
7 ; RUN: -O0 --data-sections < %s | FileCheck %s --check-prefix LE-LINUX-P8
8 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu \
10 ; RUN: -O0 --data-sections < %s | FileCheck %s --check-prefix BE-LINUX-P7
11 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu \
13 ; RUN: -O0 --data-sections < %s | FileCheck %s --check-prefix BE-LINUX-P8
32 ; LE-LINUX-P7-LABEL: caller:
33 ; LE-LINUX-P7: # %bb.0: # %entry
[all …]
H A DFrames-large.ll1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | \
2 ; RUN: FileCheck %s -check-prefix=PPC32-LINUX-NOFP
4 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu \
5 ; RUN: -frame-pointer=all | FileCheck %s -check-prefix=PPC32-LINUX-FP
7 ; RUN: llc -verify-machineinstrs < %s -mcpu=ppc -mtriple=powerpc64-unknown-linux-gnu | \
8 ; RUN: FileCheck %s -check-prefix=PPC64-LINUX-NOFP
10 ; RUN: llc -verify-machineinstrs < %s -mcpu=ppc -mtriple=powerpc64-unknown-linux-gnu \
11 ; RUN: -frame-pointer=all | FileCheck %s -check-prefix=PPC64-LINUX-FP
39 ; PPC32-LINUX-NOFP-LABEL: f1
40 ; PPC32-LINUX
[all...]
H A Dp10-splatImm32-undef.ll2 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
4 ; RUN: FileCheck %s --check-prefix=CHECK-LINUX
5 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu \
7 ; RUN: FileCheck %s --check-prefix=CHECK-LINUX-BE
11 ; RUN: llc -verify-machineinstrs -mtriple=powerpc-unknown-linux-gnu \
13 ; RUN: FileCheck %s --check-prefix=CHECK-LINUX-32
20 ; CHECK-LINUX-LABEL: function1:
21 ; CHECK-LINUX: # %bb.0: # %entry
22 ; CHECK-LINUX-NEXT: mflr r0
23 ; CHECK-LINUX
[all...]
/llvm-project/clang/test/Driver/
H A Dsanitizer-ld.c13 // RUN: --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address \
16 // RUN: | %{filecheck} --check-prefix=CHECK-ASAN-LINUX
18 // CHECK-ASAN-LINUX: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
19 // CHECK-ASAN-LINUX-NOT: "-lc"
20 // CHECK-ASAN-LINUX: "--whole-archive" "{{.*}}libclang_rt.asan_static.a" "--no-whole-archive"
21 // CHECK-ASAN-LINUX: "--whole-archive" "{{.*}}libclang_rt.asan.a" "--no-whole-archive"
22 // CHECK-ASAN-LINUX-NOT: "--export-dynamic"
23 // CHECK-ASAN-LINUX: "--dynamic-list={{.*}}libclang_rt.asan.a.syms"
24 // CHECK-ASAN-LINUX-NOT: "--export-dynamic"
25 // CHECK-ASAN-LINUX
[all...]
H A Dcsky-toolchain.c10 // RUN: %clang -### %s -fuse-ld=ld -no-pie --target=csky-unknown-linux-gnu --rtlib=platform --unwin…
11 …c-toolchain=%S/Inputs/multilib_csky_linux_sdk 2>&1 | FileCheck -check-prefix=C-CSKY-LINUX-MULTI %s
13 // C-CSKY-LINUX-MULTI: "{{.*}}/Inputs/multilib_csky_linux_sdk/lib/gcc/csky-linux-gnuabiv2/6.3.0/../…
14 … C-CSKY-LINUX-MULTI: "--sysroot={{.*}}/Inputs/multilib_csky_linux_sdk/lib/gcc/csky-linux-gnuabiv2/…
15 // C-CSKY-LINUX-MULTI: "-m" "cskyelf_linux"
16 // C-CSKY-LINUX-MULTI: "-dynamic-linker" "/lib/ld.so.1"
17 // C-CSKY-LINUX-MULTI: "{{.*}}/Inputs/multilib_csky_linux_sdk/lib/gcc/csky-linux-gnuabiv2/6.3.0/../…
18 // C-CSKY-LINUX-MULTI: "{{.*}}/Inputs/multilib_csky_linux_sdk/lib/gcc/csky-linux-gnuabiv2/6.3.0/crt…
19 // C-CSKY-LINUX-MULTI: "{{.*}}/Inputs/multilib_csky_linux_sdk/lib/gcc/csky-linux-gnuabiv2/6.3.0/crt…
20 // C-CSKY-LINUX-MULTI: "-L{{.*}}/Inputs/multilib_csky_linux_sdk/lib/gcc/csky-linux-gnuabiv2/6.3.0"
[all …]
/llvm-project/clang/test/CodeGen/
H A Dattr-cpuspecific.c1 // RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s --check-prefixes=CHECK,LINUX
2 // RUN: %clang_cc1 -triple x86_64-apple-macos -emit-llvm -o - %s | FileCheck %s --check-prefixes=CHECK,LINUX
12 // LINUX: @SingleVersion = weak_odr alias void (), ptr @SingleVersion.ifunc
13 // LINUX: @TwoVersions = weak_odr alias void (), ptr @TwoVersions.ifunc
14 // LINUX: @OrderDispatchUsageSpecific = weak_odr alias void (), ptr @OrderDispatchUsageSpecific.ifunc
15 // LINUX: @TwoVersionsSameAttr = weak_odr alias void (), ptr @TwoVersionsSameAttr.ifunc
16 // LINUX: @ThreeVersionsSameAttr = weak_odr alias void (), ptr @ThreeVersionsSameAttr.ifunc
17 // LINUX: @OrderSpecificUsageDispatch = weak_odr alias void (), ptr @OrderSpecificUsageDispatch.ifunc
18 // LINUX
[all...]
H A Dattr-target-clones.c1 // RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s -o - | FileCheck %s --check-prefixes=LINU…
5 // LINUX: $foo.resolver = comdat any
6 // LINUX: $foo_dupes.resolver = comdat any
7 // LINUX: $unused.resolver = comdat any
8 // LINUX: $foo_inline.resolver = comdat any
9 // LINUX: $foo_inline2.resolver = comdat any
19 // LINUX: @__cpu_model = external dso_local global { i32, i32, i32, [1 x i32] }
20 // LINUX: @__cpu_features2 = external dso_local global [3 x i32]
25 // LINUX: @internal.ifunc = internal alias i32 (), ptr @internal
26 // LINUX: @foo.ifunc = weak_odr alias i32 (), ptr @foo
[all …]
/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-homogeneous-prolog-epilog-no-helper.ll3 …ple=aarch64-unknown-linux-gnu -homogeneous-prolog-epilog -frame-helper-size-threshold=6 | FileChe…
45 ; CHECK-LINUX-LABEL: _Z3foofffi:
46 ; CHECK-LINUX: // %bb.0: // %entry
47 ; CHECK-LINUX-NEXT: stp d11, d10, [sp, #-64]!
48 ; CHECK-LINUX-NEXT: stp d9, d8, [sp, #16]
49 ; CHECK-LINUX-NEXT: stp x29, x30, [sp, #32]
50 ; CHECK-LINUX-NEXT: stp x20, x19, [sp, #48]
51 ; CHECK-LINUX-NEXT: add x29, sp, #32
52 ; CHECK-LINUX-NEXT: .cfi_def_cfa w29, 32
53 ; CHECK-LINUX-NEXT: .cfi_offset w19, -8
[all …]

12345678910>>...390