/external/libvpx/libvpx/vp8/common/ |
D | common.h | 23 #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/ |
D | Execution.cpp | 53 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/ |
D | SmallVector.h | 185 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/ |
D | fdct_altivec.asm | 95 .macro two_rows_h Dest argument
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 477 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/ |
D | SymbolTableListTraitsImpl.h | 30 ::setSymTabObject(TPtr *Dest, TPtr Src) { in setSymTabObject()
|
/external/llvm/include/llvm/Analysis/ |
D | ProfileDataLoader.h | 68 static Edge getEdge(const BType *Src, const BType *Dest) { in getEdge()
|
D | ProfileInfo.h | 97 static Edge getEdge(const BType *Src, const BType *Dest) { in getEdge()
|
/external/llvm/utils/TableGen/ |
D | PseudoLoweringEmitter.cpp | 37 CodeGenInstruction Dest; // The destination instruction to lower to. member 209 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 315 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
|
D | LoopUnroll.cpp | 358 BasicBlock *Dest = Headers[j]; in UnrollLoop() local 406 BasicBlock *Dest = Term->getSuccessor(0); in UnrollLoop() local
|
/external/llvm/lib/Analysis/ |
D | ProfileEstimatorPass.cpp | 239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest); in recurseBasicBlock() local 378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest); in runOnFunction() local
|
D | ProfileInfo.cpp | 238 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
|
D | BasicAliasAnalysis.cpp | 411 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
|
D | CFG.cpp | 93 const BasicBlock *Dest = TI->getSuccessor(SuccNum); in isCriticalEdge() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 113 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); in runOnMachineFunction() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 115 MachineBasicBlock *Dest = 0; in runOnMachineFunction() local
|
/external/llvm/unittests/ADT/ |
D | VariadicFunctionTest.cpp | 59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) { in StringAppendImpl()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 533 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/ |
D | CGExprAgg.cpp | 36 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
|
D | CGBuiltin.cpp | 611 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
|
D | CGStmt.cpp | 326 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/ |
D | SystemZInstrInfo.cpp | 487 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/ |
D | DenseBase.h | 506 template<typename Dest> inline void evalTo(Dest& ) const in evalTo() argument
|
/external/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 103 const MachineOperand& Dest = MI->getOperand(0); in postRAConvertToLEA() local
|