Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DISLTools.cpp147 isl::set polly::singleton(isl::union_set USet, isl::space ExpectedSpace) { in singleton()
180 isl::union_map polly::makeIdentityMap(const isl::union_set &USet, in makeIdentityMap()
221 isl::union_set polly::shiftDim(isl::union_set USet, int Pos, int Amount) { in shiftDim()
276 void polly::simplify(isl::union_set &USet) { in simplify()
719 static void printSortedPolyhedra(isl::union_set USet, llvm::raw_ostream &OS, in printSortedPolyhedra()
813 static isl::union_set expand(const isl::union_set &USet) { in expand()
830 LLVM_DUMP_METHOD void polly::dumpPw(const isl::union_set &USet) { in dumpPw()
846 LLVM_DUMP_METHOD void polly::dumpPw(__isl_keep isl_union_set *USet) { in dumpPw()
862 LLVM_DUMP_METHOD void polly::dumpExpanded(const isl::union_set &USet) { in dumpExpanded()
878 LLVM_DUMP_METHOD void polly::dumpExpanded(__isl_keep isl_union_set *USet) { in dumpExpanded()
/external/icu/libandroidicu/include/unicode/
Duset.h50 typedef struct USet USet; typedef
Ducnv.h71 typedef struct USet USet; typedef
Duchar.h44 typedef struct USet USet; typedef
/external/icu/libicu/cts_headers/unicode/
Duset.h50 typedef struct USet USet; typedef
Ducnv.h71 typedef struct USet USet; typedef
Duchar.h44 typedef struct USet USet; typedef
/external/icu/icu4c/source/common/unicode/
Duset.h50 typedef struct USet USet; typedef
Ducnv.h71 typedef struct USet USet; typedef
Duchar.h44 typedef struct USet USet; typedef
/external/llvm-project/llvm/unittests/ADT/
DSparseMultiSetTest.cpp16 typedef SparseMultiSet<unsigned> USet; typedef
DSparseSetTest.cpp16 typedef SparseSet<unsigned> USet; typedef
/external/llvm/unittests/ADT/
DSparseMultiSetTest.cpp17 typedef SparseMultiSet<unsigned> USet; typedef
DSparseSetTest.cpp17 typedef SparseSet<unsigned> USet; typedef
/external/llvm-project/polly/unittests/DeLICM/
DDeLICMTest.cpp25 isl::union_set unionSpace(const isl::union_set &USet) { in unionSpace()
/external/llvm-project/polly/utils/pyscop/
Disl.py110 class USet(IslObject): class
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp89 using USet = std::set<unsigned>; typedef in __anon84a67a670111::HexagonSplitDoubleRegs
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp68 typedef std::set<unsigned> USet; typedef in __anonb0272d390111::HexagonSplitDoubleRegs
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp89 using USet = std::set<unsigned>; typedef in __anon5d3dec5b0111::HexagonSplitDoubleRegs
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp296 addReferencesFromStmtUnionSet(isl::union_set USet, in addReferencesFromStmtUnionSet()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1375 UberRegSet *USet = &UberSets[USetID]; in computeUberSets() local
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.cpp1655 UberRegSet *USet = &UberSets[USetID]; in computeUberSets() local
/external/icu/libicu/ndk_headers/unicode/
Duchar.h44 typedef struct USet USet; typedef
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1155 static isl::multi_union_pw_aff mapToDimension(isl::union_set USet, int N) { in mapToDimension()