Home
last modified time | relevance | path

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

123

/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp884 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 DScheduleDAGInstrs.cpp263 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 DMacroFusion.cpp34 static bool isHazard(const SDep &Dep) { in isHazard()
H A DScheduleDAG.cpp371 for (const SDep &Dep : SU.Preds) { dumpNodeAll() local
381 for (const SDep &Dep : SU.Succs) { dumpNodeAll() local
H A DMachineTraceMetrics.cpp806 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 DMain.cpp90 for (const auto &Dep : Parser.getDependencies()) { createDependencyFile() local
/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp265 enable(Dep.Earlier); in disable() local
226 for (auto Dep : ExtensionDependencies) enable() local
/llvm-project/polly/lib/Transform/
H A DDeadCodeElimination.cpp115 isl::union_map Dep = in runDeadCodeElimination() local
/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp228 for (const auto &Dep : ExtraDeps) { addArgs() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp106 if (!Src.consumeInteger(10, Dep)) in parseSDelayAluImmMnemonic() local
H A DAMDGPUSplitModule.cpp374 for (const auto *Dep : Dependencies) { FunctionWithDependencies() local
708 for (const auto *Dep : FWD.Dependencies) splitAMDGPUModule() local
H A DR600Packetizer.cpp190 if (Dep.getSUnit() != SUI) in isLegalToPacketizeTogether() local
/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp129 auto Dep = FeaturePair.second; in diagnoseUnsupportedFeatureDependencies() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp482 adjustSchedDependency(SUnit * Def,int DefOpIdx,SUnit * Use,int UseOpIdx,SDep & Dep,const TargetSchedModel * SchedModel) const adjustSchedDependency() argument
/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp834 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 DDAGDeltaAlgorithm.cpp186 Predecessors[Dep.second].push_back(Dep.first); in DAGDeltaAlgorithmImpl() local
/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp360 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence() local
423 addDependency(unsigned From,unsigned To,DependencyEdge::Dependency && Dep) addDependency() argument
[all...]
H A DBottleneckAnalysis.h192 Dependency Dep; member
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp53 for (const auto &Dep : Dependencies) in printDependencies() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h241 adjustSchedDependency(SUnit * Def,int DefOpIdx,SUnit * Use,int UseOpIdx,SDep & Dep,const TargetSchedModel * SchedModel) adjustSchedDependency() argument
H A DMachinePipeliner.h257 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 DCore.cpp1198 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 DTemplateName.cpp116 TemplateName(DependentTemplateName * Dep) TemplateName() argument
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp504 } else if (RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { CodeGenInstruction() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp242 dependent<int> Dep, Other; in refs_and_vals() local
983 dependent<int> Dep; in iterators() local
1026 dependent<int> Dep; in captureByValue() local

123