/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitHasTypesRefOnNamespaceUse.ts | 8 interface Dep { interface
|
/third_party/jsframework/runtime/main/reactivity/ |
D | dep.js | 11 export default function Dep () { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 702 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local 712 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local 720 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local 727 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local 739 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local 783 SDep Dep(SU, SDep::Anti, Reg); in updatePhiDependences() local 803 SDep Dep(SU, SDep::Data, Reg); in updatePhiDependences() local 891 SDep Dep(&I, SDep::Anti, NewBase); in changeDependences() local 1134 SDep Dep(SU, SDep::Anti, Reg); in swapAntiDependences() local 1154 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure() local [all …]
|
D | ScheduleDAGInstrs.cpp | 254 SDep Dep; in addPhysRegDataDeps() local 317 SDep Dep(SU, Kind, /*Reg=*/*Alias); in addPhysRegDeps() local 444 SDep Dep(SU, SDep::Data, Reg); in addVRegDefDeps() local 487 SDep Dep(SU, SDep::Output, Reg); in addVRegDefDeps() local 547 SDep Dep(SUa, SDep::MayAliasMem); in addChainDependency() local 878 SDep Dep(SU, SDep::Artificial); in buildSchedGraph() local
|
D | MacroFusion.cpp | 35 static bool isHazard(const SDep &Dep) { in isHazard()
|
D | ScheduleDAG.cpp | 368 for (const SDep &Dep : SU.Preds) { in dumpNodeAll() local 378 for (const SDep &Dep : SU.Succs) { in dumpNodeAll() local
|
D | MachineTraceMetrics.cpp | 794 for (const DataDep &Dep : Deps) { in updateDepth() local 953 static bool pushDepHeight(const DataDep &Dep, const MachineInstr &UseMI, in pushDepHeight() 1117 for (const DataDep &Dep : Deps) in computeInstrHeights() local 1187 DataDep &Dep = Deps.front(); in getPHIDepth() local
|
D | ImplicitNullChecks.cpp | 252 Optional<ArrayRef<MachineInstr *>::iterator> Dep; in computeDependence() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Main.cpp | 75 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile() local
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | cctest.h | 44 #define DEPENDENT_TEST(Name, Dep) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 36 typedef std::pair<InstTypePair, const BasicBlock *> Dep; typedef
|
D | MemoryDependenceAnalysis.cpp | 877 MemDepResult Dep; in getNonLocalCallDependency() local 1018 MemDepResult Dep = in GetNonLocalInfoForBlock() local 1264 MemDepResult Dep = GetNonLocalInfoForBlock(QueryInst, Loc, isLoad, BB, in getNonLocalPointerDepFromBB() local
|
D | DependenceAnalysis.cpp | 3826 const SCEV *DependenceInfo::getSplitIteration(const Dependence &Dep, in getSplitIteration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 246 bool isBackedge(SUnit *Source, const SDep &Dep) { in isBackedge() 256 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Packetizer.cpp | 195 const SDep &Dep = SUJ->Succs[i]; in isLegalToPacketizeTogether() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 929 auto &Dep = PacketSU->Succs[i]; in restrictingDepExistInPacket() local 993 auto Dep = PacketSU->Succs[i]; in arePredicatesComplements() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 503 SDep Dep = isChain ? SDep(OpSU, SDep::Barrier) in AddSchedEdges() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 640 for (auto &Dep : Dependences) in MemoryInstructionDependences() local
|
D | DeadStoreElimination.cpp | 686 MemDepResult Dep = in handleFree() local
|
D | LoopInterchange.cpp | 117 std::vector<char> Dep; in populateDependencyMatrix() local
|
D | NewGVN.cpp | 2796 for (auto Dep : CurrentDeps) in makePossiblePHIOfOps() local 2814 for (auto Dep : Deps) in makePossiblePHIOfOps() local
|
D | GVN.cpp | 1576 MemDepResult Dep = MD->getDependency(L); in processLoad() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 784 auto Dep = dyn_cast_or_null<const DILocalVariable>(Dependency); in sortLocalVars() local
|