Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp913 struct FillMFMAShadowMutation : ScheduleDAGMutation { struct
914 const SIInstrInfo *TII;
916 ScheduleDAGMI *DAG;
918 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation() argument
920 bool isSALU(const SUnit *SU) const { in isSALU()
925 bool isVALU(const SUnit *SU) const { in isVALU()
932 unsigned linkSALUChain(SUnit *From, SUnit *To, unsigned MaxChain, in linkSALUChain()
966 void apply(ScheduleDAGInstrs *DAGInstrs) override { in apply()