Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDSwiftCallingConv.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
HDCodeGenFunction.cpp2145 CharUnits eltSize = getContext().getTypeSizeInChars(VlaSize.Type); in EmitNullInitialization() local
HDCGExprScalar.cpp3337 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(VlaSize.Type); in VisitUnaryExprOrTypeTraitExpr() local
4376 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType); in EmitSub() local
HDCGExpr.cpp3972 CharUnits eltSize) { in getArrayElementAlign()
4078 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType); in emitArraySubscriptGEP() local
HDCGObjCMac.cpp5349 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField() local