Home
last modified time | relevance | path

Searched defs:HFA (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp177 struct HFA { struct
178 double x;
179 double y;
181 double z;
187 struct HFA { struct
188 double x;
189 double y;
191 double z;
207 struct HFA { struct
208 double x;
[all …]
H A Darm64-darwinpcs.cpp13 struct HFA { struct
14 float a[3];
/llvm-project/clang/test/CodeGen/
H A Dms_abi_aarch64.c84 struct HFA { struct
88 __attribute__((ms_abi)) void msabi_hfa(struct HFA a); argument
H A Daarch64-soft-float-abi-errors.c
H A Darm64_32-vaarg.c45 } HFA; typedef
H A Darm64-aapcs-arguments.c21 typedef struct { float arr[4]; } HFA; typedef
H A Darmv7k-abi.c13 } HFA; typedef
H A Darm64-arguments.c651 struct HFA { struct
660 // HFA is not indirect, so occupies its full 16 bytes on the stack. in test_hfa() argument