/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 884 SU.addPred(Dep); in addLoopCarriedDependences() local 892 SDep Dep(Load, SDep::Barrier); in addLoopCarriedDependences() local 874 SDep Dep(Load, SDep::Barrier); addLoopCarriedDependences() local 899 SDep Dep(Load, SDep::Barrier); addLoopCarriedDependences() local 908 SDep Dep(Load, SDep::Barrier); addLoopCarriedDependences() local 950 SDep Dep(SU, SDep::Anti, Reg); updatePhiDependences() local 970 SDep Dep(SU, SDep::Data, Reg); updatePhiDependences() local 1058 SDep Dep(&I, SDep::Anti, NewBase); changeDependences() local 1635 SDep Dep(SU, SDep::Anti, Reg); swapAntiDependences() local 1655 auto Dep = OutputDeps.find(BackEdge); createAdjacencyStructure() local 1798 for (auto &Dep : SU.Preds) { apply() local 1819 for (auto &Dep : PHISUs[Index]->Succs) { apply() local 2711 isLoopCarriedDep(SUnit * Source,const SDep & Dep,bool isSucc) isLoopCarriedDep() argument 2848 earliestCycleInChain(const SDep & Dep) earliestCycleInChain() argument 2871 latestCycleInChain(const SDep & Dep) latestCycleInChain() argument 2919 const SDep &Dep = SU->Preds[i]; computeStart() local 2944 const SDep &Dep = SU->Succs[i]; computeStart() local 3173 for (auto &Dep : SU->Preds) computeUnpipelineableNodes() local 3176 for (auto &Dep : SU->Succs) computeUnpipelineableNodes() local 3200 for (auto &Dep : SU.Preds) normalizeNonPipelinedInstructions() local [all...] |
H A D | ScheduleDAGInstrs.cpp | 263 SDep Dep; addPhysRegDataDeps() local 321 SDep Dep(SU, Kind, DefMO.getReg()); addPhysRegDeps() local 454 SDep Dep(SU, SDep::Data, Reg); addVRegDefDeps() local 498 SDep Dep(SU, SDep::Output, Reg); addVRegDefDeps() local 560 SDep Dep(SUa, SDep::MayAliasMem); addChainDependency() local 892 SDep Dep(SU, SDep::Artificial); buildSchedGraph() local [all...] |
H A D | MacroFusion.cpp | 34 static bool isHazard(const SDep &Dep) { in isHazard()
|
H A D | ScheduleDAG.cpp | 371 for (const SDep &Dep : SU.Preds) { dumpNodeAll() local 381 for (const SDep &Dep : SU.Succs) { dumpNodeAll() local
|
H A D | MachineTraceMetrics.cpp | 806 for (const DataDep &Dep : Deps) { updateDepth() local 962 pushDepHeight(const DataDep & Dep,const MachineInstr & UseMI,unsigned UseHeight,MIHeightMap & Heights,const TargetSchedModel & SchedModel,const TargetInstrInfo * TII) pushDepHeight() argument 1122 for (const DataDep &Dep : Deps) computeInstrHeights() local 1191 DataDep &Dep = Deps.front(); getPHIDepth() local [all...] |
/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 90 for (const auto &Dep : Parser.getDependencies()) { createDependencyFile() local
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | AArch64TargetParser.cpp | 265 enable(Dep.Earlier); in disable() local 226 for (auto Dep : ExtensionDependencies) enable() local
|
/llvm-project/polly/lib/Transform/ |
H A D | DeadCodeElimination.cpp | 115 isl::union_map Dep = in runDeadCodeElimination() local
|
/llvm-project/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 228 for (const auto &Dep : ExtraDeps) { addArgs() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMIRFormatter.cpp | 106 if (!Src.consumeInteger(10, Dep)) in parseSDelayAluImmMnemonic() local
|
H A D | AMDGPUSplitModule.cpp | 374 for (const auto *Dep : Dependencies) { FunctionWithDependencies() local 708 for (const auto *Dep : FWD.Dependencies) splitAMDGPUModule() local
|
H A D | R600Packetizer.cpp | 190 if (Dep.getSUnit() != SUI) in isLegalToPacketizeTogether() local
|
/llvm-project/clang/lib/Basic/ |
H A D | OpenCLOptions.cpp | 129 auto Dep = FeaturePair.second; in diagnoseUnsupportedFeatureDependencies() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 482 adjustSchedDependency(SUnit * Def,int DefOpIdx,SUnit * Use,int UseOpIdx,SDep & Dep,const TargetSchedModel * SchedModel) const adjustSchedDependency() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 834 MemDepResult Dep; getNonLocalCallDependency() local 987 MemDepResult Dep = getPointerDependencyFrom(Loc, isLoad, ScanPos, BB, getNonLocalInfoForBlock() local 1260 MemDepResult Dep = getNonLocalInfoForBlock( getNonLocalPointerDepFromBB() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 186 Predecessors[Dep.second].push_back(Dep.first); in DAGDeltaAlgorithmImpl() local
|
/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 360 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence() local 423 addDependency(unsigned From,unsigned To,DependencyEdge::Dependency && Dep) addDependency() argument [all...] |
H A D | BottleneckAnalysis.h | 192 Dependency Dep; member
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.cpp | 53 for (const auto &Dep : Dependencies) in printDependencies() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetSubtargetInfo.h | 241 adjustSchedDependency(SUnit * Def,int DefOpIdx,SUnit * Use,int UseOpIdx,SDep & Dep,const TargetSchedModel * SchedModel) adjustSchedDependency() argument
|
H A D | MachinePipeliner.h | 257 isBackedge(SUnit * Source,const SDep & Dep) isBackedge() argument 267 getDistance(SUnit * U,SUnit * V,const SDep & Dep) getDistance() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 1198 for (auto &Dep : Deps) dump() local 2939 for (auto Dep : Deps) { propagateExtraEmitDeps() local 3052 for (auto &Dep : Deps) simplifyDepGroups() local 3057 for (auto &Dep : Deps) { simplifyDepGroups() local 3191 for (auto &Dep : Deps) IL_makeEDUEmitted() local 3240 for (auto &Dep : EDU.Dependencies[&ClosedJD]) makeJDClosedError() local 3298 for (auto &Dep : Deps) { IL_emit() local 3365 for (auto &Dep : DepsToRemove) IL_emit() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 116 TemplateName(DependentTemplateName * Dep) TemplateName() argument
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.cpp | 504 } else if (RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { CodeGenInstruction() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | loop-convert-extra.cpp | 242 dependent<int> Dep, Other; in refs_and_vals() local 983 dependent<int> Dep; in iterators() local 1026 dependent<int> Dep; in captureByValue() local
|