Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Duttrack.c146 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateAndTrack() local
215 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateZeroedAndTrack() local
279 void *Allocation, in AcpiUtFreeAndTrack()
347 ACPI_DEBUG_MEM_BLOCK *Allocation) in AcpiUtFindAllocation()
405 ACPI_DEBUG_MEM_BLOCK *Allocation, in AcpiUtTrackAllocation()
508 ACPI_DEBUG_MEM_BLOCK *Allocation, in AcpiUtRemoveAllocation()
H A Dutalloc.c71 void *Allocation; in AcpiOsAllocateZeroed() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1236 How registers are represented in LLVM
1331 Mapping virtual registers to physical registers
1372 Handling two address instructions
1400 The SSA deconstruction phase
1418 Instruction folding
1442 Built in register allocators
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringMapEntry.h50 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp703 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
785 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.h49 const char *Allocation() { return Magenta(); } in Allocation() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_descriptions.h48 const char *Allocation() { return Magenta(); } in Allocation() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.h47 const char *Allocation() { return Magenta(); } in Allocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp46 using Allocation = jitlink::JITLinkMemoryManager::Allocation; typedef in __anonabbea0970111::TPCTrampolinePool
H A DDebugObjectManagerPlugin.cpp144 using Allocation = JITLinkMemoryManager::Allocation; typedef in llvm::orc::DebugObject
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_report.cpp134 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::Decorator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1348 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local