Home
last modified time | relevance | path

Searched refs:Moving (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP110.rst3 Moving globalized variable to the stack. [OMP110]
48 omp110.cpp:6:7: remark: Moving globalized variable to the stack. [OMP110]
73 /usr/include/c++/8/complex:328:20: remark: Moving globalized variable to the stack. [OMP110]
76 /usr/include/c++/8/complex:388:20: remark: Moving globalized variable to the stack. [OMP110]
H A DOMP113.rst74 missed.cpp:4:7: remark: Moving globalized variable to the stack. [OMP110]
H A DOptimizationRemarks.rst65 - Moving globalized variable to the stack.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dhandle-move.ll7 ; Moving the DIV32r instruction exercises the regunit update code because
44 ; Moving a use below the existing kill (%5):
45 ; Moving a tied virtual register def (%11):
H A Dcodegen-prepare-addrmode-sext.ll250 ; - Moving instruction around (mainly sext when promoting instruction).
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dopt-remarks.ll57 ; CHECK: remark: /tmp/kk.c:2:22: Moving accesses to memory location out of the loop
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dremove_globalization.ll11 ; CHECK-REMARKS: remark: remove_globalization.c:2:2: Moving globalized variable to the stack.
12 ; CHECK-REMARKS: remark: remove_globalization.c:6:2: Moving globalized variable to the stack.
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Dframe-access.ll214 ; Moving SP, access via SP
475 ; Moving SP, access via SP.
/llvm-project-15.0.7/clang/docs/
H A DSafeStack.rst36 used through multiple stack frames. Moving such objects away from the safe
H A DAutomaticReferenceCounting.rst877 :arc-term:`Moving` occurs in specific situations where an lvalue is "moved
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst2 Moving LLVM Projects to GitHub
225 * Moving code across sub-project (during refactoring for instance) in a single
544 Moving Local Branches to the Monorepo
/llvm-project-15.0.7/llvm/docs/
H A DHowToUpdateDebugInfo.rst69 * Moving instructions between basic blocks. For example, if instruction ``I1``
H A DPasses.rst737 #. Moving loop invariant loads and calls out of loops. If we can determine
/llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/
H A Dbuffer-deallocation.mlir521 // Test Case: Moving invalid DeallocOp (there is a user after deallocation) in a
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp4719 bool Moving = ImplicitInitKind == IIK_Move; in BuildImplicitBaseInitializer() local
4736 if (Moving) { in BuildImplicitBaseInitializer()
4744 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer()
4789 bool Moving = ImplicitInitKind == IIK_Move; in BuildImplicitMemberInitializer() local
4804 if (Moving) { in BuildImplicitMemberInitializer()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME.txt690 Moving arg1 onto the stack slot of callee function would overwrite
H A DX86InstrSSE.td4352 // Moving from XMM to XMM and clear upper 64 bits. Note, there is a bug in
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1598 // Moving 32-bit values between GPRs and FPRs can be done using VLVGF