| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | WebAssembly.cpp | 109 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 142 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType() 162 !isEmptyRecord(getContext(), Ty, true) && in EmitVAArg()
|
| H A D | CSKY.cpp | 65 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg() 91 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| H A D | LoongArch.cpp | 154 isEmptyRecord(getContext(), EltTy, true, true)) in detectFARsEligibleStructHelper() 173 if (isEmptyRecord(getContext(), Ty, true, true) && in detectFARsEligibleStructHelper() 317 if (isEmptyRecord(getContext(), Ty, true) && Size == 0) in classifyArgumentType() 429 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
|
| H A D | ARM.cpp | 341 assert((isEmptyRecord(getContext(), Ty, true) || Size == 0) && in shouldIgnoreEmptyArg() 407 if (isEmptyRecord(getContext(), Ty, true) || in classifyArgumentType() 610 if (isEmptyRecord(getContext(), RetTy, false)) in classifyReturnType() 638 if (isEmptyRecord(getContext(), RetTy, true) || in classifyReturnType() 804 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in EmitVAArg()
|
| H A D | RISCV.cpp | 232 isEmptyRecord(getContext(), EltTy, true, true)) in detectFPCCEligibleStructHelper() 251 if (isEmptyRecord(getContext(), Ty, true, true)) in detectFPCCEligibleStructHelper() 609 if (isEmptyRecord(getContext(), Ty, true) && Size == 0) in classifyArgumentType() 756 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
|
| H A D | Lanai.cpp | 109 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| H A D | Hexagon.cpp | 120 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 174 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
|
| H A D | AArch64.cpp | 426 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in classifyArgumentType() 494 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 565 (isEmptyRecord(getContext(), RetTy, true) || Size == 0)) in classifyReturnType() 754 if (isEmptyRecord(getContext(), I.getType(), true)) in passAsPureScalableType() 1130 if (isEmptyRecord(getContext(), Ty, true)) in EmitDarwinVAArg()
|
| H A D | ARC.cpp | 119 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| H A D | SystemZ.cpp | 224 if (isEmptyRecord(getContext(), Base, true)) in GetSingleElementType() 239 isEmptyRecord(getContext(), FD->getType(), true)) in GetSingleElementType()
|
| H A D | AMDGPU.cpp | 148 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType() 239 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| H A D | X86.cpp | 521 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType() 803 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 283 return isEmptyRecord(Context, FT, AllowArrays, AsIfNoUniqueAddr); in isEmptyField() 286 bool CodeGen::isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays, in isEmptyRecord() function in CodeGen 298 if (!isEmptyRecord(Context, I.getType(), true, AsIfNoUniqueAddr)) in isEmptyRecord() 357 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 | 120 bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays,
|
| H A D | CGCall.cpp | 6157 if (!isEmptyRecord(getContext(), RetTy, true)) { in EmitCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4114 {"_Z13isEmptyRecordRN5clang10ASTContextENS_8QualTypeEb", "isEmptyRecord(clang::ASTContext&, clang::…
|