Home
last modified time | relevance | path

Searched refs:componentTys (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp219 SmallVector<llvm::Type*, 4> componentTys; in addTypedData() local
220 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData()
221 assert(componentTys.size() >= 1); in addTypedData()
224 for (size_t i = 0, e = componentTys.size(); i != e - 1; ++i) { in addTypedData()
225 llvm::Type *componentTy = componentTys[i]; in addTypedData()
232 return addLegalTypedData(componentTys.back(), begin, end); in addTypedData()
638 SmallVector<llvm::Type*, 8> componentTys; in shouldPassIndirectly() local
639 componentTys.reserve(Entries.size()); in shouldPassIndirectly()
641 componentTys.push_back(entry.Type); in shouldPassIndirectly()
643 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()
[all …]