Lines Matching refs:leaf
3 …e-eabi -filetype asm -o - %s -frame-pointer=all -mattr=+aapcs-frame-chain-leaf | FileCheck %s --ch…
4 ; RUN: llc -mtriple arm-arm-none-eabi -filetype asm -o - %s -frame-pointer=non-leaf | FileCheck %s …
5 ; RUN: llc -mtriple arm-arm-none-eabi -filetype asm -o - %s -frame-pointer=non-leaf -mattr=+aapcs-f…
6 …arm-arm-none-eabi -filetype asm -o - %s -frame-pointer=non-leaf -mattr=+aapcs-frame-chain-leaf | F…
9 …-eabi -filetype asm -o - %s -frame-pointer=none -mattr=+aapcs-frame-chain-leaf | FileCheck %s --ch…
11 define dso_local noundef i32 @leaf(i32 noundef %0) {
12 ; LEAF-FP-LABEL: leaf:
21 ; LEAF-FP-AAPCS-LABEL: leaf:
33 ; LEAF-NOFP-LABEL: leaf:
42 ; LEAF-NOFP-AAPCS-LABEL: leaf:
67 ; FP-NEXT: bl leaf
82 ; FP-AAPCS-NEXT: bl leaf
95 ; NOFP-NEXT: bl leaf
108 ; NOFP-AAPCS-NEXT: bl leaf
116 %4 = call noundef i32 @leaf(i32 noundef %3)