Searched refs:emitArrayLength (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 375 llvm::Value *NumElts = CGF.emitArrayLength(AT, BaseEltQT, DstAddr); in visitArray()
|
| H A D | CGExprAgg.cpp | 2348 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
|
| H A D | CGClass.cpp | 1993 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
|
| H A D | CGDecl.cpp | 2402 llvm::Value *length = emitArrayLength(arrayType, type, addr); in emitDestroy()
|
| H A D | CodeGenFunction.cpp | 2322 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
|
| H A D | CodeGenFunction.h | 3083 llvm::Value *emitArrayLength(const ArrayType *arrayType, QualType &baseType,
|
| H A D | CGOpenMPRuntime.cpp | 663 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateInit() 4713 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr); in EmitOMPAggregateReduction()
|
| H A D | CGStmtOpenMP.cpp | 768 llvm::Value *NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateAssign()
|