/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 34 TargetAddress getDst() const { return Dst; } in getDst() function 44 if (auto EC = serialize(C, DBW.getDst())) in serialize()
|
D | OrcRemoteTargetServer.h | 422 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 200 DstRegister getDst(unsigned int d) const in getDst() function in tgsi::Instruction 1501 insn.getDst(0).getIndex(0) == info->io.edgeFlagOut && in isEdgeFlagPassthrough() 1564 Instruction::DstRegister dst = insn.getDst(0); in scanInstruction() 1993 tgsi::Instruction::DstRegister dst = tgsi.getDst(d); in fetchDst() 2148 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d); in acquireDst() 2175 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d); in storeDst() 2239 if (!inst.getDst(d).isMasked(chan)) 2532 unsigned int mask = tgsi.getDst(0).getMask(); in handleLIT() 2734 ld->tex.mask = tgsi.getDst(0).getMask(); in handleLOAD() 2825 const int r = tgsi.getDst(0).getIndex(0); in handleSTORE() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 66 JITTargetAddress getDst() const { return Dst; } in getDst() function 117 if (auto EC = serializeSeq(C, DBW.getDst())) in serialize()
|
D | OrcRemoteTargetServer.h | 421 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 124 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 202 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList() 298 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
|
D | BugReporterVisitors.cpp | 935 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr() 1240 return VisitTerminator(term, N, srcBlk, BE->getDst(), BR, BRC); in VisitNodeImpl()
|
D | ExprEngine.cpp | 2640 << E.getDst()->getBlockID() << ')'; in getNodeLabel() 2657 const Stmt *Label = E.getDst()->getLabel(); in getNodeLabel() 2686 if (*E.getSrc()->succ_begin() == E.getDst()) in getNodeLabel()
|
D | ExprEngineC.cpp | 584 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
|
D | BugReporter.cpp | 617 const CFGBlock *Dst = BE->getDst(); in GenerateMinimalPathDiagnostic() 1314 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 113 Instruction *getDst() const { return Dst; } in getDst() function
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 118 Instruction *getDst() const { return Dst; } in getDst() function
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 483 const CFGBlock *getDst() const { in getDst() function
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.h | 532 SPIRVValue *getDst() const { return getValue(PtrId);} 554 if (getSrc()->isForward() || getDst()->isForward())
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 1551 transValue(BS->getDst(), F, BB), in transValueWithoutDecoration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3809 Instruction *Dst = Dep.getDst(); in getSplitIteration()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3750 Instruction *Dst = Dep.getDst(); in getSplitIteration()
|