Home
last modified time | relevance | path

Searched refs:Until (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/cmake/modules/
H A DLLVMCheckLinkerFlag.cmake8 # Until the minimum CMAKE version is 3.18
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-linux-func-size.ll17 ; Until recently, binutils accepted the .size directive as:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-redundant-store.ll12 ; Update me: Until dead store elimination is improved in DAGCombine, this will contain a redundant …
/llvm-project-15.0.7/cmake/Modules/
H A DLLVMCheckCompilerLinkerFlag.cmake24 # Until the minimum CMAKE version is 3.19
/llvm-project-15.0.7/polly/test/ScopInfo/NonAffine/
H A Dmodulo_domain.ll5 ; resolved this test should work again. Until then we approximate the
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp89 SourceLocation Until) { in getUsingNamespaceDirectives() argument
94 if (!SM.isWrittenInSameFile(D->getLocation(), Until) || in getUsingNamespaceDirectives()
95 !SM.isBeforeInTranslationUnit(D->getLocation(), Until)) in getUsingNamespaceDirectives()
/llvm-project-15.0.7/lld/test/ELF/
H A Ddebug-line-obj.s6 # of locations from the different text sections. Until relocated such
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h259 BasicBlock *NewPred, PHINode *Until = nullptr);
/llvm-project-15.0.7/libcxx/include/
H A Diterator392 …using value_type = iter_value_t<Iterator>; // Until C++20, iterator_traits<Iterator>::value…
393 …using difference_type = iter_difference_t<Iterator>; // Until C++20, iterator_traits<Iterator>::…
395 using reference = iter_rvalue_reference_t<Iterator>; // Until C++20, value_type&&
404 constexpr iterator_type base() const; // Until C++20
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommands.td279 def Until : VerbatimLineCommand<"until">;
/llvm-project-15.0.7/runtimes/
H A DCMakeLists.txt110 # CMAKE_REQUIRED_LINK_OPTIONS here. Until then, we need a workaround:
/llvm-project-15.0.7/openmp/runtime/cmake/
H A Dconfig-ix.cmake222 # Until the perl scripts are removed, the most portable way to handle this is to have all operating…
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A DREADME208 function sqrtf() to be called. Until this issue has been resolved in PPCG,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp567 BasicBlock *NewPred, PHINode *Until) { in updatePhiNodes() argument
572 if (Until == &PN) in updatePhiNodes()
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCObjectRules.cmake410 # Until this is fixed upstream, we use -fno-caret-diagnostics to surpress
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/rvv/
H A Dfixed-vectors-fp-buildvec.ll28 ; Until all BUILD_VECTORs are lowered, we disable store-combining after
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake188 # Until we support this some other way, build compiler-rt runtime without LTO
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/
H A DBUILD.bazel723 # `local_defines` vs. `defines`). Until one of those lands, this is the
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst183 Until this point nothing has changed for developers, it will just
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m1115 // Until we have full IPA, the analyzer should stop tracking the reference
H A Dobjcmt-arc-cf-annotations.m.result1157 // Until we have full IPA, the analyzer should stop tracking the reference
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-release.m1220 // Until we have full IPA, the analyzer should stop tracking the reference
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td113 Until Fortran 2018, procedures defaulted to non-recursive. A legal
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td6456 // elements). Until that's fixed, we can't code-gen those.