Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/llvm-project-15.0.7/lld/wasm/
H A DSymbolTable.cpp173 if (!isa<TagSymbol>(existing)) { in checkTagType()
203 if (!isa<DataSymbol>(existing)) in checkDataType()
279 if (!existing->isDefined()) { in shouldReplace()
292 if (existing->isWeak()) { in shouldReplace()
468 if (!existing->importName) in setImportAttributes()
478 if (!existing->importModule) in setImportAttributes()
490 existing->flags = (existing->flags & ~WASM_SYMBOL_BINDING_MASK) | binding; in setImportAttributes()
685 if (existing) { in resolveIndirectFunctionTable()
691 if (existing->isDefined()) { in resolveIndirectFunctionTable()
699 if (existing) in resolveIndirectFunctionTable()
[all …]
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp98 Operation *existing, bool hasSSADominance);
112 Operation *existing, bool hasSSADominance) { in replaceUsesAndDelete() argument
119 op->replaceAllUsesWith(existing); in replaceUsesAndDelete()
124 for (auto it : llvm::zip(op->getResults(), existing->getResults())) { in replaceUsesAndDelete()
140 existing->setLoc(op->getLoc()); in replaceUsesAndDelete()
216 if (auto *existing = knownValues.lookup(op)) { in simplifyOperation() local
217 if (existing->getBlock() == op->getBlock() && in simplifyOperation()
218 !hasOtherSideEffectingOpInBetween(existing, op)) { in simplifyOperation()
222 replaceUsesAndDelete(knownValues, op, existing, hasSSADominance); in simplifyOperation()
231 if (auto *existing = knownValues.lookup(op)) { in simplifyOperation() local
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/
H A Dexpected.txt1 The new replacement overlaps with an existing replacement.
4 The new replacement overlaps with an existing replacement.
7 The new replacement overlaps with an existing replacement.
10 The new replacement overlaps with an existing replacement.
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dmri-create-overwrite.test1 ## Show that CREATE/CREATETHIN overwrite existing files appropriately.
7 ## Show that an existing file that is not an archive is overwritten by CREATE.
12 ## Show that an existing file that is not an archive is overwritten by CREATETHIN.
18 ## Show that an existing regular archive is overwritten by CREATE.
25 ## Show that an existing regular archive is overwritten by CREATETHIN.
31 ## Show that an existing thin archive is overwritten by CREATE.
37 ## Show that an existing thin archive is overwritten by CREATETHIN.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dbitfield-insert.ll40 %oldval = load volatile i32, i32* %existing
48 store volatile i32 %combined, i32* %existing
61 %oldval = load volatile i64, i64* %existing
69 store volatile i64 %combined, i64* %existing
83 %oldval = load volatile i64, i64* %existing
90 store volatile i64 %combined, i64* %existing
105 %oldval = load volatile i32, i32* %existing
113 store volatile i32 %combined, i32* %existing
127 %oldval = load volatile i64, i64* %existing
151 %oldval = load volatile i32, i32* %existing
[all …]
H A Dbitfield-insert-0.ll6 define void @test_bfi0(i32* %existing, i32* %new) {
9 %oldval = load volatile i32, i32* %existing
16 store volatile i32 %combined, i32* %existing
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dbinary-output-empty.test8 # Writing an empty output to an existing file will truncate it.
9 # RUN: echo abcd > %t-existing.txt
10 # RUN: llvm-objcopy -R .text -O binary %t.o %t-existing.txt
11 # RUN: wc -c %t-existing.txt | FileCheck %s
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dtypes.py46 existing = cls.ALL_TYPEVARS.get(name)
47 if existing is not None:
48 return existing
H A Daffine.py234 existing = cls.ALL_DIMS.get(dimname)
235 if existing is not None:
236 return existing
277 existing = cls.ALL_SYMBOLS.get(symname)
278 if existing is not None:
279 return existing
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-property.m5 …id __weak myString; // expected-error {{existing instance variable 'myString' for strong property …
7 …id __weak myString2; // expected-error {{existing instance variable 'myString2' for strong propert…
9 …id StrongIvar5; // expected-error {{existing instance variable 'StrongIvar5' for __weak property '…
34 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for __weak property '…
35 …id __strong y; // expected-error {{existing instance variable 'y' for __weak property 'y' must be…
H A Darc-property-lifetime.m6 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
7 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
23 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
24 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
40 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
41 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
73 …id y; // expected-error {{existing instance variable 'y' for property 'y' with assign attribute mu…
88 …id y; // expected-error {{existing instance variable 'y' for property 'y' with unsafe_unretained a…
183 …id _prop; // expected-error {{existing instance variable '_prop' for property 'prop' with assign a…
H A Derror-property-gc-attr.m22 @synthesize pweak=IVAR; // expected-error {{existing instance variable 'IVAR' for __weak property …
23 @synthesize NOT=II; // expected-error {{existing instance variable 'II' for strong property 'NOT' m…
26 @synthesize AWEAK; // expected-error {{existing instance variable 'AWEAK' for strong property 'AWEA…
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
22 …__unsafe_unretained id _wc; // expected-error {{existing instance variable '_wc' for __weak proper…
24 …__weak id _ub; // expected-error {{existing instance variable '_ub' for property 'ub' with unsafe_…
27 …__weak id _sb; // expected-error {{existing instance variable '_sb' for strong property 'sb' may n…
H A Doverride-nullability.m12 …icting nullability specifier on return types, 'nullable' conflicts with existing specifier 'nonnul…
13 …ting nullability specifier on parameter types, 'nonnull' conflicts with existing specifier 'nullab…
H A Dnullable-result.m29 …/ expected-error{{nullability specifier _Nullable_result conflicts with existing specifier '_Nulla…
30 …l c; // expected-error{{nullability specifier '_Nonnull' conflicts with existing specifier _Nullab…
H A Dnullability.m39 …hod1; // expected-error{{nullability specifier 'nonnull' conflicts with existing specifier '_Nulla…
45 …expected-error{{nullability specifier 'null_unspecified' conflicts with existing specifier '_Nulla…
48 …ty3; // expected-error{{nullability specifier 'nullable' conflicts with existing specifier 'null_u…
56 …expected-error{{nullability specifier 'null_unspecified' conflicts with existing specifier '_Nulla…
102 …oo { // expected-error{{nullability specifier 'nullable' conflicts with existing specifier 'nonnul…
103 …// expected-error{{nullability specifier 'null_unspecified' conflicts with existing specifier 'non…
168 …lah; // expected-error {{nullability specifier 'nonnull' conflicts with existing specifier '_Nulla…
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dtest-legalize-type-conversion.mlir7 // expected-note@below {{see existing live user here}}
27 // expected-note@below {{see existing live user here}}
37 // expected-note@below {{see existing live user here}}
57 // expected-note@below {{see existing live user here}}
109 // expected-note@below {{see existing live user here}}
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dsymbols.s23 # Provide existing symbol. The value should be 0, even though we
30 # Provide existing symbol. The value should be 0, even though we
53 # Provide existing symbol. The value should be 0, even though we
60 # Provide existing symbol. The value should be 0, even though we
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp173 StringRef existing = pair.first->second; in parseMerge() local
174 if (existing != to) in parseMerge()
175 warn(s + ": already merged into " + existing); in parseMerge()
690 Export *existing = pair.first->second; in fixupExports() local
691 if (e == *existing || e.name != existing->name) in fixupExports()
723 std::pair<StringRef, InputFile *> existing = config->mustMatch[k]; in checkFailIfMismatch() local
724 if (!existing.first.empty() && v != existing.first) { in checkFailIfMismatch()
727 existing.second ? toString(existing.second) : "cmd-line"; in checkFailIfMismatch()
729 existingStr + " has value " + existing.first + "\n>>> " + sourceStr + in checkFailIfMismatch()
/llvm-project-15.0.7/mlir/lib/Dialect/
H A DTraits.cpp196 ArrayRef<int64_t> existing) { in isCompatibleInferredReturnShape() argument
204 if (inferred.size() != existing.size()) in isCompatibleInferredReturnShape()
206 for (auto p : llvm::zip(inferred, existing)) in isCompatibleInferredReturnShape()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp321 for (auto const &existing : m_loaded_modules.m_list) { in AddSOEntriesFromRemote() local
322 if (modInfo == existing) { in AddSOEntriesFromRemote()
349 for (auto const &existing : m_loaded_modules.m_list) { in RemoveSOEntriesFromRemote() local
352 if (modInfo == existing) { in RemoveSOEntriesFromRemote()
362 if (!FillSOEntryFromModuleInfo(existing, entry)) in RemoveSOEntriesFromRemote()
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp99 auto existing = shard.instances.insert_as({key.hashValue}, key); in getOrCreateUnsafe() local
100 BaseStorage *&storage = existing.first->storage; in getOrCreateUnsafe()
101 if (existing.second) in getOrCreateUnsafe()
/llvm-project-15.0.7/mlir/utils/vscode/.vscode/
H A Dlaunch.json3 // Hover to view descriptions of existing attributes.
/llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/
H A Dexpected.txt1 The new insertion has the same insert location as an existing replacement.
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStructuredDataTest.cpp37 FileSpec("non-existing-file.json"), status);

12345678910>>...17