Home
last modified time | relevance | path

Searched defs:USet (Results 1 – 9 of 9) sorted by relevance

/llvm-project/polly/lib/Support/
H A DISLTools.cpp149 isl::set polly::singleton(isl::union_set USet, isl::space ExpectedSpace) { in singleton()
189 isl::union_map polly::makeIdentityMap(const isl::union_set &USet, in makeIdentityMap()
228 isl::union_set polly::shiftDim(isl::union_set USet, int Pos, int Amount) { in shiftDim()
295 void polly::simplify(isl::union_set &USet) { in simplify()
752 static void printSortedPolyhedra(isl::union_set USet, llvm::raw_ostream &OS, in printSortedPolyhedra()
848 static isl::union_set expand(const isl::union_set &USet) { in expand()
865 LLVM_DUMP_METHOD void polly::dumpPw(const isl::union_set &USet) { in dumpPw()
881 LLVM_DUMP_METHOD void polly::dumpPw(__isl_keep isl_union_set *USet) { in dumpPw()
897 LLVM_DUMP_METHOD void polly::dumpExpanded(const isl::union_set &USet) { in dumpExpanded()
913 LLVM_DUMP_METHOD void polly::dumpExpanded(__isl_keep isl_union_set *USet) { in dumpExpanded()
/llvm-project/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp16 typedef SparseMultiSet<unsigned> USet; typedef
H A DSparseSetTest.cpp16 typedef SparseSet<unsigned> USet; typedef
[all...]
/llvm-project/polly/unittests/DeLICM/
H A DDeLICMTest.cpp25 isl::union_set unionSpace(const isl::union_set &USet) { in unionSpace()
/llvm-project/polly/utils/pyscop/
H A Disl.py118 class USet(IslObject): class
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp89 using USet = std::set<unsigned>; typedef in __anon35b273a30111::HexagonSplitDoubleRegs
[all...]
/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp305 addReferencesFromStmtUnionSet(isl::union_set USet,SubtreeReferences & References) addReferencesFromStmtUnionSet() argument
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1777 UberRegSet *USet = &UberSets[USetID]; in computeUberSets() local
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1158 static isl::multi_union_pw_aff mapToDimension(isl::union_set USet, unsigned N) { in mapToDimension() argument