Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp786 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
796 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
804 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
811 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
820 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local
864 SDep Dep(SU, SDep::Anti, Reg); in updatePhiDependences() local
884 SDep Dep(SU, SDep::Data, Reg); in updatePhiDependences() local
971 SDep Dep(&I, SDep::Anti, NewBase); in changeDependences() local
1213 SDep Dep(SU, SDep::Anti, Reg); in swapAntiDependences() local
1233 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure() local
[all …]
H A DScheduleDAGInstrs.cpp256 SDep Dep; in addPhysRegDataDeps() local
318 SDep Dep(SU, Kind, /*Reg=*/*Alias); in addPhysRegDeps() local
446 SDep Dep(SU, SDep::Data, Reg); in addVRegDefDeps() local
489 SDep Dep(SU, SDep::Output, Reg); in addVRegDefDeps() local
551 SDep Dep(SUa, SDep::MayAliasMem); in addChainDependency() local
885 SDep Dep(SU, SDep::Artificial); in buildSchedGraph() local
H A DMacroFusion.cpp35 static bool isHazard(const SDep &Dep) { in isHazard()
H A DScheduleDAG.cpp368 for (const SDep &Dep : SU.Preds) { in dumpNodeAll() local
378 for (const SDep &Dep : SU.Succs) { in dumpNodeAll() local
H A DMachineTraceMetrics.cpp793 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
H A DImplicitNullChecks.cpp258 Optional<ArrayRef<MachineInstr *>::iterator> Dep; in computeDependence() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp98 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in GIMatchTreeBuilderLeafInfo() local
103 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in GIMatchTreeBuilderLeafInfo() local
137 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in declareInstr() local
171 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in declareOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DMain.cpp78 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DXRayArgs.cpp260 for (const auto &Dep : ExtraDeps) { in addArgs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemDepPrinter.cpp39 typedef std::pair<InstTypePair, const BasicBlock *> Dep; typedef
H A DMemoryDependenceAnalysis.cpp805 MemDepResult Dep; in getNonLocalCallDependency() local
958 MemDepResult Dep = getPointerDependencyFrom(Loc, isLoad, ScanPos, BB, in GetNonLocalInfoForBlock() local
1231 MemDepResult Dep = GetNonLocalInfoForBlock(QueryInst, Loc, isLoad, BB, in getNonLocalPointerDepFromBB() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp77 for (const auto &Dep : Dependencies) in getDependencyFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateName.cpp78 TemplateName::TemplateName(DependentTemplateName *Dep) : Storage(Dep) {} in TemplateName()
H A DComputeDependence.cpp42 ExprDependence Dep = toExprDependence(E->getType()->getDependence()) | in computeDependence() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h234 int UseOpIdx, SDep &Dep) const {} in adjustSchedDependency()
H A DMachinePipeliner.h240 bool isBackedge(SUnit *Source, const SDep &Dep) { in isBackedge()
250 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance()
/netbsd-src/external/apache2/llvm/dist/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.h191 Dependency Dep; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp190 const SDep &Dep = SUJ->Succs[i]; in isLegalToPacketizeTogether() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h465 if (auto Dep = in getDependencies() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp438 } else if (RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { in CodeGenInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp937 auto &Dep = PacketSU->Succs[i]; in restrictingDepExistInPacket() local
1001 auto Dep = PacketSU->Succs[i]; in arePredicatesComplements() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp639 for (auto &Dep : Dependences) in MemoryInstructionDependences() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp507 SDep Dep = isChain ? SDep(OpSU, SDep::Barrier) in AddSchedEdges() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp990 auto Dep = dyn_cast_or_null<const DILocalVariable>(Dependency); in sortLocalVars() local

12