Searched defs:Copy (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.h64 TypeLoc Copy = pushFullUninitializedImpl(L.getType(), Size); local
H A DSemaChecking.cpp636 Copy, enumerator in enum:__anon3194
H A DSemaDeclCXX.cpp8614 StmtResult Copy = local
8884 StmtResult Copy = buildSingleCopyAssign(*this, Loc, BaseType, local
8958 StmtResult Copy local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DBitVector.h173 BitWord Copy = Bits[WordPos]; local
H A DSmallBitVector.h422 SmallBitVector Copy = RHS; local
436 SmallBitVector Copy = RHS; local
450 SmallBitVector Copy = RHS; local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp284 MachineInstr *Copy = BuildMI(*UseMBB, UseMI, UseMI->getDebugLoc(), local
H A DTailDuplication.cpp279 MachineInstr *Copy = Copies[i]; local
H A DRegisterCoalescer.cpp2011 static bool isLocalCopy(MachineInstr *Copy, const LiveIntervals *LIS) { argument
H A DMachineScheduler.cpp970 MachineInstr *Copy = CopySU->getInstr(); local
2334 MachineInstr *Copy = DepSU->getInstr(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp775 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), local
800 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), local
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp758 SDNode *Copy = DAG.getMachineNode(TargetOpcode::COPY_TO_REGCLASS, local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1015 T *Copy = static_cast<T *>(Mgr.allocate()); local
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp480 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]); local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1241 const static unsigned Copy = TargetOpcode::COPY; local
[all...]
H A DX86ISelDAGToDAG.cpp1393 SDValue Copy = AM.Segment; local
H A DX86InstrInfo.cpp4850 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), local
4878 MachineInstr *Copy local
[all...]
H A DX86ISelLowering.cpp1718 SDNode *Copy = *N->use_begin(); local
2069 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp2106 DataExtractor::Copy (DataExtractor &dest_data) const function in class:DataExtractor
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2020 const MachineInstr &Copy = *MI; local
H A DARMISelLowering.cpp2113 SDNode *Copy = *N->use_begin(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2609 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), DL, Reg, InVals[0]); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2125 const SCEV *Copy = Expr; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h2000 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator in enum:clang::ObjCPropertyDecl::SetterKind

Completed in 339 milliseconds