Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2063 auto VlaSize = getVLASize(vlaType); in EmitNullInitialization()
2147 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).NumElts; in emitArrayLength()
2229 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() function in CodeGenFunction
2232 return getVLASize(vla); in getVLASize()
2236 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() function in CodeGenFunction
H A DCGOpenMPRuntimeGPU.cpp2331 CGF.getVLASize( in emitListToGlobalReduceFunction()
2538 CGF.getVLASize( in emitGlobalToListReduceFunction()
2869 CGF.getVLASize( in emitReduction()
H A DCGDecl.cpp1646 auto VlaSize = getVLASize(Ty); in EmitAutoVarAlloca()
1815 auto VlaSize = getVLASize(VlaType); in emitZeroOrPatternForAutoVarInit()
H A DCGExprScalar.cpp2686 llvm::Value *numElts = CGF.getVLASize(vla).NumElts; in EmitScalarPrePostIncDec()
3059 auto VlaSize = CGF.getVLASize(VAT); in VisitUnaryExprOrTypeTraitExpr()
3697 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; in emitPointerArithmetic()
4081 auto VlaSize = CGF.getVLASize(vla); in EmitSub()
H A DCodeGenFunction.h2863 VlaSizePair getVLASize(const VariableArrayType *vla);
2864 VlaSizePair getVLASize(QualType vla);
H A DCGExpr.cpp938 return CGF.getVLASize(VAT).NumElts; in getArrayIndexingBound()
4188 llvm::Value *numElements = getVLASize(vla).NumElts; in EmitArraySubscriptExpr()
4484 llvm::Value *NumElements = getVLASize(VLA).NumElts; in EmitOMPArraySectionExpr()
H A DCGStmtOpenMP.cpp313 VlaSizePair VlaSize = getVLASize(VAT); in getTypeSize()
H A DCGOpenMPRuntime.cpp5005 CGF.getVLASize( in emitReduction()