| /llvm-project/llvm/test/CodeGen/X86/ |
| H A D | llc-start-stop-instance.ll | 23 ; STOP-AFTER-DEAD1: Remove dead machine instructions 24 ; STOP-AFTER-DEAD1: Remove dead machine instructions 30 ; STOP-AFTER-DEAD0-NOT: Remove dead machine instructions 31 ; STOP-AFTER-DEAD0: Remove dead machine instructions 32 ; STOP-AFTER-DEAD0-NOT: Remove dead machine instructions 37 ; STOP-BEFORE-DEAD1: Remove dead machine instructions 38 ; STOP-BEFORE-DEAD1-NOT: Remove dead machine instructions 43 ; START-BEFORE-DEAD1-NOT: Remove dead machine instructions 44 ; START-BEFORE-DEAD1: Remove dead machine instructions 45 ; START-BEFORE-DEAD1-NOT: Remove dead machine instructions [all …]
|
| /llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 137 start_position.Remove(); in ParseFunctionImpl() 183 start_position.Remove(); in ParseFuncPtr() 184 before_inner_function_pos.Remove(); in ParseFuncPtr() 212 start_position.Remove(); in ParseFuncPtr() 298 start_position.Remove(); in ConsumeTemplateArgs() 324 start_position.Remove(); in ConsumeAbiTag() 348 start_position.Remove(); in ConsumeAnonymousNamespace() 370 start_position.Remove(); in ConsumeLambda() 395 start_position.Remove(); in ConsumeBrackets() 434 start_position.Remove(); in ConsumeOperator() [all …]
|
| H A D | CPlusPlusNameParser.h | 98 b.Remove(); in Bookmark() 103 void Remove() { m_restore = false; } in Remove() function
|
| /llvm-project/clang-tools-extra/docs/clang-tidy/checks/abseil/ |
| H A D | duration-unnecessary-conversion.rst | 17 // Suggestion - Remove unnecessary conversions 23 // Suggestion - Remove division and conversion 34 // Suggestion - Remove unnecessary conversions 40 // Suggestion - Remove division and conversion 51 // Suggestion - Remove unnecessary conversion
|
| /llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">; 54 HelpText<"Remove all debug sections">; 60 HelpText<"Remove all symbols not needed by relocations">; 62 defm remove_section : Eq<"remove-section", "Remove <section>">, 70 HelpText<"Remove all section headers and all section data not within segments">; 100 HelpText<"Remove local symbols starting with .L">; 107 HelpText<"Remove most local symbols. Different file formats may limit this to a subset. "
|
| H A D | ObjcopyOpts.td | 76 defm only_section : Eq<"only-section", "Remove all but <section>">, 117 HelpText<"Remove all DWARF .dwo sections">; 120 HelpText<"Remove all non-allocated sections that are not within segments">; 123 "Remove all symbols named <symbol> that are local or undefined and " 128 "Remove all symbols whose names appear in the file <file>, if they " 140 "Remove all sections that are not DWARF .dwo sections from file">; 212 "Remove all symbols whose names appear in the file <filename>">, 247 "Remove <prefix> from the start of every symbol name. No-op for symbols that do not start " 302 : Eq<"remove-note", "Remove note(s) with <type_id> and optional <name>">,
|
| /llvm-project/llvm/docs/CommandGuide/ |
| H A D | llvm-strip.rst | 40 Remove most local symbols from the output. Different file formats may limit 78 Remove the specified section from the output. Can be specified multiple times 83 Remove all symbols, debug sections and relocations from the output. This option 97 Remove all debug sections from the output. 101 Remove all symbols named ``<symbol>`` from the output. Can be specified 106 Remove from the output all local or undefined symbols that are not required by 155 Remove local symbols starting with ".L" from the output. 177 Remove from the output all section headers and all section data not within 183 Remove Swift symbols.
|
| H A D | llvm-objcopy.rst | 60 Remove most local symbols from the output. Different file formats may limit 133 Remove all sections from the output, except for sections named ``<section>``. 159 Remove ``<prefix>`` from the start of every symbol name. No-op for symbols that do 164 Remove the specified section from the output. Can be specified multiple times 232 Remove all symbols, debug sections and relocations from the output. This option 246 Remove all debug sections from the output. 250 Remove all symbols named ``<symbol>`` from the output. Can be specified 255 Remove all symbols whose names appear in the file ``<filename>``, from the 262 Remove from the output all symbols named ``<symbol>`` that are local or 267 Remove al [all...] |
| /llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 579 static void relaxAlign(orc::ExecutorAddr Loc, const Edge &E, uint32_t &Remove, in relaxAlign() argument 587 Remove = SrcLoc - DestLoc; in relaxAlign() 588 assert(static_cast<int32_t>(Remove) >= 0 && in relaxAlign() 595 const Edge &E, uint32_t &Remove, in relaxCall() argument 606 Remove = 6; in relaxCall() 610 Remove = 6; in relaxCall() 614 Remove = 4; in relaxCall() 618 Remove = 0; in relaxCall() 635 uint32_t Remove = 0; in relaxBlock() local 638 relaxAlign(Loc, *E, Remove, Au in relaxBlock() 693 uint32_t Remove = Aux.RelocDeltas[I] - Delta; finalizeBlockRelax() local [all...] |
| /llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRDFOpt.cpp | 100 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove); 181 SetVector<NodeId> Remove = DeadInstrs; in run() local 188 Changed |= rewrite(SA, Remove); in run() 191 return erase(Remove) || Changed; in run() 220 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite() argument 274 Remove.insert(D.Id); in rewrite()
|
| /llvm-project/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| H A D | tbaa-path-new.ll | 47 ; Remove a load and propagate the value from store. 90 ; Remove a load and propagate the value from store. 112 ; Remove a load and propagate the value from store. 134 ; Remove a load and propagate the value from store. 156 ; Remove a load and propagate the value from store. 178 ; Remove a load and propagate the value from store. 199 ; Remove a load and propagate the value from store. 221 ; Remove a load and propagate the value from store. 242 ; Remove a load and propagate the value from store.
|
| /llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObject.cpp | 96 bool Remove = ToRemove(Sec); in removeSections() 97 if (Remove) in removeSections() local 99 return Remove; in removeSections() 101 // Remove all symbols referring to the removed sections. in removeSections()
|
| /llvm-project/libcxx/docs/Status/ |
| H A D | Cxx2cPapers.csv | 39 "`P2868R3 <https://wg21.link/P2868R3>`__","Remove Deprecated ``std::allocator`` Typedef From C++26","2023-11 (Kona)","|Complete|","18","" 40 "`P2870R3 <https://wg21.link/P2870R3>`__","Remove ``basic_string::reserve()`` From C++26","2023-11 (Kona)","|Complete|","18","" 41 "`P2871R3 <https://wg21.link/P2871R3>`__","Remove Deprecated Unicode Conversion Facets from C++26","2023-11 (Kona)","|Complete|","18","" 43 "`P2937R0 <https://wg21.link/P2937R0>`__","Freestanding: Remove ``strtok``","2023-11 (Kona)","","","" 50 "`P2867R2 <https://wg21.link/P2867R2>`__","Remove Deprecated ``strstreams`` From C++26","2024-03 (Tokyo)","|Complete|","19","" 51 "`P2869R4 <https://wg21.link/P2869R4>`__","Remove Deprecated ``shared_ptr`` Atomic Access APIs from C++26","2024-03 (Tokyo)","","","" 52 "`P2872R3 <https://wg21.link/P2872R3>`__","Remove ``wstring_convert`` From C++26","2024-03 (Tokyo)","|Complete|","19","" 76 "`P2422R1 <https://wg21.link/P2422R1>`__","Remove ``nodiscard`` annotations from the standard library specification","2024-06 (St. Louis)","|Complete|","19","``nodiscard`` attributes were kept as a conforming extension"
|
| /llvm-project/llvm/utils/vscode/llvm/ |
| H A D | language-configuration-tablegen.json | 3 …// symbol used for single line comment. Remove this entry if your language does not support line c… 5 …// symbols used for start and end a block comment. Remove this entry if your language does not sup…
|
| /llvm-project/flang/unittests/Common/ |
| H A D | FastIntSetTest.cpp | 35 ASSERT_TRUE(set.Remove(0)); in TEST() 70 ASSERT_TRUE(set.Remove(j)) << j; in TEST() 95 ASSERT_TRUE(set.Remove(j)) << j; in TEST()
|
| /llvm-project/runtimes/cmake/Modules/ |
| H A D | WarningFlags.cmake | 45 -Wno-zero-as-null-pointer-constant # FIXME: Remove this and fix all occurrences. 49 -Wno-deprecated # FIXME: Remove this and fix all occurrences. 78 # TODO(EricWF) Remove this. We shouldn't be suppressing errors when -Werror is
|
| /llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ilist.h | 48 void Remove(Elem* e); 105 void IList<Base, Node, Elem>::Remove(Elem* e) { in Remove() function 122 Remove(e); in PopFront() 130 Remove(e); in PopBack()
|
| /llvm-project/llvm/test/CodeGen/PowerPC/ |
| H A D | O3-pipeline.ll | 57 ; CHECK-NEXT: Remove unreachable blocks from the CFG 113 ; CHECK-NEXT: Remove dead machine instructions 129 ; CHECK-NEXT: Remove dead machine instructions 132 ; CHECK-NEXT: Remove unreachable machine basic blocks 139 ; CHECK-NEXT: Remove dead machine instructions 140 ; CHECK-NEXT: Remove unreachable machine basic blocks 156 ; CHECK-NEXT: Remove unreachable machine basic blocks 184 ; CHECK-NEXT: Remove Redundant DEBUG_VALUE analysis 217 ; CHECK-NEXT: Remove Loads Into Fake Uses
|
| /llvm-project/polly/lib/External/isl/imath/ |
| H A D | ChangeLog | 381 Remove emacs folding-mode comments throughout. 387 Remove dead division code. 392 Remove MP_USMALL_MIN, which was unused by anything in imath. 409 7e45d6a Remove a doc reference to MP_USMALL_MIN. 426 dc307ae Cleanup: Remove dead author URLs, SVN markers. 431 7b10453 bug: Remove a redundant initialization. 433 ef36352 Remove the findsizes.py script. 472 bf289f0 gmp-compat-test: Remove dependency on Python 3. 480 89c72f2 Remove CHECK and NRCHECK macros. 484 54d51da Remove obsolete division spec. [all …]
|
| /llvm-project/mlir/examples/standalone/python/ |
| H A D | CMakeLists.txt | 57 # TODO: Remove this in favor of showing fine grained registration once 72 # TODO: Remove this in favor of showing fine grained registration once
|
| /llvm-project/llvm/test/CodeGen/M68k/ |
| H A D | pipeline.ll | 27 ; CHECK-NEXT: Remove unreachable blocks from the CFG 69 ; CHECK-NEXT: Remove dead machine instructions 81 ; CHECK-NEXT: Remove dead machine instructions 85 ; CHECK-NEXT: Remove unreachable machine basic blocks 110 ; CHECK-NEXT: Remove Redundant DEBUG_VALUE analysis 139 ; CHECK-NEXT: Remove Loads Into Fake Uses
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | ConfigCompile.cpp | 267 if (!F.Remove.empty()) { in compile() 268 auto Remove = std::make_shared<ArgStripper>(); in compile() 269 for (auto &A : F.Remove) in compile() local 270 Remove->strip(*A); in compile() 271 Out.Apply.push_back([Remove(std::shared_ptr<const ArgStripper>( in compile() 272 std::move(Remove)))](const Params &, Config &C) { in compile() 274 [Remove](std::vector<std::string> &Args) { in compile() 275 Remove->process(Args); in compile() 540 // Remove list. in compile() 582 for (auto &CheckGlob : F.Remove) in compile() [all...] |
| /llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | auto-remove-add-symtab-shndx.test | 7 # Remove enough so that the last section with a symbol has index 11 # Remove one more to cause removal of the section. 33 # FIXME: Remove these test lines once the bug has been fixed. They simply show
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 70 bool Remove(size_t index, bool notify); 72 bool Remove(ConstString path, bool notify);
|
| /llvm-project/.github/workflows/containers/github-action-ci/ |
| H A D | stage1.Dockerfile | |