Home
last modified time | relevance | path

Searched defs:Dst (Results 1 – 25 of 57) sorted by relevance

123

/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp26 const CFGBlock *Dst) { in isReachable()
42 void CFGReverseBlockReachabilityAnalysis::mapReachability(const CFGBlock *Dst) { in mapReachability()
/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp131 MachineOperand &Dst = MI->getOperand(0); in runOnMachineFunction() local
152 MachineOperand &Dst = MI->getOperand(0); in runOnMachineFunction() local
167 MachineOperand &Dst = MI->getOperand(0); in runOnMachineFunction() local
185 MachineOperand &Dst = MI->getOperand(0); in runOnMachineFunction() local
290 void HexagonPeephole::ChangeOpInto(MachineOperand &Dst, MachineOperand &Src) { in ChangeOpInto()
DHexagonSelectionDAGInfo.cpp31 SDValue Dst, SDValue Src, SDValue Size, unsigned Align, in EmitTargetCodeForMemcpy()
DHexagonRegisterInfo.cpp308 MachineLocation Dst(MachineLocation::VirtualFP); in getInitialFrameState() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp23 ExplodedNodeSet &Dst) { in VisitBinaryOperator()
178 ExplodedNodeSet &Dst) { in VisitBlockExpr()
217 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
399 ExplodedNodeSet &Dst) { in VisitCompoundLiteralExpr()
425 ExplodedNodeSet &Dst) { in VisitDeclStmt()
496 ExplodedNodeSet &Dst) { in VisitLogicalExpr()
562 ExplodedNodeSet &Dst) { in VisitInitListExpr()
610 ExplodedNodeSet &Dst) { in VisitGuardedExpr()
651 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
670 ExplodedNodeSet &Dst) { in VisitUnaryExprOrTypeTraitExpr()
[all …]
DExprEngineCXX.cpp27 ExplodedNodeSet &Dst) { in CreateCXXTemporaryObject()
168 ExplodedNodeSet &Dst) { in VisitCXXDestructor()
209 ExplodedNodeSet &Dst) { in VisitCXXNewExpr()
277 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
285 ExplodedNodeSet &Dst) { in VisitCXXCatchStmt()
303 ExplodedNodeSet &Dst) { in VisitCXXThisExpr()
DExprEngineObjC.cpp24 ExplodedNodeSet &Dst) { in VisitLvalObjCIvarRefExpr()
41 ExplodedNodeSet &Dst) { in VisitObjCAtSynchronizedStmt()
47 ExplodedNodeSet &Dst) { in VisitObjCForCollectionStmt()
145 ExplodedNodeSet &Dst) { in VisitObjCMessage()
DExprEngine.cpp338 ExplodedNodeSet Dst; in ProcessStmt() local
400 ExplodedNodeSet Dst; in ProcessInitializer() local
413 ExplodedNodeSet Dst; in ProcessImplicitDtor() local
437 ExplodedNodeSet &Dst) { in ProcessAutomaticObjDtor()
453 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
471 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessMemberDtor()
488 ExplodedNodeSet &Dst) {} in ProcessTemporaryDtor()
495 ExplodedNodeSet Dst; in Visit() local
1146 ExplodedNodeSet &Dst, in processBranch()
1283 ExplodedNodeSet Dst; in processEndOfFunction() local
[all …]
DCheckerManager.cpp96 ExplodedNodeSet &Dst, in expandGraphWithCheckers()
168 ExplodedNodeSet &Dst, in runCheckersForStmt()
207 ExplodedNodeSet &Dst, in runCheckersForObjCMessage()
250 ExplodedNodeSet &Dst, in runCheckersForCallEvent()
298 void CheckerManager::runCheckersForLocation(ExplodedNodeSet &Dst, in runCheckersForLocation()
338 void CheckerManager::runCheckersForBind(ExplodedNodeSet &Dst, in runCheckersForBind()
358 ExplodedNodeSet &Dst, in runCheckersForEndPath()
403 ExplodedNodeSet &Dst, in runCheckersForBranchCondition()
451 void CheckerManager::runCheckersForDeadSymbols(ExplodedNodeSet &Dst, in runCheckersForDeadSymbols()
504 void CheckerManager::runCheckersForEvalCall(ExplodedNodeSet &Dst, in runCheckersForEvalCall()
DExprEngineCallAndReturn.cpp229 ExplodedNodeSet Dst; in processCallExit() local
531 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall()
686 ExplodedNodeSet &Dst) { in VisitReturnStmt()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp31 SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
144 SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
/external/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm61 .macro two_rows_horiz Dst argument
/external/llvm/lib/VMCore/
DIRBuilder.cpp82 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemCpy()
102 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemMove()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp32 SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
179 SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/CellSPU/MCTargetDesc/
DSPUMCTargetDesc.cpp58 MachineLocation Dst(MachineLocation::VirtualFP); in createSPUMCAsmInfo() local
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp57 MachineLocation Dst(MachineLocation::VirtualFP); in createXCoreMCAsmInfo() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp59 MachineLocation Dst(MachineLocation::VirtualFP); in createHexagonMCAsmInfo() local
/external/elfutils/libelf/
Dcommon.h168 #define CONVERT_TO(Dst, Var) \ argument
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp180 const MachineLocation &Dst = Move.getDestination(); in EmitCFIFrameMove() local
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h175 void runCheckersForPreStmt(ExplodedNodeSet &Dst, in runCheckersForPreStmt()
203 void runCheckersForPreObjCMessage(ExplodedNodeSet &Dst, in runCheckersForPreObjCMessage()
228 void runCheckersForPreCall(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, in runCheckersForPreCall()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyImpl.h75 BlockFrequency getEdgeFreq(BlockT *Src, BlockT *Dst) const { in getEdgeFreq()
143 bool isBackedge(BlockT *Src, BlockT *Dst) { in isBackedge()
/external/eigen/test/
Dvectorization_logic.cpp32 bool test_assign(const Dst&, const Src&, int traversal, int unrolling) in test_assign()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp141 Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B, in EmitStrCpy()
163 Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len, in EmitStrNCpy()
187 Value *llvm::EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in EmitMemCpyChk()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp72 MachineLocation Dst(MachineLocation::VirtualFP); in createPPCMCAsmInfo() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp98 MachineLocation Dst(MachineLocation::VirtualFP); in createMipsMCAsmInfo() local

123