Searched refs:eltTy (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 236 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 …]
|
D | CGCXXABI.cpp | 234 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie() argument 241 if (!requiresArrayCookie(expr, eltTy)) { in ReadArrayCookie() 248 cookieSize = getArrayCookieSizeImpl(eltTy); in ReadArrayCookie()
|
D | ABIInfo.h | 142 llvm::Type *eltTy,
|
D | TargetInfo.cpp | 130 llvm::Type *eltTy, in isLegalVectorTypeForSwift() argument
|
/external/clang/include/clang/CodeGen/ |
D | SwiftCallingConv.h | 135 llvm::Type *eltTy, unsigned numElts);
|