Home
last modified time | relevance | path

Searched refs:MemOpClusterMutation (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.cpp757 struct MemOpClusterMutation : ScheduleDAGMutation { struct
760 MemOpClusterMutation(const SIInstrInfo *tii) : TII(tii) {} in MemOpClusterMutation() function
930 Mutations.push_back(std::make_unique<MemOpClusterMutation>(&InstrInfo)); in getPostRAMutations()