| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | WebAssembly.cpp | 108 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 141 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType() 161 !isEmptyRecord(getContext(), Ty, true) && in EmitVAArg()
|
| H A D | CSKY.cpp | 65 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg() 90 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| H A D | LoongArch.cpp | 155 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 D | RISCV.cpp | 161 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 D | ARM.cpp | 369 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 D | Lanai.cpp | 105 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| H A D | Hexagon.cpp | 118 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 169 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
|
| H A D | ARC.cpp | 116 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| H A D | SystemZ.cpp | 212 if (isEmptyRecord(getContext(), Base, true)) in GetSingleElementType() 227 isEmptyRecord(getContext(), FD->getType(), true)) in GetSingleElementType()
|
| H A D | AArch64.cpp | 321 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 D | AMDGPU.cpp | 136 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType() 230 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| H A D | X86.cpp | 532 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 D | ABIInfoImpl.cpp | 289 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 D | ABIInfo.cpp | 85 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate() 105 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate()
|
| H A D | ABIInfoImpl.h | 137 bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays,
|
| H A D | CGCall.cpp | 5965 if (!isEmptyRecord(getContext(), RetTy, true)) { in EmitCall()
|