| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVVectorMaskDAGMutation.cpp | 50 SDep &Dep = SU.Succs[0]; in isSoleUseCopyToV0() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 284 SDep Dep; in addPhysRegDataDeps() local 342 SDep Dep(SU, Kind, DefMO.getReg()); in addPhysRegDeps() local 475 SDep Dep(SU, SDep::Data, Reg); in addVRegDefDeps() local 519 SDep Dep(SU, SDep::Output, Reg); in addVRegDefDeps() local 575 SDep Dep(SUa, SDep::MayAliasMem); in addChainDependency() local 909 SDep Dep(SU, SDep::Artificial); in buildSchedGraph() local
|
| H A D | MacroFusion.cpp | 34 static bool isHazard(const SDep &Dep) { in isHazard()
|
| H A D | ScheduleDAG.cpp | 373 for (const SDep &Dep : SU.Preds) { in dumpNodeAll() local 383 for (const SDep &Dep : SU.Succs) { in dumpNodeAll() local
|
| H A D | MachineTraceMetrics.cpp | 834 for (const DataDep &Dep : Deps) { in updateDepth() local 990 static bool pushDepHeight(const DataDep &Dep, const MachineInstr &UseMI, in pushDepHeight() 1150 for (const DataDep &Dep : Deps) in computeInstrHeights() local 1219 DataDep &Dep = Deps.front(); in getPHIDepth() local
|
| H A D | MachinePipeliner.cpp | 1213 SDep Dep(SU, SDep::Anti, Reg); in updatePhiDependences() local 1233 SDep Dep(SU, SDep::Data, Reg); in updatePhiDependences() local 1322 SDep Dep(&I, SDep::Anti, NewBase); in changeDependences() local 1857 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure() local 2004 for (auto &Dep : SU.Preds) { in apply() local 2025 for (auto &Dep : PHISUs[Index]->Succs) { in apply() local 3192 int SMSchedule::earliestCycleInChain(const SwingSchedulerDDGEdge &Dep, in earliestCycleInChain() 3216 int SMSchedule::latestCycleInChain(const SwingSchedulerDDGEdge &Dep, in latestCycleInChain() 3289 for (const auto &Dep : SU->Preds) { in computeStart() local 4278 SDep Dep(Src, SDep::Barrier); in modifySUnits() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Main.cpp | 100 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | AArch64TargetParser.cpp | 264 for (auto Dep : ExtensionDependencies) in enable() local 329 for (auto Dep : ExtensionDependencies) in disable() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMIRFormatter.cpp | 105 int64_t Dep; in parseSDelayAluImmMnemonic() local
|
| H A D | R600Packetizer.cpp | 186 for (const SDep &Dep : SUJ->Succs) { in isLegalToPacketizeTogether() local
|
| H A D | GCNSubtarget.cpp | 541 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 253 for (const auto &Dep : ExtraDeps) { in addArgs() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLatencyMutations.cpp | 513 bool ARMOverrideBypasses::zeroOutputDependences(SUnit &ISU, SDep &Dep) { in zeroOutputDependences() 529 unsigned ARMOverrideBypasses::makeBundleAssumptions(SUnit &ISU, SDep &Dep) { in makeBundleAssumptions() 553 bool ARMOverrideBypasses::memoryRAWHazard(SUnit &ISU, SDep &Dep, in memoryRAWHazard()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.cpp | |
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenCLOptions.cpp | 129 auto Dep = FeaturePair.second; in diagnoseUnsupportedFeatureDependencies() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 797 MemDepResult Dep; in getNonLocalCallDependency() local 950 MemDepResult Dep = getPointerDependencyFrom(Loc, isLoad, ScanPos, BB, in getNonLocalInfoForBlock() local 1201 MemDepResult Dep = getNonLocalInfoForBlock( in getNonLocalPointerDepFromBB() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 1186 for (auto &Dep : Deps) in dump() local 2948 for (auto Dep : Deps) { in propagateExtraEmitDeps() local 3061 for (auto &Dep : Deps) in simplifyDepGroups() local 3066 for (auto &Dep : Deps) { in simplifyDepGroups() local 3199 for (auto &Dep : Deps) in IL_makeEDUEmitted() local 3248 for (auto &Dep : EDU.Dependencies[&ClosedJD]) in makeJDClosedError() local 3306 for (auto &Dep : Deps) { in IL_emit() local 3371 for (auto &Dep : DepsToRemove) in IL_emit() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 549 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | BottleneckAnalysis.cpp | 359 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence() local 422 DependencyEdge::Dependency &&Dep) { in addDependency()
|
| H A D | BottleneckAnalysis.h | 192 Dependency Dep; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 185 for (const edge_ty &Dep : Dependencies) { in DAGDeltaAlgorithmImpl() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 54 for (const auto &Dep : Dependencies) in printDependencies() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 252 int UseOpIdx, SDep &Dep, in adjustSchedDependency()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenInstruction.cpp | 500 } else if (const RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { in CodeGenInstruction() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DDG.h | 459 if (auto Dep = in getDependencies() local
|