Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDWebAssembly.cpp108 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
141 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
161 !isEmptyRecord(getContext(), Ty, true) && in EmitVAArg()
HDCSKY.cpp65 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
90 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
HDLoongArch.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()
HDRISCV.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()
HDARM.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()
HDLanai.cpp105 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
HDHexagon.cpp118 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
169 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
HDARC.cpp116 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
HDSystemZ.cpp212 if (isEmptyRecord(getContext(), Base, true)) in GetSingleElementType()
227 isEmptyRecord(getContext(), FD->getType(), true)) in GetSingleElementType()
HDAArch64.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()
HDAMDGPU.cpp136 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
230 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
HDX86.cpp532 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
808 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDABIInfoImpl.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()
HDABIInfo.cpp85 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate()
105 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate()
HDABIInfoImpl.h137 bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays,
HDCGCall.cpp5965 if (!isEmptyRecord(getContext(), RetTy, true)) { in EmitCall()