| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 89 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 D | unwind-via-stack-win.yaml | 29 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 D | SimpleExecutorMemoryManager.h | 44 struct Allocation { struct 49 using AllocationsMap = DenseMap<void *, Allocation>; argument 51 Error deallocateImpl(void *Base, Allocation &A);
|
| H A D | ExecutorSharedMemoryMapperService.h | 43 struct Allocation { struct 46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/Minidump/ |
| H A D | basic.yaml | 76 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 D | StringMapEntry.h | 53 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 D | Allocatable.cpp | 245 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 D | GPUJIT.c | 630 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 D | GPUJIT.h | 112 void polly_freeDeviceMemory(PollyGPUDevicePtr *Allocation);
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 270 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 D | MemTagSanitizer.rst | 46 * 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 D | MemoryMapper.h | 104 struct Allocation { struct 107 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-allocate.cpp | 38 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 D | hwasan_report.cpp | 134 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 D | SimpleExecutorMemoryManager.cpp | 76 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 D | StackColoring.cpp | 703 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 D | Interpreter.h | 47 for (void *Allocation : Allocations) in ~AllocaHolder() local 48 free(Allocation); in ~AllocaHolder()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_descriptions.cpp | 423 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 D | asan_descriptions.h | 48 const char *Allocation() { return Magenta(); } in Allocation() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/ |
| H A D | AllocationOpInterface.td | 1 //===-- AllocationOpInterface.td - Allocation op interface -*- tablegen -*-===//
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/ |
| H A D | private-headers-old.test | 71 LOADCFG-NEXT: Maximum Allocation Size: 0
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1342 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 D | O3-pipeline.ll | 84 ; CHECK-NEXT: Local Stack Slot Allocation 124 ; CHECK-NEXT: Register Allocation Pass Scoring
|
| H A D | O0-pipeline.ll | 37 ; CHECK-NEXT: Local Stack Slot Allocation
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | O3-pipeline.ll | 84 ; CHECK-NEXT: Local Stack Slot Allocation 135 ; CHECK-NEXT: Register Allocation Pass Scoring
|