Home
last modified time | relevance | path

Searched refs:getVLASize (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1998 auto VlaSize = getVLASize(vlaType); in EmitNullInitialization()
2083 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).NumElts; in emitArrayLength()
2165 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() function in CodeGenFunction
2168 return getVLASize(vla); in getVLASize()
2172 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() function in CodeGenFunction
H A DCGOpenMPRuntimeGPU.cpp2383 CGF.getVLASize( in emitListToGlobalReduceFunction()
2593 CGF.getVLASize( in emitGlobalToListReduceFunction()
2915 CGF.getVLASize( in emitReduction()
H A DCGDecl.cpp1600 auto VlaSize = getVLASize(Ty); in EmitAutoVarAlloca()
1754 auto VlaSize = getVLASize(VlaType); in emitZeroOrPatternForAutoVarInit()
H A DCGExprScalar.cpp2670 llvm::Value *numElts = CGF.getVLASize(vla).NumElts; in EmitScalarPrePostIncDec()
3043 auto VlaSize = CGF.getVLASize(VAT); in VisitUnaryExprOrTypeTraitExpr()
3692 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; in emitPointerArithmetic()
4031 auto VlaSize = CGF.getVLASize(vla); in EmitSub()
H A DCGExpr.cpp942 return CGF.getVLASize(VAT).NumElts; in getArrayIndexingBound()
3840 llvm::Value *numElements = getVLASize(vla).NumElts; in EmitArraySubscriptExpr()
4099 llvm::Value *NumElements = getVLASize(VLA).NumElts; in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h2798 VlaSizePair getVLASize(const VariableArrayType *vla);
2799 VlaSizePair getVLASize(QualType vla);
H A DCGStmtOpenMP.cpp313 VlaSizePair VlaSize = getVLASize(VAT); in getTypeSize()
H A DCGOpenMPRuntime.cpp5208 CGF.getVLASize( in emitReduction()