Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1915 auto VlaSize = getVLASize(vlaType); in EmitNullInitialization()
2000 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).NumElts; in emitArrayLength()
2081 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() function in CodeGenFunction
2084 return getVLASize(vla); in getVLASize()
2088 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() function in CodeGenFunction
H A DCGOpenMPRuntimeGPU.cpp2684 CGF.getVLASize( in emitListToGlobalReduceFunction()
2890 CGF.getVLASize( in emitGlobalToListReduceFunction()
3212 CGF.getVLASize( in emitReduction()
H A DCGDecl.cpp1584 auto VlaSize = getVLASize(Ty); in EmitAutoVarAlloca()
1737 auto VlaSize = getVLASize(VlaType); in emitZeroOrPatternForAutoVarInit()
H A DCGExprScalar.cpp2588 llvm::Value *numElts = CGF.getVLASize(vla).NumElts; in EmitScalarPrePostIncDec()
2922 auto VlaSize = CGF.getVLASize(VAT); in VisitUnaryExprOrTypeTraitExpr()
3458 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; in emitPointerArithmetic()
3797 auto VlaSize = CGF.getVLASize(vla); in EmitSub()
H A DCGExpr.cpp978 return CGF.getVLASize(VAT).NumElts; in getArrayIndexingBound()
3775 llvm::Value *numElements = getVLASize(vla).NumElts; in EmitArraySubscriptExpr()
4032 llvm::Value *NumElements = getVLASize(VLA).NumElts; in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h2741 VlaSizePair getVLASize(const VariableArrayType *vla);
2742 VlaSizePair getVLASize(QualType vla);
H A DCGStmtOpenMP.cpp310 VlaSizePair VlaSize = getVLASize(VAT); in getTypeSize()
H A DCGOpenMPRuntime.cpp5629 CGF.getVLASize( in emitReduction()