Searched refs:Allocator (Results 51 - 75 of 85) sorted by relevance

1234

/external/llvm/include/llvm/MC/
H A DMCContext.h17 #include "llvm/Support/Allocator.h"
60 /// Allocator - Allocator object used for creating machine code objects.
64 BumpPtrAllocator Allocator; member in class:llvm::MCContext
324 return Allocator.Allocate(Size, Align);
/external/llvm/lib/CodeGen/
H A DSplitKit.h262 /// Allocator for the interval map. This will eventually be shared with
264 RegAssignMap::Allocator Allocator; member in class:llvm::SplitEditor
H A DExecutionDepsFix.cpp30 #include "llvm/Support/Allocator.h"
126 SpecificBumpPtrAllocator<DomainValue> Allocator; member in class:__anon8659::ExeDepsFix
202 new(Allocator.Allocate()) DomainValue :
714 Allocator.DestroyAll();
H A DLiveIntervalUnion.cpp212 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc,
H A DLiveRangeCalc.cpp24 VNInfo::Allocator *VNIA) {
H A DStrongPHIElimination.cpp149 BumpPtrAllocator Allocator; member in class:__anon8740::StrongPHIElimination
396 Allocator.Reset();
409 N = new (Allocator) Node(Reg);
H A DLiveDebugVariables.cpp138 LocMap::Allocator &alloc)
282 LocMap::Allocator allocator;
H A DLiveInterval.cpp53 VNInfo::Allocator &VNInfoAllocator) {
721 VNInfo::Allocator &VNInfoAllocator) {
/external/llvm/lib/Support/
H A DAndroid.mk4 Allocator.cpp \
H A DCMakeLists.txt11 Allocator.cpp
H A DFoldingSet.cpp19 #include "llvm/Support/Allocator.h"
177 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const {
178 unsigned *New = Allocator.Allocate<unsigned>(Bits.size());
/external/skia/src/images/
H A DSkImageDecoder.cpp72 SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator* alloc) {
/external/clang/lib/Basic/
H A DIdentifierTable.cpp460 llvm::BumpPtrAllocator Allocator; member in struct:clang::MultiKeywordSelector::__anon13::SelectorTableImpl
482 return SelTabImpl.Allocator.getTotalMemory();
504 (MultiKeywordSelector*)SelTabImpl.Allocator.Allocate(Size,
/external/clang/include/clang/AST/
H A DRawCommentList.h182 void addComment(const RawComment &RC, llvm::BumpPtrAllocator &Allocator);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h24 #include "llvm/Support/Allocator.h"
103 BumpPtrAllocator Allocator; member in class:llvm::MachineFunction
220 // This should be just `new (Allocator.Allocate<Ty>()) Ty(*this)', but
222 Ty *Loc = static_cast<Ty*>(Allocator.Allocate(sizeof(Ty),
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h17 #include "llvm/Support/Allocator.h"
374 uintptr_t Allocator; member in class:llvm::ImutAVLFactory
379 return Allocator & 0x1 ? false : true;
383 return *reinterpret_cast<BumpPtrAllocator*>(Allocator & ~0x1);
392 : Allocator(reinterpret_cast<uintptr_t>(new BumpPtrAllocator())) {}
395 : Allocator(reinterpret_cast<uintptr_t>(&Alloc) | 0x1) {}
H A DIntervalMap.h43 // typedef RecyclingAllocator<...> Allocator;
47 // explicit IntervalMap(Allocator&);
104 #include "llvm/Support/Allocator.h"
435 /// Allocator - The recycling allocator used for both branch and leaf nodes.
440 AllocBytes, CacheLineBytes> Allocator; typedef in struct:llvm::IntervalMapImpl::NodeSizer
942 typedef typename Sizer::Allocator Allocator;
966 // Allocator used for creating external nodes.
967 Allocator &allocator;
1033 explicit IntervalMap(Allocator
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h64 SecondaryAllocator> Allocator; typedef in namespace:__tsan
65 Allocator *allocator();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h250 // Allocator for HashData and HashDataContents.
251 BumpPtrAllocator Allocator; member in class:llvm::DwarfAccelTable
/external/skia/src/ports/
H A DSkImageRef_ashmem.cpp68 class AshmemAllocator : public SkBitmap::Allocator {
/external/v8/src/
H A Dv8globals.h155 template <typename Config, class Allocator = FreeStoreAllocationPolicy>
/external/clang/unittests/AST/
H A DCommentParser.cpp19 #include "llvm/Support/Allocator.h"
41 Traits(Allocator) {
49 llvm::BumpPtrAllocator Allocator; member in class:clang::comments::__anon4853::CommentParserTest
60 Lexer L(Allocator, Traits, Begin, Source, Source + strlen(Source));
62 Sema S(Allocator, SourceMgr, Diags, Traits);
63 Parser P(L, S, Allocator, SourceMgr, Diags, Traits);
/external/kernel-headers/original/linux/
H A Dmmzone.h521 #error Allocator MAX_ORDER exceeds SECTION_SIZE
/external/skia/src/core/
H A DSkBitmap.cpp362 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
875 bool SkBitmap::copyTo(SkBitmap* dst, Config dstConfig, Allocator* alloc) const {
1294 Allocator *allocator, SkIPoint* offset) const {
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp399 BriefComment = Allocator.CopyString(Comment);

Completed in 2524 milliseconds

1234