Home
last modified time | relevance | path

Searched refs:emitArrayLength (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp1508 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
DCGDecl.cpp1512 llvm::Value *length = emitArrayLength(arrayType, type, addr); in emitDestroy()
DCodeGenFunction.cpp1543 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
DCGStmtOpenMP.cpp331 auto NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateAssign()
460 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateInit()
DCGClass.cpp1922 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
DCodeGenFunction.h1879 llvm::Value *emitArrayLength(const ArrayType *arrayType,
DCGOpenMPRuntime.cpp4144 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr); in EmitOMPAggregateReduction()
/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp363 llvm::Value *NumElts = CGF.emitArrayLength(AT, BaseEltQT, DstAddr); in visitArray()
DCGExprAgg.cpp2106 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
DCGDecl.cpp2181 llvm::Value *length = emitArrayLength(arrayType, type, addr); in emitDestroy()
DCodeGenFunction.cpp1879 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
DCGClass.cpp1922 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
DCodeGenFunction.h2671 llvm::Value *emitArrayLength(const ArrayType *arrayType,
DCGOpenMPRuntime.cpp678 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateInit()
5290 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr); in EmitOMPAggregateReduction()
DCGStmtOpenMP.cpp672 llvm::Value *NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateAssign()