| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | pcrel-indirect-call.ll | 7 ; The test checks the behavior of PC Relative indirect calls. When using 8 ; PC Relative, TOC save and restore are no longer required. Function pointer
|
| H A D | pcrel-local-caller-toc.ll | 6 ; where the caller has PC Relative disabled, the callee has PC Relative
|
| H A D | func-alias.ll | 30 ; This caller does not use PC Relative memops
|
| H A D | pcrel-jump-table.ll | 18 ; using PC Relative addressing.
|
| H A D | pcrel-tail-calls.ll | 10 ; The tests check the behaviour of PC Relative tail calls. When using 11 ; PC Relative we are able to do more tail calling than we have done in
|
| H A D | ppc64-calls.ll | 28 ; different compilation unit that was compiled with PC Relative and has no TOC.
|
| /llvm-project-15.0.7/llvm/test/Transforms/RelLookupTableConverter/X86/ |
| H A D | relative_lookup_table.ll | 83 ; Relative switch lookup table for strings 91 ; Relative switch lookup table for strings with holes, where holes are filled with relative offset … 109 ; Relative lookup table for the loop hoist check test 116 ; Relative look up table for the test where gep is not immediately followed by a load check 149 ; Relative switch lookup table for integer pointers that have internal linkage 176 ; ; Relative switch lookup table for strings 202 ; Relative switch lookup table for strings with holes, where holes are filled with relative offset … 260 ; Relative lookup table generated for a user-defined lookup table
|
| H A D | no_relative_lookup_table.ll | 28 ; ; Relative switch lookup table for strings
|
| /llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/ |
| H A D | _mlirExecutionEngine.pyi | 4 # * Relative imports for cross-module references.
|
| /llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/ |
| H A D | passmanager.pyi | 4 # * Relative imports for cross-module references.
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 32 bool Relative) const { in getOutputPath() 37 if (!Relative) in getOutputPath()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | symbolize-paths.s | 10 # Relative include-dirs should have comp-dir prepended
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOWindows.cpp | 248 bool Relative = true) { in ParseDrive() argument 252 if (!Relative) // Accept relative path? in ParseDrive()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 106 int Relative = OtherBlockNumber - CurrentBlockNumber; in setBranchSuccessors() local 107 RelativeBlockLocations.push_back(Relative); in setBranchSuccessors() 160 int Relative = OtherBlockNumber - CurrentBlockNumber; in setPHIPredecessors() local 161 RelativeBlockLocations.push_back(Relative); in setPHIPredecessors() 162 RelativeBlockLocations.push_back(Relative); in setPHIPredecessors()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 650 SmallString<128> Relative; in computeArchiveRelativePath() local 652 sys::path::append(Relative, sys::path::Style::posix, ".."); in computeArchiveRelativePath() 655 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath() 657 return std::string(Relative.str()); in computeArchiveRelativePath()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | VTableBuilder.h | 396 Relative, enumerator 437 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | ppc64-tls-pcrel-ld.s | 17 ## This test checks the Local Dynamic PC Relative TLS implementation for lld.
|
| H A D | ppc64-tls-pcrel-gd.s | 23 ## This test checks the General Dynamic PC Relative TLS implementation for lld.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Coroutines/ |
| H A D | coro-async.ll | 21 <{ i32 trunc ( ; Relative pointer to async function 197 <{ i32 trunc ( ; Relative pointer to async function 305 <{ i32 trunc ( ; Relative pointer to async function 360 <{ i32 trunc ( ; Relative pointer to async function 421 <{ i32 trunc ( ; Relative pointer to async function 490 <{ i32 trunc ( ; Relative pointer to async function 515 <{ i32 trunc ( ; Relative pointer to async function
|
| H A D | coro-async-addr-lifetime-infinite-loop-bug.ll | 16 <{ i32 trunc ( ; Relative pointer to async function
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | autoimport-x86.s | 28 # Relative offset at 0x1002 pointing at the IAT at 0x2080.
|
| /llvm-project-15.0.7/cmake/Modules/ |
| H A D | FindPrefixFromConfig.cmake | 37 # `path_to_leave` is relative. Relative to what? The install prefix.
|
| /llvm-project-15.0.7/clang/include/clang/Config/ |
| H A D | config.h.cmake | 59 /* Relative directory for resource files */
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/ |
| H A D | tblgen.bzl | 81 Relative paths are interpreted as relative to the current label's package. 130 " invocation. Relative paths are interpreted as relative to" + 218 " invocation. Relative paths are interpreted as relative to" +
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | GlobalCompilationDatabaseTests.cpp | 299 auto Command = [&](llvm::StringRef Relative) { in TEST() argument 302 .getCompileCommand(testPath(Relative)) in TEST()
|