Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/test/CodeGen/X86/
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):
Dcodegen-prepare-addrmode-sext.ll250 ; - Moving instruction around (mainly sext when promoting instruction).
/external/llvm/test/CodeGen/X86/
Dhandle-move.ll7 ; Moving the DIV32r instruction exercises the regunit update code because
44 ; Moving a use below the existing kill (%vreg5):
45 ; Moving a tied virtual register def (%vreg11):
Dcodegen-prepare-addrmode-sext.ll251 ; - Moving instruction around (mainly sext when promoting instruction).
/external/grpc-grpc/src/core/lib/gprpp/
DREADME.md16 [Moving gRPC core to C++](/grpc/grpc/blob/master/doc/core/moving-to-c%2B%2B.md).
/external/e2fsprogs/tests/r_move_itable_nostride/
Dexpect9 Moving inode table ----------------------------------------…
/external/e2fsprogs/tests/r_move_itable_realloc/
Dexpect9 Moving inode table ----------------------------------------…
/external/llvm-project/llvm/test/Transforms/LICM/
Dopt-remarks.ll57 ; CHECK: remark: /tmp/kk.c:2:22: Moving accesses to memory location out of the loop
/external/mesa3d/src/egl/wayland/wayland-drm/
Dmeson.build58 # Moving these to a src/wsi/ was suggested but shot down, so put these
/external/e2fsprogs/tests/f_journal/
Dexpect.152 Moving journal from /journal to hidden inode.
/external/grpc-grpc/doc/core/
Dmoving-to-c++.md1 # Moving gRPC core to C++
/external/ms-tpm-20-ref/
DREADME.md38 …The current commit will point the minimum recommended version of wolfSSL. Moving to a more recent …
/external/llvm-project/llvm/test/CodeGen/Thumb/
Dframe-access.ll178 ; Moving SP, access via SP
375 ; Moving SP, access via SP.
/external/llvm-project/clang/docs/
DSafeStack.rst36 used through multiple stack frames. Moving such objects away from the safe
/external/clang/docs/
DSafeStack.rst36 used through multiple stack frames. Moving such objects away from the safe
/external/rust/crates/tokio/docs/
Dreactor-refactor.md22 Moving the waker from the internal I/O resource's state to the operation's
/external/llvm-project/llvm/docs/Proposals/
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
/external/python/oauth2client/
DCHANGELOG.md153 * Moving docs to [readthedocs.org][1] (#237, #238, #244)
/external/clang/lib/Sema/
DSemaDeclCXX.cpp3370 bool Moving = ImplicitInitKind == IIK_Move; in BuildImplicitBaseInitializer() local
3387 if (Moving) { in BuildImplicitBaseInitializer()
3395 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer()
3440 bool Moving = ImplicitInitKind == IIK_Move; in BuildImplicitMemberInitializer() local
3455 if (Moving) { in BuildImplicitMemberInitializer()
3532 if (Moving && InitializingArray) in BuildImplicitMemberInitializer()
/external/llvm-project/mlir/test/Transforms/
Dbuffer-deallocation.mlir499 // Test Case: Moving invalid DeallocOp (there is a user after deallocation) in a
/external/python/cpython3/Objects/
Dlistsort.txt696 moving data, and the details matter. Moving objects is just copying
/external/rust/crates/regex/
DCHANGELOG.md248 Moving forward, the plan is to join up with the `bstr` and `regex-automata`
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td984 // Moving 32-bit values between GPRs and FPRs can be done using VLVGF
/external/python/cpython2/Objects/
Dlistsort.txt696 moving data, and the details matter. Moving objects is just copying
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp4618 bool Moving = ImplicitInitKind == IIK_Move; in BuildImplicitBaseInitializer() local
4635 if (Moving) { in BuildImplicitBaseInitializer()
4643 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer()
4688 bool Moving = ImplicitInitKind == IIK_Move; in BuildImplicitMemberInitializer() local
4703 if (Moving) { in BuildImplicitMemberInitializer()

1234