Searched refs:Allocate (Results 101 - 125 of 127) sorted by relevance

123456

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp423 InductiveRangeCheck *IRC = new (A.Allocate()) InductiveRangeCheck;
H A DGVN.cpp655 LeaderTableEntry *Node = TableAllocator.Allocate<LeaderTableEntry>();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp1302 return new (alloc.Allocate<LocalScope>())
2055 // Allocate the DeclStmt using the BumpPtrAllocator. It will get
2059 void *Mem = cfg->getAllocator().Allocate(sizeof(DeclStmt), A);
3843 CFGBlock *Mem = getAllocator().Allocate<CFGBlock>();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1701 void *Mem = Context.Allocate(totalSizeToAlloc<VarDecl *>(NumIndices),
H A DDecl.cpp1655 // Allocate external info struct.
1686 // Allocate external info struct.
3245 void *Buffer = Context.Allocate(
3609 // Allocate external info struct.
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp605 Node = new (AUFoldingSetNodeAllocator.Allocate()) AUFoldingSetNode(AU);
621 // TODO : Allocate function manager for this pass, other wise required set
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp169 return new (Alloc.Allocate<Token>()) Token(V);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp293 return A.Allocate();
H A DRDFGraph.cpp312 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize);
832 // Allocate a new node and set the attributes to Attrs.
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp2334 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
2625 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
2925 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Operands.size());
3081 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
3184 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
5150 /// Allocate memory for BackedgeTakenInfo and copy the not-taken count of each
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp1185 char *Saved = StringData.Allocate<char>(Length + 1);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2065 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds);
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h1012 return new(allocator.template Allocate<NodeT>()) NodeT();
1173 // Allocate new nodes.
1214 // Allocate new nodes.
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1000 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3214 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>();
H A DSemaLookup.cpp2764 Result = BumpAlloc.Allocate<SpecialMemberOverloadResult>();
/freebsd-11.0-release/contrib/sqlite3/
H A Dltmain.sh6359 /* Allocate new argument vector. */
/freebsd-11.0-release/contrib/openbsm/config/
H A Dltmain.sh5014 /* Allocate new argument vector. */
/freebsd-11.0-release/contrib/openpam/
H A Dltmain.sh5014 /* Allocate new argument vector. */
/freebsd-11.0-release/contrib/unbound/
H A Dltmain.sh6359 /* Allocate new argument vector. */
/freebsd-11.0-release/crypto/heimdal/
H A Dltmain.sh4975 /* Allocate new argument vector. */
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1459 = (Capture*)Reader.Context.Allocate(sizeof(Capture)*Lambda.NumCaptures);
/freebsd-11.0-release/contrib/ldns/
H A Dltmain.sh4981 /* Allocate new argument vector. */
/freebsd-11.0-release/contrib/file/
H A Dltmain.sh4982 /* Allocate new argument vector. */
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6359 /* Allocate new argument vector. */

Completed in 570 milliseconds

123456