Searched refs:isHomogeneousAggregateSmallEnough (Results 1 – 7 of 7) sorted by relevance
| /src/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 | 95 virtual bool isHomogeneousAggregateSmallEnough(const Type *Base,
|
| /src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | AMDGPU.cpp | 29 bool isHomogeneousAggregateSmallEnough(const Type *Base, 60 bool AMDGPUABIInfo::isHomogeneousAggregateSmallEnough( in isHomogeneousAggregateSmallEnough() function in __anond73772ba0111::AMDGPUABIInfo
|
| H A D | ARM.cpp | 79 bool isHomogeneousAggregateSmallEnough(const Type *Ty, 736 bool ARMABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, in isHomogeneousAggregateSmallEnough() function in ARMABIInfo
|
| H A D | AArch64.cpp | 42 bool isHomogeneousAggregateSmallEnough(const Type *Ty, 521 bool AArch64ABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, in isHomogeneousAggregateSmallEnough() function in AArch64ABIInfo
|
| H A D | PPC.cpp | 628 bool isHomogeneousAggregateSmallEnough(const Type *Ty, 809 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateSmallEnough( in isHomogeneousAggregateSmallEnough() function in PPC64_SVR4_ABIInfo
|
| H A D | X86.cpp | 132 bool isHomogeneousAggregateSmallEnough(const Type *Ty, in isHomogeneousAggregateSmallEnough() function in __anonf160ca420111::X86_32ABIInfo 1398 bool isHomogeneousAggregateSmallEnough(const Type *Ty, in isHomogeneousAggregateSmallEnough() function in __anonf160ca420211::WinX86_64ABIInfo
|