Home
last modified time | relevance | path

Searched defs:Universe (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/polly/unittests/DeLICM/
DDeLICMTest.cpp29 isl::set Universe = isl::set::universe(Space); in unionSpace() local
35 void completeLifetime(isl::union_set Universe, isl::union_map OccupiedAndKnown, in completeLifetime()
99 auto Universe = isl::union_set::empty(isl::space::params_alloc(Ctx, 0)); in checkIsConflictingNonsymmetricCommon() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseMultiSet.h124 unsigned Universe = 0; variable
/external/llvm-project/llvm/include/llvm/ADT/
DSparseMultiSet.h124 unsigned Universe = 0; variable
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h117 unsigned Universe; variable
/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp143 isl::union_map expandMapping(isl::union_map Relevant, isl::union_set Universe) { in expandMapping()
254 auto Universe = Occupied.unite(Unused); in checkConsistency() local
DScheduleOptimizer.cpp598 isl::map Universe = isl::map::universe(Space); in isMatMulOperandAcc() local
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp255 isl_union_set *Universe = isl_union_set_universe(isl_union_set_copy(UDeltas)); in addPrivatizationDependences() local
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp1239 isl_set *Universe = isl_set_universe(isl_set_get_space(Domain)); in preloadInvariantLoad() local
DPPCGCodeGeneration.cpp2642 isl_map *Universe = isl_map_universe(Space); in getTaggedAccesses() local
2782 isl_map *Universe = isl_map_universe(Space); in getStmtAccesses() local
/external/starlark-go/starlark/
Dlibrary.go34 var Universe StringDict var