Home
last modified time | relevance | path

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

1234

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp55 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/
Dcommon.h30 #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/
DModuleDependencyCollector.cpp48 SmallString<256> Dest = getDest(); in writeFileMap() local
73 SmallString<256> Dest = Collector.getDest(); in copyToRoot() local
/external/llvm/include/llvm/ADT/
DSmallVector.h184 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/
Dlinker.go23 func LinkModules(Dest, Src Module) error { argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h437 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/
DSymbolTableListTraitsImpl.h30 ::setSymTabObject(TPtr *Dest, TPtr Src) { in setSymTabObject()
/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp38 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/
Dcmsplugin.c222 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()
Dcmsio1.c64 cmsBool _cmsReadMediaWhitePoint(cmsCIEXYZ* Dest, cmsHPROFILE hProfile) in _cmsReadMediaWhitePoint()
94 cmsBool _cmsReadCHAD(cmsMAT3* Dest, cmsHPROFILE hProfile) in _cmsReadCHAD()
/external/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp154 BasicBlock *Dest; in replaceWith() local
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp115 MachineBasicBlock *Dest = I->getOperand(0).getMBB(); in runOnMachineFunction() local
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) { in StringAppendImpl()
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp426 BasicBlock *Dest = Headers[j]; in UnrollLoop() local
475 BasicBlock *Dest = Term->getSuccessor(0); in UnrollLoop() local
DCloneFunction.cpp419 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/
DPPCBranchSelector.cpp142 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local
/external/clang/lib/CodeGen/
DCGExprAgg.cpp36 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
DCGAtomic.cpp339 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/
DDenseBase.h496 template<typename Dest> inline void evalTo(Dest& ) const in evalTo() argument
/external/llvm/lib/Linker/
DLinkModules.cpp726 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/
DCFG.cpp92 const BasicBlock *Dest = TI->getSuccessor(SuccNum); in isCriticalEdge() local
DSparsePropagation.cpp99 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { in markEdgeExecutable()
/external/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp48 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; in ~OverloadContext() local
/external/clang/lib/Lex/
DHeaderMap.cpp202 StringRef Dest = lookupFilename(Filename, Path); in LookupFile() local
/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp105 const MachineOperand &Dest = MI->getOperand(0); in postRAConvertToLEA() local

1234