Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp888 if (!constrainSelectedInstRegOperands(*Move, TII, TRI, RBI)) in select() local
657 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MFC1)) select() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp351 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; ExpandMOVX_RR() local
392 unsigned Move; ExpandMOVSZX_RR() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp208 Move, ///< Move members to end or as given by {a,b,i} modifiers global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp616 auto Move = Moves.find(PD); buildCoroutinePromise() local
H A DSemaCodeComplete.cpp106 ShadowMapEntry(ShadowMapEntry && Move) ShadowMapEntry() argument
108 operator =(ShadowMapEntry && Move) operator =() argument
H A DSemaDeclCXX.cpp15498 StmtResult Move = buildSingleCopyAssign(*this, Loc, BaseType, DefineImplicitMoveAssignment() local
15568 StmtResult Move = buildSingleCopyAssign(*this, Loc, FieldType, DefineImplicitMoveAssignment() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp931 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createLoadGroups() argument
986 __anon8b5a842b0d02(const AddrInfo &Info, MoveGroup &Move) createStoreGroups() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1644 SDValue Move = N->getOperand(1); PostprocessISelDAG() local
5662 MachineSDNode *Move; Select() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5414 SDValue Move = Select() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9649 bool Move = BuiltinOp == Builtin::BImemmove || VisitBuiltinCallExpr() local