Home
last modified time | relevance | path

Searched defs:Dest (Results 1 – 25 of 63) sorted by relevance

123

/external/libvpx/libvpx/vp8/common/
Dcommon.h23 #define vp8_copy( Dest, Src) { \ argument
30 #define vp8_copy_array( Dest, Src, N) { \ argument
35 #define vp8_zero( Dest) vpx_memset( &Dest, 0, sizeof( Dest)); argument
37 #define vp8_zero_array( Dest, N) vpx_memset( Dest, 0, N * sizeof( *Dest)); argument
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp53 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst()
64 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst()
75 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst()
86 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst()
97 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst()
138 GenericValue Dest; in executeICMP_EQ() local
152 GenericValue Dest; in executeICMP_NE() local
166 GenericValue Dest; in executeICMP_ULT() local
180 GenericValue Dest; in executeICMP_SLT() local
194 GenericValue Dest; in executeICMP_UGT() local
[all …]
/external/llvm/include/llvm/ADT/
DSmallVector.h185 static It2 move(It1 I, It1 E, It2 Dest) { in move()
200 static It2 move_backward(It1 I, It1 E, It2 Dest) { in move_backward()
213 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
225 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
306 static It2 move(It1 I, It1 E, It2 Dest) { in move()
314 static It2 move_backward(It1 I, It1 E, It2 Dest) { in move_backward()
321 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
329 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
337 static void uninitialized_copy(T1 *I, T1 *E, T2 *Dest) { in uninitialized_copy()
/external/libvpx/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm95 .macro two_rows_h Dest argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h477 virtual void cloneTo(void *Dest) const { new (Dest) FunctionCall(*this); } in cloneTo()
499 virtual void cloneTo(void *Dest) const { new (Dest) BlockCall(*this); } in cloneTo()
589 virtual void cloneTo(void *Dest) const { new (Dest) CXXMemberCall(*this); } in cloneTo()
631 virtual void cloneTo(void *Dest) const { in cloneTo()
682 virtual void cloneTo(void *Dest) const { new (Dest) CXXDestructorCall(*this); } in cloneTo()
726 virtual void cloneTo(void *Dest) const { new (Dest) CXXConstructorCall(*this); } in cloneTo()
770 virtual void cloneTo(void *Dest) const { new (Dest) CXXAllocatorCall(*this); } in cloneTo()
825 virtual void cloneTo(void *Dest) const { new (Dest) ObjCMethodCall(*this); } in cloneTo()
/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { in setSymTabObject()
/external/llvm/include/llvm/Analysis/
DProfileDataLoader.h68 static Edge getEdge(const BType *Src, const BType *Dest) { in getEdge()
DProfileInfo.h97 static Edge getEdge(const BType *Src, const BType *Dest) { in getEdge()
/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp37 CodeGenInstruction Dest; // The destination instruction to lower to. member
209 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp315 BasicBlock *Dest = BI->getSuccessor(!Cond->getZExtValue()); in CloneBlock() local
330 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor()); in CloneBlock() local
541 BasicBlock *Dest = BI->getSuccessor(0); in CloneAndPruneFunctionInto() local
DLoopUnroll.cpp358 BasicBlock *Dest = Headers[j]; in UnrollLoop() local
406 BasicBlock *Dest = Term->getSuccessor(0); in UnrollLoop() local
/external/llvm/lib/Analysis/
DProfileEstimatorPass.cpp239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest); in recurseBasicBlock() local
378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest); in runOnFunction() local
DProfileInfo.cpp238 GetPath(const BasicBlock *Src, const BasicBlock *Dest, in GetPath()
747 const BasicBlock *Dest = 0; in repair() local
776 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToValue); in repair() local
892 const BasicBlock *Dest = 0; in repair() local
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges); in repair() local
DBasicAliasAnalysis.cpp411 static void GetIndexDifference(SmallVectorImpl<VariableGEPIndex> &Dest, in GetIndexDifference()
753 Value *Dest = II->getArgOperand(0); in getModRefInfo() local
772 Value *Dest = II->getArgOperand(0); in getModRefInfo() local
839 const Value *Dest = CS.getArgument(0); in getModRefInfo() local
DCFG.cpp93 const BasicBlock *Dest = TI->getSuccessor(SuccNum); in isCriticalEdge() local
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp113 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); in runOnMachineFunction() local
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp115 MachineBasicBlock *Dest = 0; in runOnMachineFunction() local
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) { in StringAppendImpl()
/external/llvm/lib/Linker/
DLinkModules.cpp533 bool ModuleLinker::getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, in getLinkageResult()
917 static void getArrayElements(Constant *C, SmallVectorImpl<Constant*> &Dest) { in getArrayElements()
1348 bool Linker::LinkModules(Module *Dest, Module *Src, unsigned Mode, in LinkModules()
1358 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, in LLVMLinkModules()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp36 AggValueSlot Dest; member in __anon3ed63da20111::AggExprEmitter
64 AggExprEmitter(CodeGenFunction &cgf, AggValueSlot Dest) in AggExprEmitter()
338 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitCXXStdInitializerListExpr() local
1094 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitInitListExpr() local
DCGBuiltin.cpp611 std::pair<llvm::Value*, unsigned> Dest = in EmitBuiltinExpr() local
620 std::pair<llvm::Value*, unsigned> Dest = in EmitBuiltinExpr() local
638 std::pair<llvm::Value*, unsigned> Dest = in EmitBuiltinExpr() local
665 std::pair<llvm::Value*, unsigned> Dest = in EmitBuiltinExpr() local
677 std::pair<llvm::Value*, unsigned> Dest = in EmitBuiltinExpr() local
688 std::pair<llvm::Value*, unsigned> Dest = in EmitBuiltinExpr() local
704 std::pair<llvm::Value*, unsigned> Dest = in EmitBuiltinExpr() local
DCGStmt.cpp326 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel() local
343 JumpDest &Dest = LabelMap[D]; in EmitLabel() local
1447 LValue Dest = EmitLValue(InputExpr); in EmitAsmInput() local
1538 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt() local
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp487 MachineOperand &Dest = MI->getOperand(0); in convertToThreeAddress() local
522 MachineOperand &Dest = MI->getOperand(0); in convertToThreeAddress() local
569 unsigned Dest = MI->getOperand(0).getReg(); in foldMemoryOperandImpl() local
/external/eigen/Eigen/src/Core/
DDenseBase.h506 template<typename Dest> inline void evalTo(Dest& ) const in evalTo() argument
/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp103 const MachineOperand& Dest = MI->getOperand(0); in postRAConvertToLEA() local

123