Home
last modified time | relevance | path

Searched refs:Allocation (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRMemoryMap.h89 struct Allocation { struct
106 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument
110 Allocation(const Allocation &) = delete;
111 const Allocation &operator=(const Allocation &) = delete; argument
114 static_assert(sizeof(Allocation) <=
120 typedef std::map<lldb::addr_t, Allocation> AllocationMap;
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/Inputs/
H A Dunwind-via-stack-win.yaml29 Allocation Base: 0x0000000000000000
30 Allocation Protect: [ ]
36 Allocation Base: 0x0000000000000000
37 Allocation Protect: [ ]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h44 struct Allocation { struct
49 using AllocationsMap = DenseMap<void *, Allocation>; argument
51 Error deallocateImpl(void *Base, Allocation &A);
H A DExecutorSharedMemoryMapperService.h43 struct Allocation { struct
46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/Minidump/
H A Dbasic.yaml76 Allocation Protect: [ ]
82 Allocation Protect: [ PAGE_READ_WRITE ]
87 Allocation Base: 0x0000000000000000
88 Allocation Protect: [ PAGE_READ_WRITE, PAGE_WRITECOMBINE ]
165 # CHECK-NEXT: Allocation Protect: [ ]
171 # CHECK-NEXT: Allocation Protect: [ PAGE_READ_WRITE ]
176 # CHECK-NEXT: Allocation Base: 0x0
177 # CHECK-NEXT: Allocation Protect: [ PAGE_READ_WRITE, PAGE_WRITECOMBINE ]
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringMapEntry.h53 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
54 assert(Allocation && "Unhandled out-of-memory"); in allocateWithKey()
57 char *Buffer = reinterpret_cast<char *>(Allocation) + EntrySize; in allocateWithKey()
61 return Allocation; in allocateWithKey()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp245 std::get<std::list<Fortran::parser::Allocation>>(stmt.t)) in lower()
251 struct Allocation { struct in __anon5a2fc0790111::AllocateStmtHelper
252 const Fortran::parser::Allocation &alloc; argument
270 Allocation unwrapAllocation(const Fortran::parser::Allocation &alloc) { in unwrapAllocation()
274 return Allocation{alloc, *symbol.GetType()}; in unwrapAllocation()
304 void lowerAllocation(const Allocation &alloc) { in lowerAllocation()
317 static bool lowerBoundsAreOnes(const Allocation &alloc) { in lowerBoundsAreOnes()
326 std::string mangleAlloc(const Allocation &alloc) { in mangleAlloc()
332 void genInlinedAllocation(const Allocation &alloc, in genInlinedAllocation()
369 void genSimpleAllocation(const Allocation &alloc, in genSimpleAllocation()
[all …]
/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c630 static void freeDeviceMemoryCL(PollyGPUDevicePtr *Allocation) { in freeDeviceMemoryCL() argument
638 free(Allocation); in freeDeviceMemoryCL()
670 static void *getDevicePtrCL(PollyGPUDevicePtr *Allocation) { in getDevicePtrCL() argument
1506 free(Allocation); in freeDeviceMemoryCUDA()
1548 static void *getDevicePtrCUDA(PollyGPUDevicePtr *Allocation) { in getDevicePtrCUDA() argument
1708 void polly_freeDeviceMemory(PollyGPUDevicePtr *Allocation) { in polly_freeDeviceMemory() argument
1714 freeDeviceMemoryCUDA(Allocation); in polly_freeDeviceMemory()
1719 freeDeviceMemoryCL(Allocation); in polly_freeDeviceMemory()
1750 void *polly_getDevicePtr(PollyGPUDevicePtr *Allocation) { in polly_getDevicePtr() argument
1758 DevPtr = getDevicePtrCUDA(Allocation); in polly_getDevicePtr()
[all …]
H A DGPUJIT.h112 void polly_freeDeviceMemory(PollyGPUDevicePtr *Allocation);
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp270 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation
441 Allocation &allocation = iter->second; in Leak()
457 Allocation &allocation = iter->second; in Free()
495 Allocation &al = iter->second; in GetAllocSize()
533 Allocation &allocation = iter->second; in WriteMemory()
649 Allocation &allocation = iter->second; in ReadMemory()
790 Allocation &allocation = iter->second; in GetMemoryData()
/llvm-project-15.0.7/llvm/docs/
H A DMemTagSanitizer.rst46 * Every 16 aligned bytes of memory can be assigned a 4-bit Allocation Tag.
48 * Most memory access instructions generate an exception if Address Tag != Allocation Tag.
54 Stack-based memory errors are detected by updating Allocation Tag for
86 There is no need to change Allocation Tags for the bulk of the
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h104 struct Allocation { struct
107 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp38 const parser::Allocation &alloc, AllocateCheckerInfo &info) in AllocationCheckerHelper()
57 static int ShapeSpecRank(const parser::Allocation &allocation) { in ShapeSpecRank()
62 static int CoarraySpecRank(const parser::Allocation &allocation) { in CoarraySpecRank()
619 for (const parser::Allocation &allocation : in Leave()
620 std::get<std::list<parser::Allocation>>(allocateStmt.t)) { in Leave()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp134 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::Decorator
324 Printf("%s", d.Allocation()); in ShowHeapOrGlobalCandidate()
466 Printf("%s", d.Allocation()); in PrintAddressDescription()
471 Printf("%s", d.Allocation()); in PrintAddressDescription()
629 Printf("%s", d.Allocation()); in ReportTailOverwritten()
635 Printf("%s", d.Allocation()); in ReportTailOverwritten()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp76 std::pair<void *, Allocation> AllocToDestroy; in finalize()
153 std::vector<std::pair<void *, Allocation>> AllocPairs; in deallocate()
211 Error SimpleExecutorMemoryManager::deallocateImpl(void *Base, Allocation &A) { in deallocateImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackColoring.cpp703 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
704 if (Allocation) { in collectMarkers()
711 << " with allocation: " << Allocation->getName() << "\n"); in collectMarkers()
785 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
786 if (Allocation) { in collectMarkers()
788 << " with allocation: " << Allocation->getName()); in collectMarkers()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
48 free(Allocation); in ~AllocaHolder()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp423 Printf("%sfreed by thread %s here:%s\n", d.Allocation(), in Print()
427 Printf("%spreviously allocated by thread %s here:%s\n", d.Allocation(), in Print()
430 Printf("%sallocated by thread %s here:%s\n", d.Allocation(), in Print()
H A Dasan_descriptions.h48 const char *Allocation() { return Magenta(); } in Allocation() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DAllocationOpInterface.td1 //===-- AllocationOpInterface.td - Allocation op interface -*- tablegen -*-===//
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/
H A Dprivate-headers-old.test71 LOADCFG-NEXT: Maximum Allocation Size: 0
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
1383 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1403 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1420 Allocation.emplace_back(&Mips::FGR32RegClass, *NextFGR32++); in fastLowerArguments()
1439 Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++); in fastLowerArguments()
1458 unsigned SrcReg = Allocation[ArgNo].Reg; in fastLowerArguments()
1459 Register DstReg = FuncInfo.MF->addLiveIn(SrcReg, Allocation[ArgNo].RC); in fastLowerArguments()
1463 Register ResultReg = createResultReg(Allocation[ArgNo].RC); in fastLowerArguments()
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A DO3-pipeline.ll84 ; CHECK-NEXT: Local Stack Slot Allocation
124 ; CHECK-NEXT: Register Allocation Pass Scoring
H A DO0-pipeline.ll37 ; CHECK-NEXT: Local Stack Slot Allocation
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A DO3-pipeline.ll84 ; CHECK-NEXT: Local Stack Slot Allocation
135 ; CHECK-NEXT: Register Allocation Pass Scoring

123