Searched refs:isSingleElementStruct (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 560 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 589 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 803 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 822 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 1533 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 2977 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() 4133 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() 4417 const Type *T = isSingleElementStruct(I.type, getContext()); in computeInfo() 4525 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment() 7691 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyKernelArgumentType() [all …]
|