Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp806 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
816 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
824 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
831 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
840 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
884 SDep Dep(SU, SDep::Anti, Reg); in updatePhiDependences() local
904 SDep Dep(SU, SDep::Data, Reg); in updatePhiDependences() local
991 SDep Dep(&I, SDep::Anti, NewBase); in changeDependences() local
1164 SDep Dep(SU, SDep::Anti, Reg); in swapAntiDependences() local
1184 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure() local
[all …]
H A DScheduleDAGInstrs.cpp258 SDep Dep; in addPhysRegDataDeps() local
315 SDep Dep(SU, Kind, /*Reg=*/*Alias); in addPhysRegDeps() local
442 SDep Dep(SU, SDep::Data, Reg); in addVRegDefDeps() local
485 SDep Dep(SU, SDep::Output, Reg); in addVRegDefDeps() local
547 SDep Dep(SUa, SDep::MayAliasMem); in addChainDependency() local
879 SDep Dep(SU, SDep::Artificial); in buildSchedGraph() local
H A DMachineTraceMetrics.cpp792 for (const DataDep &Dep : Deps) { in updateDepth() local
952 static bool pushDepHeight(const DataDep &Dep, const MachineInstr &UseMI, in pushDepHeight()
1115 for (const DataDep &Dep : Deps) in computeInstrHeights() local
1185 DataDep &Dep = Deps.front(); in getPHIDepth() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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 …]
H A 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
H A 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
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
Dobj0.go919 type Dep struct { struct
920 ireg uint32
921 freg uint32
922 cc uint32
/aosp_15_r20/external/bazelbuild-rules_python/tools/private/update_deps/
H A Dupdate_pip_deps.py37 class Dep: class
43 def _dep_snippet(deps: list[Dep]) -> str:
59 def _module_snippet(deps: list[Dep]) -> str:
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testshared/testdata/depBase/
Ddep.go38 type Dep struct { struct
39 X int
42 func (d *Dep) Method() int {
/aosp_15_r20/external/bazelbuild-rules_rust/test/rust_analyzer/aspect_traversal_test/
H A Drust_project_json_test.rs77 struct Dep { struct
79 krate: usize,
80 name: String,
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dscheduler.py254 def add_fake_dep(self, dep: Dep) -> None:
309 def should_prune(dep: Dep) -> bool:
366 def can_inplace(self, read_dep: dependencies.Dep) -> bool:
771 def should_prune(dep: Dep) -> bool:
1004 def can_inplace(self, read_dep: dependencies.Dep) -> bool:
1232 def add_fake_dep(self, name: Dep) -> None:
1235 def can_inplace(self, read_dep: dependencies.Dep) -> bool:
1615 def add_fake_dep(self, fake_dep: Dep) -> None:
3077 def fusable_read_and_write(self, read: Dep, write: MemoryDep) -> bool:
3137 def dep_size_hint(self, dep: Dep) -> int:
H A Ddependencies.py33 class Dep(abc.ABC): class
368 def with_read(self, dep: Union[Dep, Set[Dep]]) -> "ReadWrites":
/aosp_15_r20/external/dagger2/javatests/dagger/functional/assisted/subpackage/
H A DDep.java22 public final class Dep { class
24 Dep() {} in Dep() method in Dep
/aosp_15_r20/external/dagger2/javatests/artifacts/dagger/transitive-annotation-kotlin-app/library1/src/main/kotlin/library1/
H A DDep.kt19 class Dep class
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/subpackage/
H A DDep.kt22 class Dep @Inject internal constructor() class
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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
H A 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 …]
H A 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
/aosp_15_r20/external/dagger2/javatests/dagger/functional/assisted/
H A DAssistedFactoryBindsTest.java71 static final class Dep { class in AssistedFactoryBindsTest
73 Dep() {} in Dep() method in AssistedFactoryBindsTest.Dep
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/
H A DAssistedFactoryWithArrayTypesTest.kt40 class Dep class in dagger.functional.kotlinsrc.assisted.AssistedFactoryWithArrayTypesTest
H A DAssistedFactoryBindsTest.kt61 class Dep @Inject constructor() class
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/kotlin/
H A DKotlinAssistedInjectionClasses.kt24 class Dep @Inject constructor() class
/aosp_15_r20/external/dagger2/javatests/dagger/functional/assisted/kotlin/
H A DKotlinAssistedInjectionClasses.kt25 class Dep @Inject constructor() class
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp877 MemDepResult Dep; in getNonLocalCallDependency() local
1018 MemDepResult Dep = in GetNonLocalInfoForBlock() local
1264 MemDepResult Dep = GetNonLocalInfoForBlock(QueryInst, Loc, isLoad, BB, in getNonLocalPointerDepFromBB() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp838 MemDepResult Dep; in getNonLocalCallDependency() local
970 MemDepResult Dep = in GetNonLocalInfoForBlock() local
1201 MemDepResult Dep = GetNonLocalInfoForBlock(QueryInst, Loc, isLoad, BB, in getNonLocalPointerDepFromBB() local

12345