Home
last modified time | relevance | path

Searched refs:AlignedStruct (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dbyval.ll8 %AlignedStruct = type { double, double }
16 declare void @ext_byval_func_alignedstruct(%AlignedStruct* byval(%AlignedStruct))
65 define void @byval_arg_double(%AlignedStruct* %ptr) {
72 ; Copy the AlignedStruct argument to the stack (SP+0, original SP-16)
78 tail call void @ext_byval_func_alignedstruct(%AlignedStruct* byval(%AlignedStruct) %ptr)
/llvm-project-15.0.7/clang/test/Layout/
H A Dms-aligned-array.c8 struct __declspec(align(16)) AlignedStruct { int x; }; argument
17 struct AlignedStruct a[1];