Home
last modified time | relevance | path

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

/netbsd-src/games/sail/
H A Dgame.c63 int riggone = 0, Move, flank = 0; in maxmove() local
/netbsd-src/games/trek/
H A Dexterns.c111 struct Move_struct Move; variable
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h32 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp350 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; in ExpandMOVX_RR() local
390 unsigned Move; in ExpandMOVSZX_RR() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp195 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp567 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createLoadGroups()
614 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createStoreGroups()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp578 auto Move = Moves.find(PD); in buildCoroutinePromise() local
H A DSemaCodeComplete.cpp101 ShadowMapEntry(ShadowMapEntry &&Move) { *this = std::move(Move); } in ShadowMapEntry() function in __anon4254e5140111::ResultBuilder::ShadowMapEntry
103 ShadowMapEntry &operator=(ShadowMapEntry &&Move) { in operator =()
H A DSemaDeclCXX.cpp14526 StmtResult Move = buildSingleCopyAssign(*this, Loc, BaseType, in DefineImplicitMoveAssignment() local
14596 StmtResult Move = buildSingleCopyAssign(*this, Loc, FieldType, in DefineImplicitMoveAssignment() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1506 SDValue Move = N->getOperand(1); in PostprocessISelDAG() local
5213 MachineSDNode *Move; in Select() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp9183 bool Move = BuiltinOp == Builtin::BImemmove || in VisitBuiltinCallExpr() local