Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp884 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
894 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
902 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
909 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
918 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
960 SDep Dep(SU, SDep::Anti, Reg); in updatePhiDependences() local
980 SDep Dep(SU, SDep::Data, Reg); in updatePhiDependences() local
1068 SDep Dep(&I, SDep::Anti, NewBase); in changeDependences() local
1645 SDep Dep(SU, SDep::Anti, Reg); in swapAntiDependences() local
1665 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure() local
[all …]
H A DScheduleDAGInstrs.cpp263 SDep Dep; in addPhysRegDataDeps() local
321 SDep Dep(SU, Kind, DefMO.getReg()); in addPhysRegDeps() local
454 SDep Dep(SU, SDep::Data, Reg); in addVRegDefDeps() local
498 SDep Dep(SU, SDep::Output, Reg); in addVRegDefDeps() local
560 SDep Dep(SUa, SDep::MayAliasMem); in addChainDependency() local
892 SDep Dep(SU, SDep::Artificial); in buildSchedGraph() local
H A DMacroFusion.cpp34 static bool isHazard(const SDep &Dep) { in isHazard() argument
H A DScheduleDAG.cpp371 for (const SDep &Dep : SU.Preds) { in dumpNodeAll() local
381 for (const SDep &Dep : SU.Succs) { in dumpNodeAll() local
H A DMachineTraceMetrics.cpp806 for (const DataDep &Dep : Deps) { in updateDepth() local
962 static bool pushDepHeight(const DataDep &Dep, const MachineInstr &UseMI, in pushDepHeight()
1122 for (const DataDep &Dep : Deps) in computeInstrHeights() local
1191 DataDep &Dep = Deps.front(); in getPHIDepth() local
H A DImplicitNullChecks.cpp256 std::optional<ArrayRef<MachineInstr *>::iterator> Dep; in computeDependence() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp226 for (auto Dep : ExtensionDependencies) in enable() local
265 for (auto Dep : ExtensionDependencies) in disable() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp90 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp228 for (const auto &Dep : ExtraDeps) { in addArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp106 int64_t Dep; in parseSDelayAluImmMnemonic() local
H A DAMDGPUSplitModule.cpp375 for (const auto *Dep : Dependencies) { in FunctionWithDependencies() local
709 for (const auto *Dep : FWD.Dependencies) in splitAMDGPUModule() local
H A DR600Packetizer.cpp189 for (const SDep &Dep : SUJ->Succs) { in isLegalToPacketizeTogether() local
/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/Target/AArch64/
H A DAArch64Subtarget.cpp483 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp834 MemDepResult Dep; in getNonLocalCallDependency() local
987 MemDepResult Dep = getPointerDependencyFrom(Loc, isLoad, ScanPos, BB, in getNonLocalInfoForBlock() local
1260 MemDepResult Dep = getNonLocalInfoForBlock( in getNonLocalPointerDepFromBB() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp360 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence() local
423 DependencyEdge::Dependency &&Dep) { in addDependency()
H A DBottleneckAnalysis.h192 Dependency Dep; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp186 for (const edge_ty &Dep : Dependencies) { in DAGDeltaAlgorithmImpl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h257 bool isBackedge(SUnit *Source, const SDep &Dep) { in isBackedge()
267 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance()
H A DTargetSubtargetInfo.h241 int UseOpIdx, SDep &Dep, in adjustSchedDependency()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1198 for (auto &Dep : Deps) in dump() local
2939 for (auto Dep : Deps) { in propagateExtraEmitDeps() local
3052 for (auto &Dep : Deps) in simplifyDepGroups() local
3057 for (auto &Dep : Deps) { in simplifyDepGroups() local
3191 for (auto &Dep : Deps) in IL_makeEDUEmitted() local
3240 for (auto &Dep : EDU.Dependencies[&ClosedJD]) in makeJDClosedError() local
3298 for (auto &Dep : Deps) { in IL_emit() local
3365 for (auto &Dep : DepsToRemove) in IL_emit() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp116 TemplateName::TemplateName(DependentTemplateName *Dep) : Storage(Dep) {} in TemplateName()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp504 } else if (RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { in CodeGenInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h455 if (auto Dep = in getDependencies() local

12