/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryProfileInfo.cpp | 125 AllocationType AllocType) { in addAllocTypeAttribute() 137 void CallStackTrie::addCallStack(AllocationType AllocType, in addCallStack() 188 AllocationType AllocType, uint64_t TotalSize) { in createMIBNode()
|
H A D | MemoryBuiltins.cpp | 60 enum AllocType : uint8_t { enum
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.h | 32 enum AllocType { enum
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | uttrack.c | 515 UINT8 AllocType, in AcpiUtTrackAllocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 714 auto AllocType = getAllocType(AllocInfo->Info.getTotalLifetimeAccessDensity(), in addCallStack() local 781 AllocationType AllocType = AllocationType::None; member 955 auto AllocType = addCallStack(AllocTrie, AllocInfo); in readMemprof() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 311 uint8_t AllocType = (uint8_t)AllocationType::None; in computeAllocType() local 537 void updateAllocationCall(CallInfo &Call, AllocationType AllocType) { in updateAllocationCall() 881 addOrUpdateCallerEdge(ContextNode *Caller, AllocationType AllocType, in addOrUpdateCallerEdge() 957 uint8_t AllocType = (uint8_t)AllocationType::None; in computeAllocType() local 973 uint8_t AllocType = (uint8_t)AllocationType::None; in intersectAllocTypesImpl() local 1028 CallStack<NodeT, IteratorT> &CallsiteContext, AllocationType AllocType, in addStackNodesForMIB() 2651 bool checkColdOrNotCold(uint8_t AllocType) { in checkColdOrNotCold() 2837 CallInfo &Call, AllocationType AllocType) { in updateAllocationCall() 2851 AllocationType AllocType) { in updateAllocationCall()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 968 QualType AllocType, Address NewPtr, in StoreAnyExprIntoOneUnit() 1099 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1829 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment() 1965 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local 2034 SourceRange TypeIdParens, QualType AllocType, in BuildCXXNew() 2516 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType() 2699 QualType AllocType, bool IsArray, in FindAllocationFunctions()
|
H A D | TreeTransform.h | 13428 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3494 QualType AllocType = QualType()) { in expandStringLiteral() 6873 QualType AllocType = Info.Ctx.getConstantArrayType( in HandleOperatorNewCall() local 6923 QualType AllocType = Pointer.Base.getDynamicAllocType(); in CheckDeleteKind() local 9942 QualType AllocType = E->getAllocatedType(); in VisitCXXNewExpr() local 10027 QualType AllocType; in VisitCXXNewExpr() member 11169 QualType AllocType = QualType()) { in VisitStringLiteral() 11191 QualType AllocType) { in EvaluateArrayNewInitList() 11202 QualType AllocType) { in EvaluateArrayNewConstructExpr() 11232 QualType AllocType) { in VisitInitListExpr() 11259 QualType AllocType) { in VisitCXXParenListOrInitListExpr() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8003 AllocationType AllocType = (AllocationType)Record[I++]; in parseEntireSummary() local 8038 AllocationType AllocType = (AllocationType)Record[I++]; in parseEntireSummary() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 10500 uint8_t AllocType; in parseMemProfs() local 10535 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType()
|