Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h131 bool isSmallStackStore(const StoreSDNode *N) const;
H A DHexagonISelDAGToDAG.cpp1635 bool HexagonDAGToDAGISel::isSmallStackStore(const StoreSDNode *N) const { in isSmallStackStore() function in HexagonDAGToDAGISel
H A DHexagonPatterns.td2629 return isSmallStackStore(cast<StoreSDNode>(N));
2635 return !isSmallStackStore(cast<StoreSDNode>(N));