Home
last modified time | relevance | path

Searched defs:AllocationInfo (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
Dbuffer_packing.cc79 struct AllocationInfo { struct
81 AllocationInfo(Value alloc, size_t allocUserangeId, size_t firstUse, in AllocationInfo() argument
93 Value alloc;
96 size_t allocUserangeId;
99 size_t firstUse;
102 size_t lastUse;
105 size_t numSegments;
108 size_t windowId;
111 const UseInterval::Vector *userangeIntervals;
116 std::list<std::pair<UseInterval, size_t>> computeGaps( in computeGaps()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DMemProf.h293 struct AllocationInfo { struct
299 AllocationInfo() = default; argument
300 AllocationInfo( in AllocationInfo() argument
327 llvm::SmallVector<IndexedAllocationInfo> AllocSites; argument
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2202 struct AllocationInfo { struct
2203 const ExplodedNode* N;
2204 const MemRegion *R;
2205 const LocationContext *InterestingMethodContext;
2206 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6024 struct AllocationInfo struct
6029 AllocationInfo() : in AllocationInfo() argument
6034 AllocationInfo(VmaAllocation hAlloc, VkBool32* pChanged) : in AllocationInfo() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp6498 struct AllocationInfo { struct
6500 CallBase *const CB;
6503 LibFunc LibraryFunctionId = NotLibFunc;
6506 enum {
6510 } Status = STACK_DUE_TO_USE;
6514 bool HasPotentiallyFreeingUnknownUses = false;
6518 bool MoveAllocaIntoEntry = true;
6521 SmallSetVector<CallBase *, 1> PotentialFreeCalls{};