Home
last modified time | relevance | path

Searched refs:indirection (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp145 [](auto &&indirection) { in Post()
146 return parser::Expr{std::move(indirection)}; in Post()
184 [](auto &&indirection) { in Post() argument
185 return parser::Expr{std::move(indirection)}; in Post()
/llvm-project-15.0.7/libc/include/sys/
H A Dsyscall.h.def12 <!> If syscall.h were a linux only file, then we do not need this indirection.
14 <!> with its own special syscall numbers, we use this indirection.
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dgnustep2-proto.m24 // indirection variable.
32 // Check that we load from the indirection variable on protocol references.
H A Ddebug-info-ivars-indirect.m24 // another layer of indirection
/llvm-project-15.0.7/lldb/test/API/commands/command/source/
H A D.lldb1 # one more level of indirection to stress the command interpreter reentrancy
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtools.cpp60 [](const auto &indirection) -> const Name & { in GetLastName() argument
61 return GetLastName(indirection.value()); in GetLastName()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-mem.ll34 ;; dso_preemptable src is loaded via GOT indirection.
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-toc-relax-constants.s46 # After toc-indirection to toc-relative relaxation, it is loaded using an
H A Dppc64-toc-relax.s77 # runtime by the dynamic linker, so the extra indirection cannot be relaxed.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dpic-eh-stubs.ll6 ; and not use the indirection, but this isn't what LLVM does right now.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorAttrDefs.td71 // number of stored entries over all indirection dimensions). The choices
H A DSparseTensorOps.td225 through an indirection using the added array, so that the operations are
255 indirection using the added array, so that the operations are kept
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddebug-loc-frame.ll3 ; for the stack location directly instead of generating a register+offset indirection.
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRTypes.td177 indirection. For example, an ALLOCATABLE POINTER is invalid.
243 It is meant to implement indirection that cannot be expressed directly
265 indirection. For example, an ALLOCATABLE POINTER is invalid.
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DIncludeCleanerTests.cpp493 #include "indirection.h" in TEST()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DMsfFile.rst85 result, this extra layer of indirection is introduced, whereby this block
/llvm-project-15.0.7/llvm/docs/tutorial/
H A DBuildingAJIT3.rst50 address", one that can be safely used for indirection and function pointer
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOperationKinds.def427 // [C99 6.5.3.2] Address and indirection
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dphi-aware-aggregate-reconstruction.ll147 ; FIXME: we should probably be able to handle multiple levels of PHI indirection
/llvm-project-15.0.7/clang/docs/
H A DSourceBasedCodeCoverage.rst114 level of indirection. On every counter access, we add a bias to the counter
H A DBlock-ABI-Apple.rst830 Note that the forwarding indirection is *NOT* used.
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td6282 // We need a layer of indirection because early machine code passes balk at
6305 // We need a layer of indirection because early machine code passes balk at
6795 // We need a layer of indirection because early machine code passes balk at
7010 // We need a layer of indirection because early machine code passes balk at
7121 // We need a layer of indirection because early machine code passes balk at
7150 // We need a layer of indirection because early machine code passes balk at
7201 // We need a layer of indirection because early machine code passes balk at
7490 // We need a layer of indirection because early machine code passes balk at
7519 // We need a layer of indirection because early machine code passes balk at
7542 // We need a layer of indirection because early machine code passes balk at
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog430 08fe765 bug: Fix a reachable null pointer indirection.
/llvm-project-15.0.7/mlir/docs/
H A DInterfaces.md149 /// implementation of the hook itself still requires indirection.
/llvm-project-15.0.7/llvm/docs/
H A DMIRLangRef.rst878 2. Is either $noreg, or immediate value zero if an extra level of indirection is to be added to the…

12