Home
last modified time | relevance | path

Searched refs:May (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-extract.rst31 Extract the alias named *function-name* from the LLVM bitcode. May be
37 All alias matching the regular expression will be extracted. May be
42 Extract basic blocks(s) specified in *basic-block-specifier*. May be
60 Extract the function named *function-name* from the LLVM bitcode. May be
66 All functions matching the regular expression will be extracted. May be
71 Extract the global variable named *global-name* from the LLVM bitcode. May be
78 extracted. May be specified multiple times.
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/
H A Dliterals.pass.cpp39 ASSERT_SAME_TYPE(const std::chrono::month, decltype(std::chrono::May)); in main()
52 static_assert( std::chrono::May == std::chrono::month(5), ""); in main()
65 assert(std::chrono::May == std::chrono::month(5)); in main()
78 assert(static_cast<unsigned>(std::chrono::May) == 5); in main()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSDNodeProperties.td27 def SDNPMayStore : SDNodeProperty; // May write to memory, sets 'mayStore'.
28 def SDNPMayLoad : SDNodeProperty; // May read memory, sets 'mayLoad'.
/llvm-project-15.0.7/llvm/utils/vim/syntax/
H A Dtablegen.vim12 " May be changed if you have a really slow machine
47 " May find a better Hilight group...
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.mdlast/
H A Dok.pass.cpp31 static_assert( month_day_last{std::chrono::May}.ok(), ""); in main()
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td66 "whitespace is stripped from each line. May be repeated to read "
156 "Convert all symbols except <symbol> to local. May be repeated to "
168 "'#'. Leading and trailing whitespace is stripped from each line. May "
195 "'#'. Leading and trailing whitespace is stripped from each line. May "
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp191 case LivenessType::May: in calculateLocalLiveness()
319 case LivenessType::May: in run()
403 case StackLifetime::LivenessType::May: in printPipeline()
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.mwd/time.cal.mwd.members/
H A Dok.pass.cpp35 static_assert( month_weekday{std::chrono::May, weekday_indexed{Sunday, 2}}.ok(), ""); in main()
/llvm-project-15.0.7/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dsimple.ll9 ; CHECK-NOT: May:
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A DChangeLog7 date: Fri May 6 12:08:50 CEST 2016
/llvm-project-15.0.7/third-party/benchmark/
H A DWORKSPACE30 path = "/usr/include/python3.6", # May be overwritten by setup.py.
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.md/time.cal.md.members/
H A Dok.pass.cpp34 static_assert( month_day{std::chrono::May, day{2}}.ok(), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.duration/time.duration.literals/
H A Dliterals1.pass.cpp62 assert(May == month(5)); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2003-05-30-BadPreselectPhi.ll3 ;; Date: May 28, 2003.
H A D2003-05-30-BadFoldGEP.ll3 ;; Date: May 28, 2003.
H A D2003-07-06-BadIntCmp.ll3 ;; Date: May 28, 2003.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsuspicious-missing-comma.rst39 "Code " PRIu64, // May warn here.
/llvm-project-15.0.7/libcxx/test/std/time/time.cal/time.cal.ymwd/time.cal.ymwd.nonmembers/
H A Dminus.pass.cpp45 && ym1.month() == std::chrono::May in testConstexprMonths()
/llvm-project-15.0.7/llvm/
H A Dllvm.spec.in63 * Fri May 13 2005 Reid Spencer
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DStackLifetime.h84 May, // May be alive on some path. enumerator
/llvm-project-15.0.7/libcxx/include/__chrono/
H A Dmonth.h103 inline constexpr month May{5};
/llvm-project-15.0.7/polly/lib/External/isl/
H A DChangeLog69 date: Fri May 6 12:02:48 CEST 2016
74 date: Tue May 3 14:26:43 CEST 2016
/llvm-project-15.0.7/polly/test/DependenceInfo/
H A Dmay_writes_do_not_block_must_writes_for_war.ll7 ; For this example, we want both (S0(Read) -> S1 (May-Write)) as well as
/llvm-project-15.0.7/llvm/docs/
H A DSecurityTransparencyReports.rst19 20th of May 2021 <https://github.com/llvm/llvm-project/commit/c9dbaa4c86d2>`_
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoFlags.def90 // May also utilize this Flag in future, when adding support

123