|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/LazyCallGraph.h 1168 return new (SCCBPA.Allocate()) SCC(std::forward<Ts>(Args)...);
1175 return new (RefSCCBPA.Allocate()) RefSCC(std::forward<Ts>(Args)...);
include/llvm/CodeGen/GlobalISel/IRTranslator.h 121 auto *VRegList = new (VRegAlloc.Allocate()) VRegListT();
130 auto *OffsetList = new (OffsetAlloc.Allocate()) OffsetListT();
include/llvm/Support/Automaton.h 86 PathSegment *P = Allocator.Allocate();
include/llvm/Support/OnDiskHashTable.h 130 insert(Buckets, NumBuckets, new (BA.Allocate()) Item(Key, Data, InfoObj));
lib/Analysis/LazyCallGraph.cpp 1557 return *new (MappedN = BPA.Allocate()) Node(*this, F);
lib/CodeGen/ExecutionDomainFix.cpp 26 DomainValue *dv = Avail.empty() ? new (Allocator.Allocate()) DomainValue
lib/CodeGen/MachineBlockPlacement.cpp 2565 new (ChainAllocator.Allocate()) BlockChain(BlockToChain, BB);
lib/CodeGen/MachineOutliner.cpp 280 SuffixTreeNode *N = new (NodeAllocator.Allocate())
304 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root);
lib/IR/LegacyPassManager.cpp 688 Node = new (AUFoldingSetNodeAllocator.Allocate()) AUFoldingSetNode(AU);
lib/IR/SafepointIRVerifier.cpp 542 BasicBlockState *BBS = new (BSAllocator.Allocate()) BasicBlockState;
lib/MC/MCContext.cpp 309 return Entry = new (MachOAllocator.Allocate()) MCSectionMachO(
353 auto *Ret = new (ELFAllocator.Allocate()) MCSectionELF(
459 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF(
526 MCSectionWasm *Result = new (WasmAllocator.Allocate())
558 MCSectionXCOFF *Result = new (XCOFFAllocator.Allocate())
573 return *new (MCSubtargetAllocator.Allocate()) MCSubtargetInfo(STI);
lib/Object/ModuleSymbolTable.cpp 66 SymTab.push_back(new (AsmSymbols.Allocate()) AsmSymbol(Name, Flags));
lib/Target/AMDGPU/GCNILPSched.cpp 286 PendingQueue.push_front(*new (Alloc.Allocate()) Candidate(PredSU));
309 *new (Alloc.Allocate()) Candidate(const_cast<SUnit*>(SU)));
lib/Target/AMDGPU/GCNIterativeScheduler.cpp 306 new (Alloc.Allocate())
lib/Target/AMDGPU/GCNMinRegStrategy.cpp 227 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority));
243 RQ.push_back(*new (Alloc.Allocate()) Candidate(SU, StepNo));
lib/Target/ARM/ARMLoadStoreOptimizer.cpp 1095 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate;
lib/Target/Hexagon/HexagonCommonGEP.cpp 319 return A.Allocate();
tools/clang/lib/AST/RecordLayoutBuilder.cpp 898 InfoSlot = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;
901 Info = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;
tools/clang/lib/Format/FormatTokenLexer.cpp 611 FormatTok = new (Allocator.Allocate()) FormatToken;
630 FormatTok = new (Allocator.Allocate()) FormatToken;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp 951 new (Allocator.Allocate()) StateNode(InitialState, false, nullptr);
1013 StateNode *Node = new (Allocator.Allocate())
tools/lld/include/lld/Common/Memory.h 54 return new (alloc.alloc.Allocate()) T(std::forward<U>(args)...);