Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 25 of 95) 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()
49 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp32 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef()
45 VNInfo::Allocator *Alloc = getVNAlloc(); in calculate() local
112 VNInfo::Allocator *Alloc = getVNAlloc(); in constructMainRangeFromSubranges() local
126 VNInfo::Allocator *Alloc = getVNAlloc(); in createDeadDefs() local
H A DLiveIntervalUnion.cpp193 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init()
H A DLiveRangeEdit.cpp48 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in createEmptyIntervalFrom() local
401 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in eliminateDeadDef() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.h23 BumpPtrAllocator Alloc; member
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.h42 BumpPtrAllocator Alloc; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h180 void deallocate(FinalizedAlloc Alloc, OnDeallocatedFunction OnDeallocated) { in deallocate()
196 Error deallocate(FinalizedAlloc Alloc) { in deallocate()
354 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h40 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/clang/lib/Analysis/FlowSensitive/
H A DFormula.cpp20 const Formula &Formula::create(llvm::BumpPtrAllocator &Alloc, Kind K, in create()
/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.h103 std::unique_ptr<InFlightAlloc> Alloc; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp68 BumpPtrAllocator &Alloc) { in toDebugH()
/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/include/llvm/Analysis/
H A DMemoryProfileInfo.h64 CallStackTrieNode *Alloc = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h73 SpecificBumpPtrAllocator<Region> Alloc; variable
/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/llvm/lib/Object/
H A DIRSymtab.cpp374 BumpPtrAllocator &Alloc) { in build()
398 BumpPtrAllocator Alloc; in upgrade() local
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp129 volatile char *volatile Alloc = in ensureStackAddressSpace() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h49 Alloc = 1 << 0, // Allocator function returns a new allocation enumerator

1234