Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp316 bool tryScatter(StoreSDNode *Store, unsigned Opcode);
1269 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter() function in SystemZDAGToDAGISel
1765 if (tryScatter(Store, SystemZ::VSCEF)) in Select()
1768 if (tryScatter(Store, SystemZ::VSCEG)) in Select()