Searched refs:isSingleElementStruct (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 596 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 625 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 869 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 918 !isSingleElementStruct(Ty, getContext()); in EmitVAArg() 1645 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 3255 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() 4652 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() 4916 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo() 5029 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment() 8998 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyKernelArgumentType() [all …]
|