Home
last modified time | relevance | path

Searched refs:useFirstFieldIfTransparentUnion (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp26 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DCSKY.cpp80 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DWebAssembly.cpp100 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DAMDGPU.cpp165 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyKernelArgumentType()
204 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DPPC.cpp198 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
768 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DMips.cpp194 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DLoongArch.cpp301 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DRISCV.cpp353 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DARM.cpp346 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DAArch64.cpp275 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DX86.cpp756 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
2693 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h70 QualType useFirstFieldIfTransparentUnion(QualType Ty);
H A DABIInfoImpl.cpp18 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
142 QualType CodeGen::useFirstFieldIfTransparentUnion(QualType Ty) { in useFirstFieldIfTransparentUnion() function in CodeGen