Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1533 class LoadClusterMutation : public BaseMemOpClusterMutation { class
1535 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation() function in __anon29de37d30311::LoadClusterMutation
1546 return EnableMemOpCluster ? std::make_unique<LoadClusterMutation>(TII, TRI) in createLoadClusterDAGMutation()