Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp26 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DCSKY.cpp78 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DWebAssembly.cpp100 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DAMDGPU.cpp186 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyKernelArgumentType()
221 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DPPC.cpp199 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
829 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DMips.cpp211 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DLoongArch.cpp300 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DSystemZ.cpp429 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DRISCV.cpp593 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DARM.cpp377 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DAArch64.cpp369 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DX86.cpp752 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
2727 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h53 QualType useFirstFieldIfTransparentUnion(QualType Ty);
H A DABIInfoImpl.cpp18 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
139 QualType CodeGen::useFirstFieldIfTransparentUnion(QualType Ty) { in useFirstFieldIfTransparentUnion() function in CodeGen