Searched refs:AllocInfo (Results 1 – 11 of 11) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | MapperJITLinkMemoryManager.cpp | 25 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) in InFlightAlloc() 29 MemoryMapper::AllocInfo AI; in finalize() 54 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs; 85 std::vector<MemoryMapper::AllocInfo::SegInfo> SegInfos; in allocate() 98 MemoryMapper::AllocInfo::SegInfo SI; in allocate()
|
| HD | MemoryMapper.cpp | 66 void InProcessMemoryMapper::initialize(MemoryMapper::AllocInfo &AI, in initialize() 326 void SharedMemoryMapper::initialize(MemoryMapper::AllocInfo &AI, in initialize()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| HD | MemoryMapper.h | 30 struct AllocInfo { struct 63 virtual void initialize(AllocInfo &AI, argument 92 void initialize(AllocInfo &AI, OnInitializedFunction OnInitialized) override; 146 void initialize(AllocInfo &AI, OnInitializedFunction OnInitialized) override;
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | MemProfiler.cpp | 710 const AllocationInfo *AllocInfo) { in addCallStack() argument 712 for (const auto &StackFrame : AllocInfo->CallStack) in addCallStack() 714 auto AllocType = getAllocType(AllocInfo->Info.getTotalLifetimeAccessDensity(), in addCallStack() 715 AllocInfo->Info.getAllocCount(), in addCallStack() 716 AllocInfo->Info.getTotalLifetime()); in addCallStack() 719 TotalSize = AllocInfo->Info.getTotalSize(); in addCallStack() 948 for (auto *AllocInfo : AllocInfoIter->second) { in readMemprof() local 952 if (stackFrameIncludesInlinedCallStack(AllocInfo->CallStack, in readMemprof() 955 auto AllocType = addCallStack(AllocTrie, AllocInfo); in readMemprof() 959 auto FullStackId = computeFullStackId(AllocInfo->CallStack); in readMemprof() [all …]
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | ModuleSummaryIndex.h | 392 struct AllocInfo { 410 AllocInfo(std::vector<MIBInfo> MIBs) : MIBs(std::move(MIBs)) { 413 AllocInfo(SmallVector<uint8_t> Versions, std::vector<MIBInfo> MIBs) 417 inline raw_ostream &operator<<(raw_ostream &OS, const AllocInfo &AE) { 867 std::vector<CallsiteInfo>(), std::vector<AllocInfo>()); 911 using AllocsTy = std::vector<AllocInfo>; 1062 ArrayRef<AllocInfo> allocs() const {
|
| HD | ModuleSummaryIndexYAML.h | 241 ArrayRef<AllocInfo>{}));
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | MemProfContextDisambiguation.cpp | 694 struct IndexCall : public PointerUnion<CallsiteInfo *, AllocInfo *> { 698 IndexCall(AllocInfo *AllocNode) : PointerUnion(AllocNode) {} in IndexCall() 703 PointerUnion<CallsiteInfo *, AllocInfo *> getBase() const { return *this; } in getBase() 706 if (auto *AI = llvm::dyn_cast_if_present<AllocInfo *>(getBase())) { in print() 793 : public DenseMapInfo<PointerUnion<CallsiteInfo *, AllocInfo *>> {}; 1624 if (isa<AllocInfo *>(Call.getBase())) in getLabel() 2852 auto *AI = Call.call().dyn_cast<AllocInfo *>(); in updateAllocationCall() 2911 (Call.call().is<AllocInfo *>() in cloneFunctionForCallsite() 2912 ? Call.call().dyn_cast<AllocInfo *>()->Versions.size() in cloneFunctionForCallsite() 2923 if (auto *AI = Inst.call().dyn_cast<AllocInfo *>()) { in cloneFunctionForCallsite()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ModuleSummaryAnalysis.cpp | 332 std::vector<AllocInfo> Allocs; in computeFunctionSummary() 548 Allocs.push_back(AllocInfo(std::move(MIBs))); in computeFunctionSummary() 972 ArrayRef<CallsiteInfo>{}, ArrayRef<AllocInfo>{}); in buildModuleSummaryIndex()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| HD | LLParser.h | 438 bool parseOptionalAllocs(std::vector<AllocInfo> &Allocs);
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 7566 std::vector<AllocInfo> PendingAllocs; in parseEntireSummary() 8022 PendingAllocs.push_back(AllocInfo(std::move(MIBs))); in parseEntireSummary() 8063 AllocInfo(std::move(Versions), std::move(MIBs))); in parseEntireSummary()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 9393 std::vector<AllocInfo> Allocs; in parseFunctionSummary() 10436 bool LLParser::parseOptionalAllocs(std::vector<AllocInfo> &Allocs) { in parseOptionalAllocs()
|