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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp309 SDNode *tryScatter(StoreSDNode *Store, unsigned Opcode);
1080 SDNode *SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { function in class:SystemZDAGToDAGISel
1263 ResNode = tryScatter(Store, SystemZ::VSCEF);
1265 ResNode = tryScatter(Store, SystemZ::VSCEG);

Completed in 48 milliseconds