Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 25 of 102) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DStringSaver.h22 BumpPtrAllocator &Alloc; variable
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
49 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp33 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef()
46 VNInfo::Allocator *Alloc = getVNAlloc(); in calculate() local
113 VNInfo::Allocator *Alloc = getVNAlloc(); in constructMainRangeFromSubranges() local
127 VNInfo::Allocator *Alloc = getVNAlloc(); in createDeadDefs() local
H A DLiveRangeEdit.cpp48 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in createEmptyIntervalFrom() local
398 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in eliminateDeadDef() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tools/
H A Dcompute_size_class_config.cpp17 struct Alloc { struct
21 size_t measureWastage(const std::vector<Alloc> &allocs, in measureWastage() argument
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h180 void deallocate(FinalizedAlloc Alloc, OnDeallocatedFunction OnDeallocated) { in deallocate()
196 Error deallocate(FinalizedAlloc Alloc) { in deallocate()
351 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc; variable
/openbsd/gnu/llvm/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp76 BumpPtrAllocator Alloc; in bundleImages() local
144 BumpPtrAllocator Alloc; in unbundleImages() local
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.h24 BumpPtrAllocator Alloc; member
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dttp2.C5 template <class U> struct Alloc {}; struct
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.h39 BumpPtrAllocator Alloc; variable
/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h40 BumpPtrAllocator Alloc; variable
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp189 JITLinkMemoryManager::AllocResult Alloc) mutable { in Create()
229 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc) in SimpleSegmentAlloc()
427 for (auto &Alloc : Allocs) { in deallocate() local
H A DJITLinkGeneric.h94 std::unique_ptr<InFlightAlloc> Alloc; variable
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp112 auto Alloc = SimpleSegmentAlloc::Create( in grow() local
301 auto Alloc = in writeResolverBlock() local
369 auto Alloc = SimpleSegmentAlloc::Create( in getIndirectStubs() local
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCWin64EH.h29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() function
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp25 typedef DenseSlabAlloc<T, 128, 128> Alloc; in TEST() typedef
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h56 CoalescingBitVector(Allocator &Alloc) in CoalescingBitVector()
445 Allocator *Alloc; variable
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Doffload2yaml.cpp70 BumpPtrAllocator Alloc; in offload2yaml() local
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp68 BumpPtrAllocator &Alloc) { in toDebugH()
/openbsd/gnu/llvm/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp62 llvm::BumpPtrAllocator Alloc; in expand() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcommon_test.cpp84 for (auto &Alloc : Allocs) { in TEST() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp367 BumpPtrAllocator &Alloc) { in build()
391 BumpPtrAllocator Alloc; in upgrade() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h138 BumpPtrAllocator &Alloc; variable
713 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) { in addValue()
718 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
769 static DIE *get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) { in get()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h58 CallStackTrieNode *Alloc; variable
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h73 SpecificBumpPtrAllocator<Region> Alloc; variable

12345