Home
last modified time | relevance | path

Searched defs:eltSize (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp80 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType); in addTypedData() local
88 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType); in addTypedData() local
257 auto eltSize = (end - begin) / numElts; in addLegalTypedData() local
338 CharUnits eltSize = in addEntry() local
406 CharUnits eltSize = getTypeStoreSize(CGM, eltTy); in splitVectorEntry() local
742 CharUnits eltSize = (origVectorSize / numElts); in legalizeVectorType() local
H A DCodeGenFunction.cpp2145 CharUnits eltSize = getContext().getTypeSizeInChars(VlaSize.Type); in EmitNullInitialization() local
H A DCGExprScalar.cpp3337 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(VlaSize.Type); in VisitUnaryExprOrTypeTraitExpr() local
4376 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType); in EmitSub() local
H A DCGExpr.cpp3972 CharUnits eltSize) { in getArrayElementAlign()
4078 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType); in emitArraySubscriptGEP() local
H A DCGObjCMac.cpp5349 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField() local