Home
last modified time | relevance | path

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

12

/external/dagger2/javatests/dagger/functional/assisted/subpackage/
DDep.java22 public final class Dep { class
24 Dep() {} in Dep() method in Dep
/external/dagger2/javatests/dagger/functional/assisted/
DAssistedFactoryBindsTest.java71 static final class Dep { class in AssistedFactoryBindsTest
73 Dep() {} in Dep() method in AssistedFactoryBindsTest.Dep
DAssistedFactoryWithArrayTypesTest.java41 static class Dep {} class in AssistedFactoryWithArrayTypesTest
/external/dagger2/javatests/dagger/functional/assisted/kotlin/
DKotlinAssistedInjectionClasses.kt25 class Dep @Inject constructor() class
/external/dagger2/javatests/artifacts/dagger/transitive-annotation-app/library1/src/main/java/library1/
DDep.java19 public final class Dep {} class
/external/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
/external/llvm/lib/TableGen/
DMain.cpp65 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp75 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile() local
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp303 SDep Dep; in addPhysRegDataDeps() local
351 SDep Dep(SU, Kind, /*Reg=*/*Alias); in addPhysRegDeps() local
461 SDep Dep(SU, SDep::Data, Reg); in addVRegDefDeps() local
504 SDep Dep(SU, SDep::Output, Reg); in addVRegDefDeps() local
626 SDep Dep(SUa, SDep::MayAliasMem); in addChainDependency() local
996 SDep Dep(SU, SDep::Artificial); in buildSchedGraph() local
DMachinePipeliner.cpp292 bool isBackedge(SUnit *Source, const SDep &Dep) { in isBackedge()
299 static bool isOrder(SUnit *Source, const SDep &Dep) { in isOrder()
309 unsigned getLatency(SUnit *Source, const SDep &Dep) { in getLatency()
324 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance()
1103 SDep Dep(SU, SDep::Anti, Reg); in updatePhiDependences() local
1122 SDep Dep(SU, SDep::Data, Reg); in updatePhiDependences() local
1210 SDep Dep(&I, SDep::Anti, NewBase); in changeDependences() local
1392 SDep Dep(SU, SDep::Anti, Reg); in swapAntiDependences() local
3401 bool SwingSchedulerDAG::isLoopCarriedOrder(SUnit *Source, const SDep &Dep, in isLoopCarriedOrder()
3506 int SMSchedule::earliestCycleInChain(const SDep &Dep) { in earliestCycleInChain()
[all …]
DMachineTraceMetrics.cpp836 for (const DataDep &Dep : Deps) { in computeInstrDepths() local
929 static bool pushDepHeight(const DataDep &Dep, const MachineInstr &UseMI, in pushDepHeight()
1093 for (const DataDep &Dep : Deps) in computeInstrHeights() local
1163 DataDep &Dep = Deps.front(); in getPHIDepth() local
/external/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
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp37 typedef std::pair<InstTypePair, const BasicBlock *> Dep; typedef
DMemoryDependenceAnalysis.cpp838 MemDepResult Dep; in getNonLocalCallDependency() local
970 MemDepResult Dep = in GetNonLocalInfoForBlock() local
1201 MemDepResult Dep = GetNonLocalInfoForBlock(QueryInst, Loc, isLoad, BB, in getNonLocalPointerDepFromBB() local
/external/clang/lib/AST/
DTemplateName.cpp66 TemplateName::TemplateName(DependentTemplateName *Dep) : Storage(Dep) {} in TemplateName()
/external/double-conversion/test/cctest/
Dcctest.h45 #define DEPENDENT_TEST(Name, Dep) \ argument
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp195 const SDep &Dep = SUJ->Succs[i]; in isLegalToPacketizeTogether() local
/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp198 const SDep &Dep = SUJ->Succs[i]; in isLegalToPacketizeTogether() local
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp355 } else if (RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { in CodeGenInstruction() local

12