Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dvtx-fetch-branch.ll3 ; 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 Dvtx-schedule.ll5 ; same fetch clasue.
/llvm-project-15.0.7/.github/workflows/
H A Dversion-check.yml20 fetch-depth: 0
H A Drelease-tasks.yml53 fetch-depth: 0
H A Dissue-release-workflow.yml46 fetch-depth: 0
H A Dllvm-project-tests.yml64 fetch-depth: 250
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst325 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 Ddynamic-list-weak-archive.s3 ## A weak reference does not fetch the lazy definition. Test foo is preemptable
H A Dtls-weak-undef.s12 ## An undefined weak TLS symbol does not fetch a lazy definition.
H A Dversion-script-weak.s3 ## An weak undefined symbol does not fetch the lazy definition.
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dundef-weak.ll19 ; We should not fetch the archive member.
H A Dundef-weak-lazy.ll14 ;; %tweakundef.o does not fetch %tdef.o but %tundef.o does.
H A Dversion-libcall.ll2 ;; The LTO code generator may create references which will fetch lazy symbols.
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp1253 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 DSymbolTable.cpp524 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 Darchive-export.test1 Test that --export will also fetch lazy symbols from archives
H A Darchive-weak-undefined.ll1 ;; Test that weak undefined symbols do not fetch members from archive files.
/llvm-project-15.0.7/lld/MachO/
H A DSymbols.cpp113 void LazyArchive::fetchArchiveMember() { getFile()->fetch(sym); } in fetchArchiveMember()
H A DInputFiles.h281 void fetch(const llvm::object::Archive::Symbol &);
284 Error fetch(const llvm::object::Archive::Child &, StringRef reason);
H A DSymbolTable.cpp213 file->fetch(sym); in addLazyArchive()
217 file->fetch(sym); in addLazyArchive()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp350 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 DGoogleTest.cmake.in8 …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 DR600Processors.td10 SubtargetFeature <"fetch"#Value,
H A DAMDGPUCallingConv.td78 // 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 Dperfect-shuffle.ll178 %fetch = extractelement <16 x i8> %shuf1, i32 4
179 %icmp = icmp eq i8 %fetch, 0

123