Home
last modified time | relevance | path

Searched defs:Move (Results 1 – 18 of 18) sorted by relevance

/openbsd/games/trek/
H A Dtrek.h248 extern struct Move struct
256 } Move; argument
H A Dmain.c47 struct Move Move; variable
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dfunction.bench.cpp137 struct Move { struct
138 static void run(benchmark::State& state) { in run()
148 static std::string name() { in name()
/openbsd/games/sail/
H A Dgame.c52 int riggone = 0, Move, flank = 0; in maxmove() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_type_traits_test.cpp45 TEST(SanitizerCommon, Move) { in TEST() argument
H A Dsanitizer_dense_map_test.cpp328 static int Move; member
344 int CountCopyAndMove::Move = 0; member in __anon059f4e850111::__anon059f4e850311::CountCopyAndMove
/openbsd/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp657 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MFC1)) in select() local
888 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(MoveOpcode)) in select() local
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp351 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; in ExpandMOVX_RR() local
391 unsigned Move; in ExpandMOVSZX_RR() local
/openbsd/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp214 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp701 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createLoadGroups()
748 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createStoreGroups()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp531 auto Move = Moves.find(PD); in buildCoroutinePromise() local
H A DSemaCodeComplete.cpp106 ShadowMapEntry(ShadowMapEntry &&Move) { *this = std::move(Move); } in ShadowMapEntry() function in __anon37009f560111::ResultBuilder::ShadowMapEntry
108 ShadowMapEntry &operator=(ShadowMapEntry &&Move) { in operator =()
H A DSemaDeclCXX.cpp15033 StmtResult Move = buildSingleCopyAssign(*this, Loc, BaseType, in DefineImplicitMoveAssignment() local
15103 StmtResult Move = buildSingleCopyAssign(*this, Loc, FieldType, in DefineImplicitMoveAssignment() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1582 SDValue Move = N->getOperand(1); in PostprocessISelDAG() local
5412 MachineSDNode *Move; in Select() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5222 SDValue Move = in Select() local
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h2879 #define Move(s,d,n,t) (MEM_WRAP_CHECK_(n,t) perl_assert_ptr(d), perl_assert_ptr(s), (void)memmove((… macro
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp9357 bool Move = BuiltinOp == Builtin::BImemmove || in VisitBuiltinCallExpr() local