Home
last modified time | relevance | path

Searched defs:FillMFMAShadowMutation (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp851 struct FillMFMAShadowMutation : ScheduleDAGMutation { struct
852 const SIInstrInfo *TII;
854 ScheduleDAGMI *DAG;
856 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation() function
858 bool isSALU(const SUnit *SU) const { in isSALU()
863 bool isVALU(const SUnit *SU) const { in isVALU()
868 bool canAddEdge(const SUnit *Succ, const SUnit *Pred) const { in canAddEdge()
898 unsigned linkSALUChain(SUnit *From, SUnit *To, unsigned MaxChain, in linkSALUChain()
930 void apply(ScheduleDAGInstrs *DAGInstrs) override { in apply()