Home
last modified time | relevance | path

Searched refs:Outside (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dprefer-member-initializer.cpp476 struct Outside { struct
479 Outside(); argument
482 Outside::Outside() { in Outside() function in Outside
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp174 uint64_t Outside = 0; in trySequenceOfOnes() local
183 std::swap(Outside, Inside); in trySequenceOfOnes()
197 if ((Idx < StartIdx || EndIdx < Idx) && Chunk != Outside) { in trySequenceOfOnes()
198 OrrImm = updateImm(OrrImm, Idx, Outside == 0); in trySequenceOfOnes()
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-09-12.test3 # Outside flow collection:
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DREADME.txt10 Outside the loop, this could be evaluated simply as (%n * %n), however
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp644 isl::set Outside = isl::set::empty(Space); in assumeNoOutOfBound() local
656 Outside = Outside.unite(DimOutside); in assumeNoOutOfBound()
659 Outside = Outside.apply(getAccessRelation().reverse()); in assumeNoOutOfBound()
660 Outside = Outside.intersect(Statement->getDomain()); in assumeNoOutOfBound()
661 Outside = Outside.params(); in assumeNoOutOfBound()
667 Outside = Outside.remove_divs(); in assumeNoOutOfBound()
668 Outside = Outside.complement(); in assumeNoOutOfBound()
671 Outside = Outside.gist_params(Statement->getDomain().params()); in assumeNoOutOfBound()
672 return Outside; in assumeNoOutOfBound()
H A DScopBuilder.cpp2327 isl::set Outside = Access->assumeNoOutOfBound(); in assumeNoOutOfBounds() local
2331 recordAssumption(&RecordedAssumptions, INBOUNDS, Outside, Loc, in assumeNoOutOfBounds()
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dlog1p.cl147 // Process Outside the threshold now
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationale.md421 - Outside of standard/builtin operations, dialects are expected to verify