Home
last modified time | relevance | path

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

/freebsd-src/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 = addEntry() local
406 CharUnits eltSize = getTypeStoreSize(CGM, eltTy); splitVectorEntry() local
742 CharUnits eltSize = (origVectorSize / numElts); legalizeVectorType() local
[all...]
H A DCodeGenFunction.cpp2065 CharUnits eltSize = getContext().getTypeSizeInChars(VlaSize.Type); EmitNullInitialization() local
H A DCGExprScalar.cpp3063 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(VlaSize.Type); VisitUnaryExprOrTypeTraitExpr() local
4086 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType); EmitSub() local
H A DCGExpr.cpp3929 getArrayElementAlign(CharUnits arrayAlign,llvm::Value * idx,CharUnits eltSize) getArrayElementAlign() argument
4035 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType); emitArraySubscriptGEP() local
H A DCGObjCMac.cpp5342 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); visitField() local