Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringSaver.h22 BumpPtrAllocator &Alloc; variable
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver() argument
49 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp33 createDeadDef(SlotIndexes & Indexes,VNInfo::Allocator & Alloc,LiveRange & LR,const MachineOperand & MO) createDeadDef() argument
46 VNInfo::Allocator *Alloc = getVNAlloc(); calculate() local
113 VNInfo::Allocator *Alloc = getVNAlloc(); constructMainRangeFromSubranges() local
127 VNInfo::Allocator *Alloc = getVNAlloc(); createDeadDefs() local
[all...]
H A DLiveRangeEdit.cpp48 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in createEmptyIntervalFrom() local
401 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in eliminateDeadDef() local
H A DLiveIntervalUnion.cpp194 init(LiveIntervalUnion::Allocator & Alloc,unsigned NSize) init() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.h24 BumpPtrAllocator Alloc; global() member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h180 void deallocate(FinalizedAlloc Alloc, OnDeallocatedFunction OnDeallocated) { in deallocate() argument
196 Error deallocate(FinalizedAlloc Alloc) { in deallocate() argument
354 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc; variable
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.h42 BumpPtrAllocator Alloc; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h39 BumpPtrAllocator Alloc; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h143 BumpPtrAllocator &Alloc; variable
740 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) { in addValue()
745 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
752 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
767 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
779 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
849 static DIE *get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) { in get()
H A DLiveRangeCalc.h50 VNInfo::Allocator *Alloc = nullptr; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWin64EH.h29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp112 auto Alloc = SimpleSegmentAlloc::Create( in grow() local
297 auto Alloc = in writeResolverBlock() local
365 auto Alloc = SimpleSegmentAlloc::Create( in getIndirectStubs() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp193 JITLinkMemoryManager::AllocResult Alloc) mutable { in Create()
233 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc) in SimpleSegmentAlloc()
449 for (auto &Alloc : Allocs) { in deallocate() local
H A DJITLinkGeneric.h94 std::unique_ptr<InFlightAlloc> Alloc; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp68 BumpPtrAllocator &Alloc) { in toDebugH() argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h56 CoalescingBitVector(Allocator &Alloc) in CoalescingBitVector()
445 Allocator *Alloc; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h73 SpecificBumpPtrAllocator<Region> Alloc; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h69 CallStackTrieNode *Alloc = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.cpp25 for (auto &Alloc : AllocSite.Allocations) { in cleanup() local
H A DInterpState.h122 DynamicAllocator Alloc; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp380 BumpPtrAllocator &Alloc) { in build()
404 BumpPtrAllocator Alloc; in upgrade() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.cpp80 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, in stabilize()
H A DMergingTypeTableBuilder.cpp77 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, in stabilize()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h180 void *Alloc() XRAY_NEVER_INSTRUMENT { in Alloc() function

1234