| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_mutex.cpp | 166 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 D | vtable-instantiation.cpp | 58 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 D | IslTest.cpp | 614 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 D | OpenCLImageTypes.def | 8 // 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 D | AArch64SVEACLETypes.def | 27 // - Context.SingletonId is the global singleton of this type.
|
| H A D | RISCVVTypes.def | 27 // - SingletonId is the global singleton of this type.
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ISLTools.h | 167 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 D | BuiltinTypes.def | 9 // 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 D | Character.h | 166 mlir::Value extractCodeFromSingleton(mlir::Value singleton);
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | DeLICM.cpp | 131 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 D | ZoneAlgo.cpp | 225 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 D | noreturn.ll | 13 ; TEST 1, singleton SCC void return type 32 ; TEST 2: singleton SCC int return type with a lot of recursive calls
|
| H A D | nocapture-2.ll | 96 ; 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 D | FIRType.h | 139 return ct.getLen() != fir::CharacterType::singleton(); in isa_char_string()
|
| H A D | FIRTypes.td | 123 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 D | SparseTensorAttrDefs.td | 55 // or `singleton` (no sibling elements for parent).
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | Character.cpp | 655 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 D | TestAttrDefs.td | 72 // The definition of a singleton attribute that has a trait.
|
| H A D | TestTypeDefs.td | 175 // The definition of a singleton type that has a trait.
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ISLTools.cpp | 135 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 D | arg_returned.ll | 229 ; TEST a no-return singleton SCC 245 ; TEST a no-return singleton SCC
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | README | 79 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 D | implementation.tex | 953 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 D | DependenceInfo.cpp | 685 isl::set Deltas = singleton(UDeltas, ScheduleSpace); in isValidSchedule()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIRType.cpp | 459 if (len != fir::CharacterType::singleton()) { in print()
|