Home
last modified time | relevance | path

Searched refs:Relative (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dpcrel-indirect-call.ll7 ; 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 Dpcrel-local-caller-toc.ll6 ; where the caller has PC Relative disabled, the callee has PC Relative
H A Dfunc-alias.ll30 ; This caller does not use PC Relative memops
H A Dpcrel-jump-table.ll18 ; using PC Relative addressing.
H A Dpcrel-tail-calls.ll10 ; 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 Dppc64-calls.ll28 ; 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 Drelative_lookup_table.ll83 ; 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 Dno_relative_lookup_table.ll28 ; ; Relative switch lookup table for strings
/llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/
H A D_mlirExecutionEngine.pyi4 # * Relative imports for cross-module references.
/llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/
H A Dpassmanager.pyi4 # * Relative imports for cross-module references.
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp32 bool Relative) const { in getOutputPath()
37 if (!Relative) in getOutputPath()
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dsymbolize-paths.s10 # Relative include-dirs should have comp-dir prepended
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp248 bool Relative = true) { in ParseDrive() argument
252 if (!Relative) // Accept relative path? in ParseDrive()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp106 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 DArchiveWriter.cpp650 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 DVTableBuilder.h396 Relative, enumerator
437 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-tls-pcrel-ld.s17 ## This test checks the Local Dynamic PC Relative TLS implementation for lld.
H A Dppc64-tls-pcrel-gd.s23 ## This test checks the General Dynamic PC Relative TLS implementation for lld.
/llvm-project-15.0.7/llvm/test/Transforms/Coroutines/
H A Dcoro-async.ll21 <{ 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 Dcoro-async-addr-lifetime-infinite-loop-bug.ll16 <{ i32 trunc ( ; Relative pointer to async function
/llvm-project-15.0.7/lld/test/COFF/
H A Dautoimport-x86.s28 # Relative offset at 0x1002 pointing at the IAT at 0x2080.
/llvm-project-15.0.7/cmake/Modules/
H A DFindPrefixFromConfig.cmake37 # `path_to_leave` is relative. Relative to what? The install prefix.
/llvm-project-15.0.7/clang/include/clang/Config/
H A Dconfig.h.cmake59 /* Relative directory for resource files */
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A Dtblgen.bzl81 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 DGlobalCompilationDatabaseTests.cpp299 auto Command = [&](llvm::StringRef Relative) { in TEST() argument
302 .getCompileCommand(testPath(Relative)) in TEST()

123