Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1810 auto VlaSize = getVLASize(vlaType); in EmitNullInitialization()
1895 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).NumElts; in emitArrayLength()
1976 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() function in CodeGenFunction
1979 return getVLASize(vla); in getVLASize()
1983 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() function in CodeGenFunction
H A DCGExprScalar.cpp2412 llvm::Value *numElts = CGF.getVLASize(vla).NumElts; in EmitScalarPrePostIncDec()
2712 auto VlaSize = CGF.getVLASize(VAT); in VisitUnaryExprOrTypeTraitExpr()
3206 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; in emitPointerArithmetic()
3401 auto VlaSize = CGF.getVLASize(vla); in EmitSub()
H A DCGDecl.cpp1465 auto VlaSize = getVLASize(Ty); in EmitAutoVarAlloca()
1668 auto VlaSize = getVLASize(VlaType); in EmitAutoVarInit()
H A DCGExpr.cpp938 return CGF.getVLASize(VAT).NumElts; in getArrayIndexingBound()
3422 llvm::Value *numElements = getVLASize(vla).NumElts; in EmitArraySubscriptExpr()
3656 llvm::Value *NumElements = getVLASize(VLA).NumElts; in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h2423 VlaSizePair getVLASize(const VariableArrayType *vla);
2424 VlaSizePair getVLASize(QualType vla);
H A DCGOpenMPRuntimeNVPTX.cpp3875 CGF.getVLASize( in emitReduction()
H A DCGStmtOpenMP.cpp240 VlaSizePair VlaSize = getVLASize(VAT); in getTypeSize()
H A DCGOpenMPRuntime.cpp5620 CGF.getVLASize( in emitReduction()