Home
last modified time | relevance | path

Searched refs:Pod (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-windows-calls.ll105 ; Pod is a trivial HFA
106 %struct.Pod = type { [2 x double] }
108 %struct.NotCXX14Aggregate = type { %struct.Pod }
115 define dso_local %struct.Pod @copy_pod(%struct.Pod* %x) {
116 %x1 = load %struct.Pod, %struct.Pod* %x, align 8
117 ret %struct.Pod %x1
143 @Pod = external global %struct.Pod
147 %x = call %struct.Pod @copy_pod(%struct.Pod* @Pod)
148 store %struct.Pod %x, %struct.Pod* @Pod
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp115 struct Pod { struct
121 Pod p;
134 struct HasPodBase : public Pod {};
136 Pod copy(Pod *x) { return *x; } // MSVC: ldp d0,d1,[x0], Clang: ldp d0,d1,[x0] in copy()
146 void call_copy_pod(Pod *pod) { in call_copy_pod()
H A Ddebug-info-composite-cc.cpp30 struct Pod { struct
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dmypod2latex4 use Pod::LaTeX;
8 my $parser = new Pod::LaTeX(
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp23 template <class T> char *WriteBytes(T Pod, char *&Buffer) { in WriteBytes() argument
24 *(T *)Buffer = Pod; in WriteBytes()
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A Dtools.pm70 use Pod::Usage ();
252 "h0|usage" => sub { Pod::Usage::pod2usage( -exitval => 0, -verbose => 0 ); },
253 "h1|h|help" => sub { Pod::Usage::pod2usage( -exitval => 0, -verbose => 1 ); },
254 "h2|doc|manual" => sub { Pod::Usage::pod2usage( -exitval => 0, -verbose => 2 ); },
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst2129 struct Pod {
2150 Pod a,