Home
last modified time | relevance | path

Searched defs:Dep (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitHasTypesRefOnNamespaceUse.ts8 interface Dep { interface
/third_party/jsframework/runtime/main/reactivity/
Ddep.js11 export default function Dep () { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp702 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 …]
DScheduleDAGInstrs.cpp254 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
DMacroFusion.cpp35 static bool isHazard(const SDep &Dep) { in isHazard()
DScheduleDAG.cpp368 for (const SDep &Dep : SU.Preds) { in dumpNodeAll() local
378 for (const SDep &Dep : SU.Succs) { in dumpNodeAll() local
DMachineTraceMetrics.cpp794 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
DImplicitNullChecks.cpp252 Optional<ArrayRef<MachineInstr *>::iterator> Dep; in computeDependence() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp75 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile() local
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dcctest.h44 #define DEPENDENT_TEST(Name, Dep) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDepPrinter.cpp36 typedef std::pair<InstTypePair, const BasicBlock *> Dep; typedef
DMemoryDependenceAnalysis.cpp877 MemDepResult Dep; in getNonLocalCallDependency() local
1018 MemDepResult Dep = in GetNonLocalInfoForBlock() local
1264 MemDepResult Dep = GetNonLocalInfoForBlock(QueryInst, Loc, isLoad, BB, in getNonLocalPointerDepFromBB() local
DDependenceAnalysis.cpp3826 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/
DMachinePipeliner.h246 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/
DR600Packetizer.cpp195 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/
DHexagonVLIWPacketizer.cpp929 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/
DScheduleDAGSDNodes.cpp503 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/
DLoopDistribute.cpp640 for (auto &Dep : Dependences) in MemoryInstructionDependences() local
DDeadStoreElimination.cpp686 MemDepResult Dep = in handleFree() local
DLoopInterchange.cpp117 std::vector<char> Dep; in populateDependencyMatrix() local
DNewGVN.cpp2796 for (auto Dep : CurrentDeps) in makePossiblePHIOfOps() local
2814 for (auto Dep : Deps) in makePossiblePHIOfOps() local
DGVN.cpp1576 MemDepResult Dep = MD->getDependency(L); in processLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp784 auto Dep = dyn_cast_or_null<const DILocalVariable>(Dependency); in sortLocalVars() local