| /external/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 55 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst() 66 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst() 77 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst() 88 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst() 99 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst() 140 GenericValue Dest; in executeICMP_EQ() local 154 GenericValue Dest; in executeICMP_NE() local 168 GenericValue Dest; in executeICMP_ULT() local 182 GenericValue Dest; in executeICMP_SLT() local 196 GenericValue Dest; in executeICMP_UGT() local [all …]
|
| /external/libvpx/libvpx/vp8/common/ |
| D | common.h | 30 #define vp8_copy( Dest, Src) { \ argument 37 #define vp8_copy_array( Dest, Src, N) { \ argument 42 #define vp8_zero( Dest) memset( &Dest, 0, sizeof( Dest)); argument 44 #define vp8_zero_array( Dest, N) memset( Dest, 0, N * sizeof( *Dest)); argument
|
| /external/clang/lib/Frontend/ |
| D | ModuleDependencyCollector.cpp | 48 SmallString<256> Dest = getDest(); in writeFileMap() local 73 SmallString<256> Dest = Collector.getDest(); in copyToRoot() local
|
| /external/llvm/include/llvm/ADT/ |
| D | SmallVector.h | 184 static It2 move(It1 I, It1 E, It2 Dest) { in move() 195 static It2 move_backward(It1 I, It1 E, It2 Dest) { in move_backward() 204 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move() 212 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy() 282 static It2 move(It1 I, It1 E, It2 Dest) { in move() 289 static It2 move_backward(It1 I, It1 E, It2 Dest) { in move_backward() 296 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move() 304 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
|
| /external/llvm/bindings/go/llvm/ |
| D | linker.go | 23 func LinkModules(Dest, Src Module) error { argument
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | CallEvent.h | 437 void cloneTo(void *Dest) const override { in cloneTo() 473 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo() 568 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } in cloneTo() 610 void cloneTo(void *Dest) const override { in cloneTo() 661 void cloneTo(void *Dest) const override {new (Dest) CXXDestructorCall(*this);} in cloneTo() 705 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo() 749 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo() 804 void cloneTo(void *Dest) const override { new (Dest) ObjCMethodCall(*this); } in cloneTo()
|
| /external/llvm/lib/IR/ |
| D | SymbolTableListTraitsImpl.h | 30 ::setSymTabObject(TPtr *Dest, TPtr Src) { in setSymTabObject()
|
| /external/llvm/utils/TableGen/ |
| D | PseudoLoweringEmitter.cpp | 38 CodeGenInstruction Dest; // The destination instruction to lower to. member 210 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() local
|
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
| D | cmsplugin.c | 222 void NormalizeXYZ(cmsCIEXYZ* Dest) in NormalizeXYZ() 401 void CMSEXPORT _cmsDecodeDateTimeNumber(const cmsDateTimeNumber *Source, struct tm *Dest) in _cmsDecodeDateTimeNumber() 418 void CMSEXPORT _cmsEncodeDateTimeNumber(cmsDateTimeNumber *Dest, const struct tm *Source) in _cmsEncodeDateTimeNumber()
|
| D | cmsio1.c | 64 cmsBool _cmsReadMediaWhitePoint(cmsCIEXYZ* Dest, cmsHPROFILE hProfile) in _cmsReadMediaWhitePoint() 94 cmsBool _cmsReadCHAD(cmsMAT3* Dest, cmsHPROFILE hProfile) in _cmsReadCHAD()
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXImageOptimizer.cpp | 154 BasicBlock *Dest; in replaceWith() local
|
| /external/llvm/lib/Target/MSP430/ |
| D | MSP430BranchSelector.cpp | 115 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); 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/Transforms/Utils/ |
| D | LoopUnroll.cpp | 426 BasicBlock *Dest = Headers[j]; in UnrollLoop() local 475 BasicBlock *Dest = Term->getSuccessor(0); in UnrollLoop() local
|
| D | CloneFunction.cpp | 419 BasicBlock *Dest = BI->getSuccessor(!Cond->getZExtValue()); in CloneBlock() local 434 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor()); in CloneBlock() local 667 BasicBlock *Dest = BI->getSuccessor(0); in CloneAndPruneIntoFromInst() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCBranchSelector.cpp | 142 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
|
| /external/clang/lib/CodeGen/ |
| D | CGExprAgg.cpp | 36 AggValueSlot Dest; member in __anon6b61e7f80111::AggExprEmitter 64 AggExprEmitter(CodeGenFunction &cgf, AggValueSlot Dest) in AggExprEmitter() 343 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitCXXStdInitializerListExpr() local 1125 AggValueSlot Dest = EnsureSlot(E->getType()); in VisitInitListExpr() local
|
| D | CGAtomic.cpp | 339 llvm::Value *Dest, llvm::Value *Ptr, in emitAtomicCmpXchg() 391 bool IsWeak, llvm::Value *Dest, in emitAtomicCmpXchgFailureSet() 466 static void EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *E, llvm::Value *Dest, in EmitAtomicOp() 646 RValue CodeGenFunction::EmitAtomicExpr(AtomicExpr *E, llvm::Value *Dest) { in EmitAtomicExpr()
|
| /external/eigen/Eigen/src/Core/ |
| D | DenseBase.h | 496 template<typename Dest> inline void evalTo(Dest& ) const in evalTo() argument
|
| /external/llvm/lib/Linker/ |
| D | LinkModules.cpp | 726 const GlobalValue &Dest, in shouldLinkFromSource() 1119 SmallVectorImpl<Constant *> &Dest) { in getArrayElements() 1762 bool Linker::LinkModules(Module *Dest, Module *Src, in LinkModules() 1768 bool Linker::LinkModules(Module *Dest, Module *Src) { in LinkModules() 1777 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, in LLVMLinkModules()
|
| /external/llvm/lib/Analysis/ |
| D | CFG.cpp | 92 const BasicBlock *Dest = TI->getSuccessor(SuccNum); in isCriticalEdge() local
|
| D | SparsePropagation.cpp | 99 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { in markEdgeExecutable()
|
| /external/clang/lib/ASTMatchers/Dynamic/ |
| D | Diagnostics.cpp | 48 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; in ~OverloadContext() local
|
| /external/clang/lib/Lex/ |
| D | HeaderMap.cpp | 202 StringRef Dest = lookupFilename(Filename, Path); in LookupFile() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86FixupLEAs.cpp | 105 const MachineOperand &Dest = MI->getOperand(0); in postRAConvertToLEA() local
|