Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp804 struct FillMFMAShadowMutation : ScheduleDAGMutation { struct
805 const SIInstrInfo *TII;
807 ScheduleDAGMI *DAG;
809 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation() argument
811 bool isSALU(const SUnit *SU) const { in isSALU()
816 bool isVALU(const SUnit *SU) const { in isVALU()
821 bool canAddEdge(const SUnit *Succ, const SUnit *Pred) const { in canAddEdge()
851 unsigned linkSALUChain(SUnit *From, SUnit *To, unsigned MaxChain, in linkSALUChain()
883 void apply(ScheduleDAGInstrs *DAGInstrs) override { in apply()