Searched refs:getAlloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h51 AllocatorT &getAlloc() { return *this; } function in class:llvm::AllocatorList
52 const AllocatorT &getAlloc() const { return *this; } function in class:llvm::AllocatorList
55 return new (getAlloc()) Node(std::forward<ArgTs>(Args)...);
73 AL.getAlloc().Deallocate(N);
141 : AllocatorT(std::move(X.getAlloc())), List(std::move(X.List)) {}
150 getAlloc() = std::move(X.getAlloc());
163 std::swap(getAlloc(), RHS.getAlloc());
232 getAlloc()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h483 CoroAllocaAllocInst *getAlloc() const { function in class:llvm::CoroAllocaGetInst
500 CoroAllocaAllocInst *getAlloc() const { function in class:llvm::CoroAllocaFreeInst
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h186 BumpPtrAllocator &getAlloc() { return Alloc; } function in class:llvm::SDDbgInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8125 return new (DbgInfo->getAlloc())
8136 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, C, DL, O);
8147 return new (DbgInfo->getAlloc())
8158 return new (DbgInfo->getAlloc())
8268 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O);

Completed in 145 milliseconds