Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteMemoryManager.h31 struct Allocation { struct
32 Allocation() {} in Allocation() function
33 Allocation(sys::MemoryBlock mb, unsigned a, bool code) in Allocation() function
42 // This vector contains Allocation objects for all sections which we have argument
/minix3/minix/drivers/power/acpi/utilities/
H A Duttrack.c148 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateAndTrack() local
214 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateZeroedAndTrack() local
274 void *Allocation, in AcpiUtFreeAndTrack()
343 ACPI_DEBUG_MEM_BLOCK *Allocation) in AcpiUtFindAllocation()
401 ACPI_DEBUG_MEM_BLOCK *Allocation, in AcpiUtTrackAllocation()
504 ACPI_DEBUG_MEM_BLOCK *Allocation, in AcpiUtRemoveAllocation()
H A Dutalloc.c71 void *Allocation; in AcpiOsAllocateZeroed() local
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1213 How registers are represented in LLVM
1308 Mapping virtual registers to physical registers
1349 Handling two address instructions
1377 The SSA deconstruction phase
1395 Instruction folding
1419 Built in register allocators
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h53 for (void *Allocation : Allocations) in ~AllocaHolder() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp259 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local