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.cpp220 SmallVector<llvm::Type*, 4> componentTys; in addTypedData() local
221 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData()
222 assert(componentTys.size() >= 1); in addTypedData()
225 for (size_t i = 0, e = componentTys.size(); i != e - 1; ++i) { in addTypedData()
226 llvm::Type *componentTy = componentTys[i]; in addTypedData()
233 return addLegalTypedData(componentTys.back(), begin, end); in addTypedData()
639 SmallVector<llvm::Type*, 8> componentTys; in shouldPassIndirectly() local
640 componentTys.reserve(Entries.size()); in shouldPassIndirectly()
642 componentTys.push_back(entry.Type); in shouldPassIndirectly()
644 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()
[all …]