/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 806 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 D | ScheduleDAGInstrs.cpp | 258 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 D | MachineTraceMetrics.cpp | 792 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 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 …]
|
H A 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
|
H A 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
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/mips/ |
D | obj0.go | 919 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 D | update_pip_deps.py | 37 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/ |
D | dep.go | 38 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 D | rust_project_json_test.rs | 77 struct Dep { struct 79 krate: usize, 80 name: String,
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | scheduler.py | 254 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 D | dependencies.py | 33 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 D | Dep.java | 22 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 D | Dep.kt | 19 class Dep class
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/subpackage/ |
H A D | Dep.kt | 22 class Dep @Inject internal constructor() class
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 303 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 D | MachinePipeliner.cpp | 292 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 D | MachineTraceMetrics.cpp | 836 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 D | AssistedFactoryBindsTest.java | 71 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 D | AssistedFactoryWithArrayTypesTest.kt | 40 class Dep class in dagger.functional.kotlinsrc.assisted.AssistedFactoryWithArrayTypesTest
|
H A D | AssistedFactoryBindsTest.kt | 61 class Dep @Inject constructor() class
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/kotlin/ |
H A D | KotlinAssistedInjectionClasses.kt | 24 class Dep @Inject constructor() class
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/assisted/kotlin/ |
H A D | KotlinAssistedInjectionClasses.kt | 25 class Dep @Inject constructor() class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 838 MemDepResult Dep; in getNonLocalCallDependency() local 970 MemDepResult Dep = in GetNonLocalInfoForBlock() local 1201 MemDepResult Dep = GetNonLocalInfoForBlock(QueryInst, Loc, isLoad, BB, in getNonLocalPointerDepFromBB() local
|