Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1526 class StoreClusterMutation : public BaseMemOpClusterMutation { class
1528 StoreClusterMutation(const TargetInstrInfo *tii, in StoreClusterMutation() function in __anon848733020311::StoreClusterMutation
1553 return EnableMemOpCluster ? std::make_unique<StoreClusterMutation>(TII, TRI) in createStoreClusterDAGMutation()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1384 class StoreClusterMutation : public BaseMemOpClusterMutation { class
1386 StoreClusterMutation(const TargetInstrInfo *tii, in StoreClusterMutation() function in __anonf64e16600211::StoreClusterMutation
3120 DAG->addMutation(make_unique<StoreClusterMutation>(DAG->TII, DAG->TRI)); in createGenericSchedLive()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1560 class StoreClusterMutation : public BaseMemOpClusterMutation { class
1562 StoreClusterMutation(const TargetInstrInfo *tii, in StoreClusterMutation() function in __anonf7d871080311::StoreClusterMutation
1587 return EnableMemOpCluster ? std::make_unique<StoreClusterMutation>(TII, TRI) in createStoreClusterDAGMutation()