Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1901 auto VlaSize = getVLASize(vlaType); in EmitNullInitialization()
1986 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).NumElts; in emitArrayLength()
2067 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() function in CodeGenFunction
2070 return getVLASize(vla); in getVLASize()
2074 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() function in CodeGenFunction
H A DCGDecl.cpp1581 auto VlaSize = getVLASize(Ty); in EmitAutoVarAlloca()
1734 auto VlaSize = getVLASize(VlaType); in emitZeroOrPatternForAutoVarInit()
H A DCGExprScalar.cpp2580 llvm::Value *numElts = CGF.getVLASize(vla).NumElts; in EmitScalarPrePostIncDec()
2912 auto VlaSize = CGF.getVLASize(VAT); in VisitUnaryExprOrTypeTraitExpr()
3448 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; in emitPointerArithmetic()
3784 auto VlaSize = CGF.getVLASize(vla); in EmitSub()
H A DCGOpenMPRuntimeGPU.cpp3270 CGF.getVLASize( in emitListToGlobalReduceFunction()
3476 CGF.getVLASize( in emitGlobalToListReduceFunction()
3798 CGF.getVLASize( in emitReduction()
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.cpp308 VlaSizePair VlaSize = getVLASize(VAT); in getTypeSize()
H A DCGOpenMPRuntime.cpp5616 CGF.getVLASize( in emitReduction()