Home
last modified time | relevance | path

Searched defs:AllocType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp125 AllocationType AllocType) { in addAllocTypeAttribute()
137 void CallStackTrie::addCallStack(AllocationType AllocType, in addCallStack()
188 AllocationType AllocType, uint64_t TotalSize) { in createMIBNode()
H A DMemoryBuiltins.cpp60 enum AllocType : uint8_t { enum
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h32 enum AllocType { enum
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c515 UINT8 AllocType, in AcpiUtTrackAllocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp714 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 DMemProfContextDisambiguation.cpp311 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 DCGExprCXX.cpp968 QualType AllocType, Address NewPtr, in StoreAnyExprIntoOneUnit()
1099 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1829 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 DTreeTransform.h13428 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3494 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 DBitcodeReader.cpp8003 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 DLLParser.cpp10500 uint8_t AllocType; in parseMemProfs() local
10535 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType()