Home
last modified time | relevance | path

Searched refs:getSingleton (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DParallelSnippetGenerator.cpp172 return getSingleton(std::move(CT)); in generateCodeTemplates()
178 return getSingleton(std::move(CT)); in generateCodeTemplates()
186 return getSingleton(std::move(CT)); in generateCodeTemplates()
251 return getSingleton(std::move(CT)); in generateCodeTemplates()
H A DSnippetGenerator.h34 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT);
H A DSnippetGenerator.cpp27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton() function
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp102 if (auto *S = getSingleton()) in installAtFork()
106 if (auto *S = getSingleton()) in installAtFork()
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp304 BaseStorage *getSingleton(TypeID id) { in getSingleton() function
362 return impl->getSingleton(id); in getSingletonImpl()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h190 static GuardedPoolAllocator *getSingleton();
H A Dguarded_pool_allocator.cpp42 GuardedPoolAllocator *GuardedPoolAllocator::getSingleton() { in getSingleton() function in gwp_asan::GuardedPoolAllocator
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFactory.h61 fir::CharacterType::getSingleton(ty.getContext(), ty.getFKind()))); in genCharacterCopy()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRTypes.td122 static CharacterType getSingleton(mlir::MLIRContext *ctxt, KindTy kind) {
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp192 return fir::CharacterType::getSingleton(ctxt, kind); in getSingletonCharType()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp2027 fir::CharacterType::getSingleton(ctx, kind); in genOffsetAndCoordinateOp()
6301 fir::CharacterType newEleTy = fir::CharacterType::getSingleton( in computeElementSize()
6412 auto chTy = fir::CharacterType::getSingleton(charTy.getContext(), in copyNextArrayCtorSection()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1025 eleTy = fir::CharacterType::getSingleton(t.getContext(), t.getFKind()); in verify()