Searched refs:Allocate (Results 76 - 100 of 127) sorted by relevance

123456

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp219 new(Allocator.Allocate()) DomainValue :
H A DMachineBlockPlacement.cpp1141 new (ChainAllocator.Allocate()) BlockChain(BlockToChain, BB);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPTHLexer.cpp568 // Allocate the object.
570 Alloc.Allocate<std::pair<IdentifierInfo,const unsigned char*> >();
H A DPPDirectives.cpp37 MacroInfoChain *MIChain = BP.Allocate<MacroInfoChain>();
54 BP.Allocate<DeserializedMacroInfoChain>();
H A DHeaderSearch.cpp553 char *CopyStr = Alloc.Allocate<char>(Str.size()+1);
H A DPragma.cpp941 Token *Toks = PP.getPreprocessorAllocator().Allocate<Token>(1);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h719 /// Allocate - assign the topological index to the node n.
720 void Allocate(int n, int index);
H A DSlotIndexes.h361 ileAllocator.Allocate(sizeof(IndexListEntry),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp60 void *Mem = C.Allocate(totalSizeToAlloc<NamedDecl *>(Params.size()),
699 void *Mem = Context.Allocate(totalSizeToAlloc<TemplateArgument>(NumArgs));
H A DDeclObjC.cpp781 ParamsAndSelLocs = C.Allocate(Size);
1334 ctx.Allocate(totalSizeToAlloc<ObjCTypeParamDecl *>(typeParams.size()),
H A DASTContext.cpp1143 void *Mem = Allocate(sizeof(AttrVec));
2127 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8);
3120 FunctionProtoType *FTP = (FunctionProtoType*) Allocate(Size, TypeAlignment);
3446 // Allocate the (non-canonical) template specialization type, but don't
3449 void *Mem = Allocate(sizeof(TemplateSpecializationType) +
3490 // Allocate a new canonical template specialization type.
3491 void *Mem = Allocate((sizeof(TemplateSpecializationType) +
3643 void *Mem = Allocate((sizeof(DependentTemplateSpecializationType) +
3800 void *mem = Allocate(size, TypeAlignment);
3897 void *Mem = Allocate(sizeo
[all...]
H A DRecordLayoutBuilder.cpp877 InfoSlot = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;
880 Info = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;
2627 // Allocate a new block of memory and place the bitfield in it.
H A DDeclBase.cpp57 // Allocate an extra 8 bytes worth of storage, which ensures that the
61 void *Start = Context.Allocate(Size + Extra + 8);
1708 // Allocate the copy of the PartialDiagnostic via the ASTContext's
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp469 Entry = Alloc.Allocate<PDFileEntry>();
474 // Allocate persistent storage for the file name.
475 char *FileName_cstr = (char*) Alloc.Allocate(FileName.size(), 1);
H A DProgramState.cpp396 newState = (ProgramState*) Alloc.Allocate<ProgramState>();
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh1155 /* Helper function. Allocate memory from the \`\`struct gdbarch''
1487 /* Allocate extra space using the per-architecture obstack. */
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp867 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
875 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h970 return Alloc.Allocate<CallEventTemplateTy>();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp1003 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp961 void *Mem = Context.Allocate((sizeof(NestedNameSpecifierAnnotation) +
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h470 T = (TreeTy*) A.Allocate<TreeTy>();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DType.cpp315 Allocate(sizeof(FunctionType) + sizeof(Type*) * (Params.size() + 1),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp76 IRForTarget::StaticDataAllocator::Allocate() function in class:IRForTarget::StaticDataAllocator
2447 lldb::addr_t allocation = m_data_allocator.Allocate();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1165 FormatTok = new (Allocator.Allocate()) FormatToken;
1188 FormatTok = new (Allocator.Allocate()) FormatToken;
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1640 // Allocate the mask array for the node out of the BumpPtrAllocator, since
1643 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts);
4785 // Allocate the operands array for the node out of the BumpPtrAllocator, since
4791 SDUse *DynOps = NumOps > 4 ? OperandAllocator.Allocate<SDUse>(NumOps)
5645 EVT *Array = Allocator.Allocate<EVT>(2);
5664 EVT *Array = Allocator.Allocate<EVT>(3);
5685 EVT *Array = Allocator.Allocate<EVT>(4);
5707 EVT *Array = Allocator.Allocate<EVT>(NumVTs);
6017 MN->InitOperands(OperandAllocator.Allocate<SDUse>(NumOps),
6193 // Allocate
[all...]

Completed in 354 milliseconds

123456