| /llvm-project/lld/wasm/ |
| H A D | SymbolTable.cpp | 145 static void reportTypeError(const Symbol *existing, const InputFile *file, in reportTypeError() 147 error("symbol type mismatch: " + toString(*existing) + "\n>>> defined as " + in reportTypeError() 148 toString(existing->getWasmType()) + " in " + in reportTypeError() 149 toString(existing->getFile()) + "\n>>> defined as " + toString(type) + in reportTypeError() 156 static bool signatureMatches(FunctionSymbol *existing, in signatureMatches() 158 const WasmSignature *oldSig = existing->signature; in signatureMatches() 169 static void checkGlobalType(const Symbol *existing, const InputFile *file, in checkGlobalType() 171 if (!isa<GlobalSymbol>(existing)) { in checkGlobalType() 172 reportTypeError(existing, file, WASM_SYMBOL_TYPE_GLOBAL); in checkGlobalType() 176 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing) in checkGlobalType() 144 reportTypeError(const Symbol * existing,const InputFile * file,llvm::wasm::WasmSymbolType type) reportTypeError() argument 155 signatureMatches(FunctionSymbol * existing,const WasmSignature * newSig) signatureMatches() argument 168 checkGlobalType(const Symbol * existing,const InputFile * file,const WasmGlobalType * newType) checkGlobalType() argument 183 checkTagType(const Symbol * existing,const InputFile * file,const WasmSignature * newSig) checkTagType() argument 199 checkTableType(const Symbol * existing,const InputFile * file,const WasmTableType * newType) checkTableType() argument 215 checkDataType(const Symbol * existing,const InputFile * file) checkDataType() argument 291 shouldReplace(const Symbol * existing,InputFile * newFile,uint32_t newFlags) shouldReplace() argument 479 setImportAttributes(T * existing,std::optional<StringRef> importName,std::optional<StringRef> importModule,uint32_t flags,InputFile * file) setImportAttributes() argument 712 Symbol *existing = find(functionTableName); resolveIndirectFunctionTable() local [all...] |
| /llvm-project/lldb/test/Shell/Diagnostics/ |
| H A D | TestDump.test | 4 # Dump to an existing directory. 5 # RUN: rm -rf %t.existing 6 # RUN: mkdir -p %t.existing 7 # RUN: %lldb -o 'diagnostics dump -d %t.existing' 8 # RUN: file %t.existing | FileCheck %s 10 # Dump to a non-existing directory.
|
| /llvm-project/mlir/lib/Transforms/ |
| H A D | CSE.cpp | 111 Operation *existing, bool hasSSADominance); 132 Operation *existing, in replaceUsesAndDelete() argument 142 rewriteListener->notifyOperationReplaced(op, existing); in replaceUsesAndDelete() 145 rewriter.replaceAllUsesWith(op->getResults(), existing->getResults()); in replaceUsesAndDelete() 157 rewriteListener->notifyOperationReplaced(op, existing); in replaceUsesAndDelete() 161 rewriter.replaceUsesWithIf(op->getResults(), existing->getResults(), in replaceUsesAndDelete() 172 if (isa<UnknownLoc>(existing->getLoc()) && !isa<UnknownLoc>(op->getLoc())) in replaceUsesAndDelete() 173 existing->setLoc(op->getLoc()); in replaceUsesAndDelete() 258 if (auto *existing = knownValues.lookup(op)) { in simplifyOperation() local 259 if (existing->getBlock() == op->getBlock() && in simplifyOperation() [all …]
|
| /llvm-project/compiler-rt/docs/ |
| H A D | ASanABI.rst | 9 …brary (libclang_rt.asan_abi_osx.a) that contains simple mappings of the existing ASan ABI to the s… 25 …existing ABI requiring changes to the shim should been infrequent as the existing ASan ABI has lon… 29 …* An existing ABI function is changed to return the input parameter on success or NULL on failure.… 35 …ame pattern. In this case it would make sense to apply the same logic as the existing entry points: 41 …existing ABI for which there is no obvious stable ABI implementation: In this case, doing nothing … 47 * An entrypoint in the existing ABI is deprecated and/or deleted:
|
| /llvm-project/llvm/test/tools/llvm-ar/ |
| H A D | mri-create-overwrite.test | 1 ## 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/clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/ |
| H A D | expected.txt | 1 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/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | binary-output-empty.test | 8 # 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/llvm/test/CodeGen/AArch64/ |
| H A D | bitfield-insert.ll | 32 define void @test_whole32(ptr %existing, ptr %new) { 40 %oldval = load volatile i32, ptr %existing 48 store volatile i32 %combined, ptr %existing 53 define void @test_whole64(ptr %existing, ptr %new) { 61 %oldval = load volatile i64, ptr %existing 69 store volatile i64 %combined, ptr %existing 74 define void @test_whole32_from64(ptr %existing, ptr %new) { 83 %oldval = load volatile i64, ptr %existing 90 store volatile i64 %combined, ptr %existing 95 define void @test_32bit_masked(ptr %existing, pt [all...] |
| H A D | bitfield-insert-0.ll | 6 define void @test_bfi0(ptr %existing, ptr %new) { 9 %oldval = load volatile i32, ptr %existing 16 store volatile i32 %combined, ptr %existing
|
| /llvm-project/clang/test/SemaObjC/ |
| H A D | arc-property-lifetime.m | 5 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '… 6 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be… 22 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '… 23 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be… 39 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '… 40 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be… 71 …id y; // expected-error {{existing instance variable 'y' for property 'y' with assign attribute mu… 86 …id y; // expected-error {{existing instance variable 'y' for property 'y' with unsafe_unretained a… 176 …id _prop; // expected-error {{existing instance variable '_prop' for property 'prop' with assign a…
|
| H A D | arc-property.m | 4 …id __weak myString; // expected-error {{existing instance variable 'myString' for strong property … 6 …id __weak myString2; // expected-error {{existing instance variable 'myString2' for strong propert… 8 …id StrongIvar5; // expected-error {{existing instance variable 'StrongIvar5' for __weak property '… 32 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for __weak property '… 33 …id __strong y; // expected-error {{existing instance variable 'y' for __weak property 'y' must be…
|
| H A D | error-property-gc-attr.m | 22 @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 D | mrc-weak.m | 20 …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 D | override-nullability.m | 11 …icting nullability specifier on return types, 'nullable' conflicts with existing specifier 'nonnul… 12 …ting nullability specifier on parameter types, 'nonnull' conflicts with existing specifier 'nullab…
|
| H A D | nullable-result.m | 29 …expected-error{{nullability specifier '_Nullable_result' conflicts with existing specifier '_Nulla… 30 …l c; // expected-error{{nullability specifier '_Nonnull' conflicts with existing specifier '_Nulla…
|
| /llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | types.py | 45 existing = cls.ALL_TYPEVARS.get(name) 46 if existing is not None: 47 return existing
|
| H A D | affine.py | 236 existing = cls.ALL_DIMS.get(dimname) 237 if existing is not None: 238 return existing 278 existing = cls.ALL_SYMBOLS.get(symname) 279 if existing is not None: 280 return existing
|
| /llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 173 StringRef existing = pair.first->second; in parseMerge() local 174 if (existing != to) in parseMerge() 175 Warn(ctx) << s << ": already merged into " << existing; in parseMerge() 665 std::pair<StringRef, InputFile *> existing = ctx.config.mustMatch[k]; in exportSourceName() 666 if (!existing.first.empty() && v != existing.first) { in exportSourceName() 669 existing.second ? toString(existing.second) : "cmd-line"; 671 << existingStr << " has value " << existing.first << "\n>>> " 732 Export *existing = pair.first->second.first; fixupExports() local 779 std::pair<StringRef, InputFile *> existing = ctx.config.mustMatch[k]; checkFailIfMismatch() local
|
| /llvm-project/mlir/test/Transforms/ |
| H A D | test-legalize-type-conversion.mlir | 7 // expected-note@below{{see existing live user here}} 26 // expected-note@below{{see existing live user here}} 35 // expected-note@below{{see existing live user here}} 55 // expected-note@below{{see existing live user here}} 108 // expected-note@below{{see existing live user here}}
|
| /llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/ |
| H A D | AMDGPUToROCDL.cpp | 835 Value existing = adaptor.getExisting(); in runOnOperation() 836 if (existing) in runOnOperation() 837 existing = rewriter.create<LLVM::BitcastOp>(loc, i32, existing); in runOnOperation() 839 existing = rewriter.create<LLVM::UndefOp>(loc, i32); in runOnOperation() 845 existing, wordSel); in runOnOperation() 848 existing, wordSel); in runOnOperation() 870 Value existing = adaptor.getExisting(); in populateAMDGPUToROCDLConversionPatterns() 871 if (existing) in populateAMDGPUToROCDLConversionPatterns() 872 existing in populateAMDGPUToROCDLConversionPatterns() 776 Value existing = adaptor.getExisting(); matchAndRewrite() local 811 Value existing = adaptor.getExisting(); matchAndRewrite() local [all...] |
| /llvm-project/lld/test/ELF/linkerscript/ |
| H A D | symbols.s | 23 # 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/mlir/test/Conversion/AMDGPUToROCDL/ |
| H A D | 8-bit-floats.mlir | 80 func.func @packed_truncx2_into(%v: f32, %w: f32, %existing: vector<4xf8E5M2FNUZ>) -> vector<4xf8E5M… 81 …%ret = amdgpu.packed_trunc_2xfp8 %v, %w into %existing[word 1] : f32 to vector<4xf8E5M2FNUZ> into … 105 func.func @packed_stoch_round_into(%v: f32, %s: i32, %existing: vector<4xf8E5M2FNUZ>) -> vector<4xf… 106 …%ret = amdgpu.packed_stoch_round_fp8 %v + %s into %existing[1] : f32 to vector<4xf8E5M2FNUZ> into …
|
| /llvm-project/mlir/lib/Dialect/ |
| H A D | Traits.cpp | 196 ArrayRef<int64_t> existing) { in isCompatibleInferredReturnShape() argument 197 // If both interred and existing dimensions are static, they must be equal. in isCompatibleInferredReturnShape() 202 if (inferred.size() != existing.size()) in isCompatibleInferredReturnShape() 204 for (auto [inferredDim, existingDim] : llvm::zip_equal(inferred, existing)) in isCompatibleInferredReturnShape()
|
| /llvm-project/flang/docs/ |
| H A D | fstack-arrays.md | 40 can be avoided. Where the transformation is not possible, the existing heap 93 would be to generate less complicated FIR code, as the existing codegen has 103 The existing design is for the runtime to do the allocation and the lowering 124 existing implementation already uses stack allocations (or better) where 151 When conducting the dense data flow analysis, the pass will assume that existing 152 allocations are not freed inside called functions. This is true for the existing 176 allocations between them. If this is not the case, the existing heap allocation
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 439 for (auto const &existing : m_loaded_modules.m_list) { in AddSOEntriesFromRemote() local 440 if (modInfo == existing) { in AddSOEntriesFromRemote() 467 for (auto const &existing : m_loaded_modules.m_list) { in RemoveSOEntriesFromRemote() local 470 if (modInfo == existing) { in RemoveSOEntriesFromRemote() 480 if (!FillSOEntryFromModuleInfo(existing, entry)) in RemoveSOEntriesFromRemote()
|