Searched defs:eltTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp234 const CXXDeleteExpr *expr, QualType eltTy,
241 if (!requiresArrayCookie(expr, eltTy)) {
248 cookieSize = getArrayCookieSizeImpl(eltTy);
233 ReadArrayCookie(CodeGenFunction &CGF, Address ptr, const CXXDeleteExpr *expr, QualType eltTy, llvm::Value *&numElements, llvm::Value *&allocPtr, CharUnits &cookieSize) argument
H A DSwiftCallingConv.cpp236 auto eltTy = split.first;
240 assert(eltSize == getTypeStoreSize(CGM, eltTy));
242 addLegalTypedData(eltTy, begin, begin + eltSize);
319 auto eltTy = vecTy->getElementType();
321 assert(eltSize == getTypeStoreSize(CGM, eltTy));
323 addEntry(eltTy, begin, begin + eltSize);
384 auto eltTy = split.first; local
385 CharUnits eltSize = getTypeStoreSize(CGM, eltTy);
391 Entries[index].Type = eltTy;
639 llvm::Type *eltTy, unsigne
638 isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, llvm::Type *eltTy, unsigned numElts) argument
649 auto eltTy = vectorTy->getElementType(); local
671 auto eltTy = origVectorTy->getElementType(); local
[all...]
H A DTargetInfo.cpp130 llvm::Type *eltTy,
129 isLegalVectorTypeForSwift(CharUnits vectorSize, llvm::Type *eltTy, unsigned numElts) const argument

Completed in 224 milliseconds