Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dllc-start-stop-instance.ll23 ; 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-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp132 start_position.Remove(); in ParseFunctionImpl()
168 start_position.Remove(); in ParseFuncPtr()
247 start_position.Remove(); in ConsumeTemplateArgs()
271 start_position.Remove(); in ConsumeAnonymousNamespace()
293 start_position.Remove(); in ConsumeLambda()
318 start_position.Remove(); in ConsumeBrackets()
357 start_position.Remove(); in ConsumeOperator()
404 start_position.Remove(); in ConsumeOperator()
478 start_position.Remove(); in ConsumeDecltype()
490 start_position.Remove(); in ConsumeTypename()
[all …]
H A DCPlusPlusNameParser.h97 b.Remove(); in Bookmark()
102 void Remove() { m_restore = false; } in Remove() function
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dduration-unnecessary-conversion.rst17 // 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-15.0.7/llvm/tools/llvm-objcopy/
H A DCommonOpts.td42 HelpText<"Remove non-allocated sections outside segments. "
51 HelpText<"Remove all debug sections">;
57 HelpText<"Remove all symbols not needed by relocations">;
59 defm remove_section : Eq<"remove-section", "Remove <section>">,
67 HelpText<"Remove all section headers and all sections not in segments">;
97 HelpText<"Remove compiler-generated local symbols, (e.g. "
105 HelpText<"Remove all local symbols except file and section symbols. Also "
H A DObjcopyOpts.td70 defm only_section : Eq<"only-section", "Remove all but <section>">,
100 HelpText<"Remove all DWARF .dwo sections from file">;
103 HelpText<"Remove all non-allocated sections outside segments">;
106 "Remove symbol <symbol> if it is not needed by relocations">,
122 "Remove all sections that are not DWARF .dwo sections from file">;
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-strip.rst40 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 Dllvm-objcopy.rst60 Remove most local symbols from the output. Different file formats may limit
96 Remove all sections from the output, except for sections named ``<section>``.
188 Remove all debug sections from the output.
192 Remove all symbols named ``<symbol>`` from the output. Can be specified
197 Remove all symbols whose names appear in the file ``<filename>``, from the
204 Remove from the output all symbols named ``<symbol>`` that are local or
209 Remove all symbols whose names appear in the file ``<filename>``, from the
310 Remove local symbols starting with ".L" from the output.
314 Remove all sections that are not DWARF .dwo sections from the output.
448 Remove all DWARF .dwo sections from the output.
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp95 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove);
176 SetVector<NodeId> Remove = DeadInstrs; in run() local
183 Changed |= rewrite(SA, Remove); in run()
186 return erase(Remove) || Changed; in run()
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite() argument
269 Remove.insert(D.Id); in rewrite()
/llvm-project-15.0.7/llvm/utils/vscode/llvm/
H A Dlanguage-configuration-tablegen.json3 …// 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-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp97 bool Remove = ToRemove(Sec); in removeSections() local
98 if (Remove) in removeSections()
100 return Remove; in removeSections()
/llvm-project-15.0.7/flang/unittests/Common/
H A DFastIntSetTest.cpp35 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-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/
H A Dtbaa-path-new.ll47 ; Remove a load and propagate the value from store.
91 ; Remove a load and propagate the value from store.
113 ; Remove a load and propagate the value from store.
135 ; Remove a load and propagate the value from store.
157 ; Remove a load and propagate the value from store.
179 ; Remove a load and propagate the value from store.
201 ; Remove a load and propagate the value from store.
223 ; Remove a load and propagate the value from store.
245 ; Remove a load and propagate the value from store.
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_ilist.h48 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()
H A Dtsan_mutexset.h46 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
87 void MutexSet::Remove(u64 id) {} in Remove() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h48 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-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp267 if (!F.Remove.empty()) { in compile()
268 auto Remove = std::make_shared<ArgStripper>(); in compile() local
269 for (auto &A : F.Remove) in compile()
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()
494 for (auto &CheckGlob : F.Remove) in compile()
H A DConfigFragment.h164 std::vector<Located<std::string>> Remove; member
258 std::vector<Located<std::string>> Remove; member
/llvm-project-15.0.7/mlir/examples/standalone/python/
H A DCMakeLists.txt43 # TODO: Remove this in favor of showing fine grained registration once
58 # TODO: Remove this in favor of showing fine grained registration once
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPathMappingList.h54 bool Remove(size_t index, bool notify);
56 bool Remove(ConstString path, bool notify);
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog381 Remove emacs folding-mode comments throughout.
387 Remove dead division code.
431 7b10453 bug: Remove a redundant initialization.
433 ef36352 Remove the findsizes.py script.
480 89c72f2 Remove CHECK and NRCHECK macros.
484 54d51da Remove obsolete division spec.
520 d239b2e Remove imath.py.
522 fbbbbad Remove the mpz struct tag.
526 ea5398f Remove the mpq struct tag.
531 58672fc Remove the "dist" target from Makefile.
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A DO3-pipeline.ll56 ; CHECK-NEXT: Remove unreachable blocks from the CFG
101 ; CHECK-NEXT: Remove dead machine instructions
117 ; CHECK-NEXT: Remove dead machine instructions
125 ; CHECK-NEXT: Remove dead machine instructions
126 ; CHECK-NEXT: Remove unreachable machine basic blocks
144 ; CHECK-NEXT: Remove unreachable machine basic blocks
172 ; CHECK-NEXT: Remove Redundant DEBUG_VALUE analysis
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dauto-remove-add-symtab-shndx.test7 # 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-15.0.7/llvm/test/CodeGen/RISCV/
H A DO3-pipeline.ll48 ; CHECK-NEXT: Remove unreachable blocks from the CFG
85 ; CHECK-NEXT: Remove dead machine instructions
97 ; CHECK-NEXT: Remove dead machine instructions
103 ; CHECK-NEXT: Remove unreachable machine basic blocks
129 ; CHECK-NEXT: Remove Redundant DEBUG_VALUE analysis
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllc-pipeline.ll46 ; GCN-O0-NEXT: Remove unreachable blocks from the CFG
289 ; GCN-O1-NEXT: Remove dead machine instructions
301 ; GCN-O1-NEXT: Remove dead machine instructions
305 ; GCN-O1-NEXT: Remove dead machine instructions
309 ; GCN-O1-NEXT: Remove dead machine instructions
862 ; GCN-O2-NEXT: Remove dead machine instructions
874 ; GCN-O2-NEXT: Remove dead machine instructions
886 ; GCN-O2-NEXT: Remove dead machine instructions
890 ; GCN-O2-NEXT: Remove dead machine instructions
1167 ; GCN-O3-NEXT: Remove dead machine instructions
[all …]

12345678910>>...13