Searched refs:isSingleElementStruct (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 638 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 667 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 912 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 961 !isSingleElementStruct(Ty, getContext()); in EmitVAArg() 1698 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 3317 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() 5028 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo() 5144 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment() 9211 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyKernelArgumentType() 9261 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() [all …]
|