Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp236 auto eltTy = split.first; in addLegalTypedData() local
240 assert(eltSize == getTypeStoreSize(CGM, eltTy)); in addLegalTypedData()
242 addLegalTypedData(eltTy, begin, begin + eltSize); in addLegalTypedData()
319 auto eltTy = vecTy->getElementType(); in addEntry() local
321 assert(eltSize == getTypeStoreSize(CGM, eltTy)); in addEntry()
323 addEntry(eltTy, begin, begin + eltSize); in addEntry()
384 auto eltTy = split.first; in splitVectorEntry() local
385 CharUnits eltSize = getTypeStoreSize(CGM, eltTy); in splitVectorEntry()
391 Entries[index].Type = eltTy; in splitVectorEntry()
639 llvm::Type *eltTy, unsigned numElts) { in isLegalVectorType() argument
[all …]
DCGCXXABI.cpp234 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie() argument
241 if (!requiresArrayCookie(expr, eltTy)) { in ReadArrayCookie()
248 cookieSize = getArrayCookieSizeImpl(eltTy); in ReadArrayCookie()
DABIInfo.h142 llvm::Type *eltTy,
DTargetInfo.cpp130 llvm::Type *eltTy, in isLegalVectorTypeForSwift() argument
/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h135 llvm::Type *eltTy, unsigned numElts);