Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRMemoryMap.h89 struct Allocation { struct
98 AllocationPolicy m_policy; argument
106 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument
111 const Allocation &operator=(const Allocation &) = delete; argument
/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
H A DExecutorSharedMemoryMapperService.h43 struct Allocation { struct
46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp251 struct Allocation { struct in __anon5a2fc0790111::AllocateStmtHelper
252 const Fortran::parser::Allocation &alloc;
253 const Fortran::semantics::DeclTypeSpec &type;
254 bool hasCoarraySpec() const { in hasCoarraySpec()
259 const Fortran::parser::AllocateObject &getAllocObj() const { in getAllocObj()
262 const Fortran::semantics::Symbol &getSymbol() const { in getSymbol()
265 const std::list<Fortran::parser::AllocateShapeSpec> &getShapeSpecs() const { in getShapeSpecs()
464 void genSourceAllocation(const Allocation &, const fir::MutableBoxValue &) { in genSourceAllocation()
467 void genMoldAllocation(const Allocation &, const fir::MutableBoxValue &) { in genMoldAllocation()
470 void genSetType(const Allocation &, const fir::MutableBoxValue &) { in genSetType()
/llvm-project-15.0.7/llvm/docs/
H A DCodeGenerator.rst1270 How registers are represented in LLVM
1365 Mapping virtual registers to physical registers
1406 Handling two address instructions
1434 The SSA deconstruction phase
1452 Instruction folding
1476 Built in register allocators
/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/llvm/include/llvm/ADT/
H A DStringMapEntry.h53 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c630 static void freeDeviceMemoryCL(PollyGPUDevicePtr *Allocation) { in freeDeviceMemoryCL()
670 static void *getDevicePtrCL(PollyGPUDevicePtr *Allocation) { in getDevicePtrCL()
1501 static void freeDeviceMemoryCUDA(PollyGPUDevicePtr *Allocation) { in freeDeviceMemoryCUDA()
1548 static void *getDevicePtrCUDA(PollyGPUDevicePtr *Allocation) { in getDevicePtrCUDA()
1708 void polly_freeDeviceMemory(PollyGPUDevicePtr *Allocation) { in polly_freeDeviceMemory()
1750 void *polly_getDevicePtr(PollyGPUDevicePtr *Allocation) { in polly_getDevicePtr()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.h48 const char *Allocation() { return Magenta(); } in Allocation() function
/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
/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
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp898 Value *GPUNodeBuilder::createCallGetDevicePtr(Value *Allocation) { in createCallGetDevicePtr()
2263 Value *Allocation; in createKernelVariables() local
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1889 struct Allocation { struct
1893 t;