| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | vtx-fetch-branch.ll | 3 ; This tests for a bug where vertex fetch clauses right before an ENDIF 5 ; for the ALU clause before the vetex fetch instead of emitting a POP instruction 6 ; after the fetch clause.
|
| H A D | vtx-schedule.ll | 5 ; same fetch clasue.
|
| /llvm-project-15.0.7/.github/workflows/ |
| H A D | version-check.yml | 20 fetch-depth: 0
|
| H A D | release-tasks.yml | 53 fetch-depth: 0
|
| H A D | issue-release-workflow.yml | 46 fetch-depth: 0
|
| H A D | llvm-project-tests.yml | 64 fetch-depth: 250
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 325 git config svn-remote.svn.fetch :refs/remotes/origin/main 590 git -C my-monorepo fetch --all 749 git fetch localrepo 760 git fetch umbrella/split/${project} 768 git fetch local/split/${project} 774 git fetch umbrella 852 git fetch localrepo 863 git fetch umbrella/split/${project} 871 git fetch local/split/${project} 878 git fetch umbrella [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | dynamic-list-weak-archive.s | 3 ## A weak reference does not fetch the lazy definition. Test foo is preemptable
|
| H A D | tls-weak-undef.s | 12 ## An undefined weak TLS symbol does not fetch a lazy definition.
|
| H A D | version-script-weak.s | 3 ## An weak undefined symbol does not fetch the lazy definition.
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | undef-weak.ll | 19 ; We should not fetch the archive member.
|
| H A D | undef-weak-lazy.ll | 14 ;; %tweakundef.o does not fetch %tdef.o but %tundef.o does.
|
| H A D | version-libcall.ll | 2 ;; The LTO code generator may create references which will fetch lazy symbols.
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | ArrayValueCopy.cpp | 1253 matchAndRewrite(ArrayFetchOp fetch, in matchAndRewrite() argument 1255 auto *op = fetch.getOperation(); in matchAndRewrite() 1258 auto loc = fetch.getLoc(); in matchAndRewrite() 1260 rewriter, loc, getEleTy(load.getType()), toRefType(fetch.getType()), in matchAndRewrite() 1261 load.getMemref(), load.getShape(), load.getSlice(), fetch.getIndices(), in matchAndRewrite() 1262 load, fetch->hasAttr(factory::attrFortranArrayOffsets())); in matchAndRewrite() 1263 if (isa_ref_type(fetch.getType())) in matchAndRewrite() 1264 rewriter.replaceOp(fetch, coor); in matchAndRewrite() 1266 rewriter.replaceOpWithNewOp<fir::LoadOp>(fetch, coor); in matchAndRewrite()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SymbolTable.cpp | 524 lazy->fetch(); in addUndefinedFunction() 572 lazy->fetch(); in addUndefinedData() 597 lazy->fetch(); in addUndefinedGlobal() 621 lazy->fetch(); in addUndefinedTable() 645 lazy->fetch(); in addUndefinedTag()
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | archive-export.test | 1 Test that --export will also fetch lazy symbols from archives
|
| H A D | archive-weak-undefined.ll | 1 ;; Test that weak undefined symbols do not fetch members from archive files.
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Symbols.cpp | 113 void LazyArchive::fetchArchiveMember() { getFile()->fetch(sym); } in fetchArchiveMember()
|
| H A D | InputFiles.h | 281 void fetch(const llvm::object::Archive::Symbol &); 284 Error fetch(const llvm::object::Archive::Child &, StringRef reason);
|
| H A D | SymbolTable.cpp | 213 file->fetch(sym); in addLazyArchive() 217 file->fetch(sym); in addLazyArchive()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 350 bool fetch = false; in GetOSVersion() local 356 fetch = true; in GetOSVersion() 359 fetch = is_connected; in GetOSVersion() 362 if (fetch) in GetOSVersion() 899 bool fetch = false; in GetSystemArchitecture() local 905 fetch = true; in GetSystemArchitecture() 908 fetch = is_connected; in GetSystemArchitecture() 911 if (fetch) { in GetSystemArchitecture()
|
| /llvm-project-15.0.7/third-party/benchmark/cmake/ |
| H A D | GoogleTest.cmake.in | 8 …letest src tree is not found in location specified by GOOGLETEST_PATH, do fetch the archive from i…
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600Processors.td | 10 SubtargetFeature <"fetch"#Value,
|
| H A D | AMDGPUCallingConv.td | 78 // 32*4 + 4 is the minimum for a fetch shader consumer with 32 inputs. 111 // 32*4 + 4 is the minimum for a fetch shader with 32 outputs.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | perfect-shuffle.ll | 178 %fetch = extractelement <16 x i8> %shuf1, i32 4 179 %icmp = icmp eq i8 %fetch, 0
|