Home
last modified time | relevance | path

Searched refs:isEmptyRecord (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp108 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
141 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
161 !isEmptyRecord(getContext(), Ty, true) && in EmitVAArg()
H A DCSKY.cpp65 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
90 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
H A DLoongArch.cpp155 isEmptyRecord(getContext(), EltTy, true, true)) in detectFARsEligibleStructHelper()
174 if (isEmptyRecord(getContext(), Ty, true, true) && in detectFARsEligibleStructHelper()
317 if (isEmptyRecord(getContext(), Ty, true) && Size == 0) in classifyArgumentType()
425 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
H A DRISCV.cpp161 isEmptyRecord(getContext(), EltTy, true, true)) in detectFPCCEligibleStructHelper()
180 if (isEmptyRecord(getContext(), Ty, true, true)) in detectFPCCEligibleStructHelper()
368 if (isEmptyRecord(getContext(), Ty, true) && Size == 0) in classifyArgumentType()
498 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
H A DARM.cpp369 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
568 if (isEmptyRecord(getContext(), RetTy, false)) in classifyReturnType()
596 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
765 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
H A DLanai.cpp105 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
H A DHexagon.cpp118 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
169 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
H A DARC.cpp116 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
H A DSystemZ.cpp212 if (isEmptyRecord(getContext(), Base, true)) in GetSingleElementType()
227 isEmptyRecord(getContext(), FD->getType(), true)) in GetSingleElementType()
H A DAArch64.cpp321 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in classifyArgumentType()
415 if (isEmptyRecord(getContext(), RetTy, true) || Size == 0) in classifyReturnType()
797 if (isEmptyRecord(getContext(), Ty, true)) in EmitDarwinVAArg()
H A DAMDGPU.cpp136 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
230 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
H A DX86.cpp532 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
808 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp289 return isEmptyRecord(Context, FT, AllowArrays, AsIfNoUniqueAddr); in isEmptyField()
292 bool CodeGen::isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays, in isEmptyRecord() function in CodeGen
304 if (!isEmptyRecord(Context, I.getType(), true, AsIfNoUniqueAddr)) in isEmptyRecord()
363 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct()
H A DABIInfo.cpp85 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate()
105 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate()
H A DABIInfoImpl.h137 bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays,
H A DCGCall.cpp5965 if (!isEmptyRecord(getContext(), RetTy, true)) { in EmitCall()