Home
last modified time | relevance | path

Searched refs:singleton (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cpp166 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; in singleton_thread() local
168 int *val = (int *)atomic_load(singleton, memory_order_acquire); in singleton_thread()
169 __tsan_acquire(singleton); in singleton_thread()
188 atomic_uintptr_t singleton; in TEST() local
189 __tsan_release(&singleton); in TEST()
190 atomic_store(&singleton, (uintptr_t)&val, memory_order_release); in TEST()
194 pthread_create(&threads[t], 0, singleton_thread, &singleton); in TEST()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvtable-instantiation.cpp58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} in Method()
59 static GMG singleton; member
63 GMG<Type> GMG<Type>::singleton; // expected-note{{requested here}} member in PR10020::GMG<Type>
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp614 TEST(ISLTools, singleton) { in TEST() argument
619 EXPECT_EQ(SET("{ [] : 1 = 0 }"), singleton(USET("{ }"), SPACE("{ [] }"))); in TEST()
621 singleton(UMAP("{ }"), SPACE("{ [] -> [] }"))); in TEST()
624 EXPECT_EQ(SET("{ [] }"), singleton(USET("{ [] }"), SPACE("{ [] }"))); in TEST()
626 singleton(UMAP("{ [] -> [] }"), SPACE("{ [] -> [] }"))); in TEST()
630 singleton(USET("{ [i] : 0 <= i < 10 }"), SPACE("{ [i] }"))); in TEST()
633 singleton(UMAP("{ [i] -> [i] : 0 <= i < 10 }"), SPACE("{ [i] -> [j] }"))); in TEST()
637 singleton(USET("[i] -> { [i] }"), SPACE("{ [i] }"))); in TEST()
639 singleton(UMAP("[i] -> { [i] -> [i] }"), SPACE("{ [i] -> [j] }"))); in TEST()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenCLImageTypes.def8 // This file extends builtin types database with OpenCL image singleton types.
13 // with given ID, singleton ID access type and a codegen suffix
H A DAArch64SVEACLETypes.def27 // - Context.SingletonId is the global singleton of this type.
H A DRISCVVTypes.def27 // - SingletonId is the global singleton of this type.
/llvm-project-15.0.7/polly/include/polly/Support/
H A DISLTools.h167 isl::map singleton(isl::union_map UMap, isl::space ExpectedSpace);
178 isl::set singleton(isl::union_set USet, isl::space ExpectedSpace);
/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def9 // This file defines the database about various builtin singleton types.
13 // Context.SingletonId is the global singleton of this type. Some global
31 // to a builtin which uses a shared singleton type.
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DCharacter.h166 mlir::Value extractCodeFromSingleton(mlir::Value singleton);
/llvm-project-15.0.7/polly/lib/Transform/
H A DDeLICM.cpp131 return singleton(std::move(ReachOverwrite), ResultSpace); in computeScalarReachingOverwrite()
650 singleton(Uses.domain().unwrap(), in computeValueUses()
914 singleton(PerPHIWriteScatterUmap, PHISched.get_space()); in tryMapPHI()
988 isl::map NewAccRelMap = singleton(NewAccRel, NewAccRelSpace); in mapPHI()
H A DZoneAlgo.cpp225 return singleton(UMap, ResultSpace); in computeScalarReachingDefinition()
570 isl::set WriteTimes = singleton(PHIWriteScatter.range(), ScatterSpace); in computePerPHI()
633 auto Result = singleton(std::move(UResult), std::move(ResultSpace)); in getScatterFor()
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dnoreturn.ll13 ; TEST 1, singleton SCC void return type
32 ; TEST 2: singleton SCC int return type with a lot of recursive calls
H A Dnocapture-2.ll96 ; TEST singleton SCC
115 ; TEST singleton SCC with lots of nested recursive calls
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h139 return ct.getLen() != fir::CharacterType::singleton(); in isa_char_string()
H A DFIRTypes.td123 return get(ctxt, kind, singleton());
126 /// Character is a singleton and has a LEN of 1.
127 static constexpr LenType singleton() { return 1; }
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorAttrDefs.td55 // or `singleton` (no sibling elements for parent).
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp655 mlir::Value singleton) { in extractCodeFromSingleton() argument
656 auto type = getCharacterType(singleton); in extractCodeFromSingleton()
661 return builder.create<fir::ExtractValueOp>(loc, intType, singleton, in extractCodeFromSingleton()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestAttrDefs.td72 // The definition of a singleton attribute that has a trait.
H A DTestTypeDefs.td175 // The definition of a singleton type that has a trait.
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp135 isl::map polly::singleton(isl::union_map UMap, isl::space ExpectedSpace) { in singleton() function in polly
149 isl::set polly::singleton(isl::union_set USet, isl::space ExpectedSpace) { in singleton() function in polly
/llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/
H A Darg_returned.ll229 ; TEST a no-return singleton SCC
245 ; TEST a no-return singleton SCC
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A DREADME79 in a "kernel" space to singleton sets in the "tile", "grid" and "block"
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex953 If all the $\Delta_i$s are singleton sets
957 \label{eq:transitive:singleton}
967 If some of the $\Delta_i$s are not singleton sets or if
1015 Those that correspond to singleton $\Delta_i$s are grouped together
1016 and handled as in \eqref{eq:transitive:singleton}.
1641 using \eqref{eq:transitive:singleton}.
1730 usually be a singleton.
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp685 isl::set Deltas = singleton(UDeltas, ScheduleSpace); in isValidSchedule()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp459 if (len != fir::CharacterType::singleton()) { in print()

12