Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp804 struct FillMFMAShadowMutation : ScheduleDAGMutation { struct
805 const SIInstrInfo *TII;
807 ScheduleDAGMI *DAG;
809 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation() function
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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp863 struct FillMFMAShadowMutation : ScheduleDAGMutation { struct
864 const SIInstrInfo *TII;
866 ScheduleDAGMI *DAG;
868 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation() function
870 bool isSALU(const SUnit *SU) const { in isSALU()
875 bool isVALU(const SUnit *SU) const { in isVALU()
882 unsigned linkSALUChain(SUnit *From, SUnit *To, unsigned MaxChain, in linkSALUChain()
916 void apply(ScheduleDAGInstrs *DAGInstrs) override { in apply()