Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp913 struct FillMFMAShadowMutation : ScheduleDAGMutation { struct
918 FillMFMAShadowMutation(const SIInstrInfo *tii) : TII(tii) {} in FillMFMAShadowMutation() argument
1014 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo)); in getPostRAMutations()
1019 return EnablePowerSched ? std::make_unique<FillMFMAShadowMutation>(&InstrInfo) in createFillMFMAShadowMutation()