Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp1010 struct FillMFMAShadowMutation : ScheduleDAGMutation { struct
1015 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation() argument
1136 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo)); in getPostRAMutations()