Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp313 bool tryScatter(StoreSDNode *Store, unsigned Opcode);
1212 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter() function in SystemZDAGToDAGISel
1660 if (tryScatter(Store, SystemZ::VSCEF)) in Select()
1663 if (tryScatter(Store, SystemZ::VSCEG)) in Select()