Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1975 auto VlaSize = getVLASize(vlaType); in EmitNullInitialization()
2060 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).NumElts; in emitArrayLength()
2142 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() function in CodeGenFunction
2145 return getVLASize(vla); in getVLASize()
2149 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() function in CodeGenFunction
H A DCGDecl.cpp1596 auto VlaSize = getVLASize(Ty); in EmitAutoVarAlloca()
1750 auto VlaSize = getVLASize(VlaType); in emitZeroOrPatternForAutoVarInit()
H A DCGOpenMPRuntimeGPU.cpp2735 CGF.getVLASize( in emitListToGlobalReduceFunction()
2945 CGF.getVLASize( in emitGlobalToListReduceFunction()
3267 CGF.getVLASize( in emitReduction()
H A DCGExprScalar.cpp2647 llvm::Value *numElts = CGF.getVLASize(vla).NumElts; in EmitScalarPrePostIncDec()
2985 auto VlaSize = CGF.getVLASize(VAT); in VisitUnaryExprOrTypeTraitExpr()
3521 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; in emitPointerArithmetic()
3860 auto VlaSize = CGF.getVLASize(vla); in EmitSub()
H A DCGExpr.cpp985 return CGF.getVLASize(VAT).NumElts; in getArrayIndexingBound()
3865 llvm::Value *numElements = getVLASize(vla).NumElts; in EmitArraySubscriptExpr()
4123 llvm::Value *NumElements = getVLASize(VLA).NumElts; in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h2796 VlaSizePair getVLASize(const VariableArrayType *vla);
2797 VlaSizePair getVLASize(QualType vla);
H A DCGStmtOpenMP.cpp312 VlaSizePair VlaSize = getVLASize(VAT); in getTypeSize()
H A DCGOpenMPRuntime.cpp5521 CGF.getVLASize( in emitReduction()