Searched refs:isHomogeneousAggregateSmallEnough (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfo.cpp | 51 bool ABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, in isHomogeneousAggregateSmallEnough() function in ABIInfo 160 return Members > 0 && isHomogeneousAggregateSmallEnough(Base, Members); in isHomogeneousAggregate()
|
| H A D | ABIInfo.h | 96 virtual bool isHomogeneousAggregateSmallEnough(const Type *Base,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | ARM.cpp | 80 bool isHomogeneousAggregateSmallEnough(const Type *Ty, 774 bool ARMABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, in isHomogeneousAggregateSmallEnough() function in ARMABIInfo
|
| H A D | AMDGPU.cpp | 30 bool isHomogeneousAggregateSmallEnough(const Type *Base, 72 bool AMDGPUABIInfo::isHomogeneousAggregateSmallEnough( in isHomogeneousAggregateSmallEnough() function in __anon27cf4dc50111::AMDGPUABIInfo
|
| H A D | PPC.cpp | 632 bool isHomogeneousAggregateSmallEnough(const Type *Ty, 813 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateSmallEnough( in isHomogeneousAggregateSmallEnough() function in PPC64_SVR4_ABIInfo
|
| H A D | AArch64.cpp | 49 bool isHomogeneousAggregateSmallEnough(const Type *Ty, 684 bool AArch64ABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, in isHomogeneousAggregateSmallEnough() function in AArch64ABIInfo
|
| H A D | X86.cpp | 119 bool isHomogeneousAggregateSmallEnough(const Type *Ty, in isHomogeneousAggregateSmallEnough() function in __anon8aa8892d0111::X86_32ABIInfo 1406 bool isHomogeneousAggregateSmallEnough(const Type *Ty, in isHomogeneousAggregateSmallEnough() function in __anon8aa8892d0211::WinX86_64ABIInfo
|