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.cpp174 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyKernelArgumentType()
213 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DMips.cpp194 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DPPC.cpp199 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
825 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 DSystemZ.cpp416 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DARM.cpp344 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DAArch64.cpp291 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
H A DX86.cpp757 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
2711 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h70 QualType useFirstFieldIfTransparentUnion(QualType Ty);
H A DABIInfoImpl.cpp18 Ty = useFirstFieldIfTransparentUnion(Ty); in classifyArgumentType()
145 QualType CodeGen::useFirstFieldIfTransparentUnion(QualType Ty) { in useFirstFieldIfTransparentUnion() function in CodeGen