Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h138 bool isSmallStackStore(const StoreSDNode *N) const;
DHexagonISelDAGToDAG.cpp1577 bool HexagonDAGToDAGISel::isSmallStackStore(const StoreSDNode *N) const { in isSmallStackStore() function in HexagonDAGToDAGISel
DHexagonPatterns.td2401 return isSmallStackStore(cast<StoreSDNode>(N));
2407 return !isSmallStackStore(cast<StoreSDNode>(N));