Searched refs:small_aligned (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/test/CodeGen/RISCV/ |
D | riscv64-lp64-lp64f-lp64d-abi.c | 143 struct small_aligned { struct 148 void f_agg_small_aligned(struct small_aligned x) { in f_agg_small_aligned() argument 153 struct small_aligned f_agg_small_aligned_ret(struct small_aligned x) { in f_agg_small_aligned_ret() 154 return (struct small_aligned){10}; in f_agg_small_aligned_ret() 190 int f_scalar_stack_1(struct tiny a, struct small b, struct small_aligned c, in f_scalar_stack_1() 222 (struct small){10, NULL}, (struct small_aligned){11}, in f_va_caller() 227 f_va_callee(1, 2, 3, 4, (struct small_aligned){5}, 6, 7, 8, 9); in f_va_caller() 233 f_va_callee(1, 2, 3, 4, 5, (struct small_aligned){6}, 7, 8, 9); in f_va_caller() 239 f_va_callee(1, 2, 3, 4, 5, 6, (struct small_aligned){7}, 8, 9); in f_va_caller()
|
D | riscv32-ilp32-ilp32f-ilp32d-abi.c | 154 struct small_aligned { struct 159 void f_agg_small_aligned(struct small_aligned x) { in f_agg_small_aligned() argument 164 struct small_aligned f_agg_small_aligned_ret(struct small_aligned x) { in f_agg_small_aligned_ret() 165 return (struct small_aligned){10}; in f_agg_small_aligned_ret() 201 int f_scalar_stack_1(struct tiny a, struct small b, struct small_aligned c, in f_scalar_stack_1() 231 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack() 243 (struct small){10, NULL}, (struct small_aligned){11}, in f_va_caller()
|
D | riscv32-ilp32-abi.c | 17 struct small_aligned { struct 53 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack()
|
D | riscv32-ilp32-ilp32f-abi.c | 19 struct small_aligned { struct 55 struct small f, struct small_aligned g, struct large h) {} in f_agg_stack()
|