Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorMaskDAGMutation.cpp50 SDep &Dep = SU.Succs[0]; in isSoleUseCopyToV0() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp284 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 DMacroFusion.cpp34 static bool isHazard(const SDep &Dep) { in isHazard()
H A DScheduleDAG.cpp373 for (const SDep &Dep : SU.Preds) { in dumpNodeAll() local
383 for (const SDep &Dep : SU.Succs) { in dumpNodeAll() local
H A DMachineTraceMetrics.cpp834 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 DMachinePipeliner.cpp1213 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 DMain.cpp100 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp264 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 DAMDGPUMIRFormatter.cpp105 int64_t Dep; in parseSDelayAluImmMnemonic() local
H A DR600Packetizer.cpp186 for (const SDep &Dep : SUJ->Succs) { in isLegalToPacketizeTogether() local
H A DGCNSubtarget.cpp541 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp253 for (const auto &Dep : ExtraDeps) { in addArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp513 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 DGIMatchTree.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp129 auto Dep = FeaturePair.second; in diagnoseUnsupportedFeatureDependencies() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp797 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 DCore.cpp1186 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 DAArch64Subtarget.cpp549 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp359 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence() local
422 DependencyEdge::Dependency &&Dep) { in addDependency()
H A DBottleneckAnalysis.h192 Dependency Dep; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp185 for (const edge_ty &Dep : Dependencies) { in DAGDeltaAlgorithmImpl() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp54 for (const auto &Dep : Dependencies) in printDependencies() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h252 int UseOpIdx, SDep &Dep, in adjustSchedDependency()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp500 } else if (const RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { in CodeGenInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h459 if (auto Dep = in getDependencies() local

123