Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td836 [{ return !shouldSelectForReassoc(N); }]>;
839 [{ return !shouldSelectForReassoc(N); }]>;
842 [{ return !shouldSelectForReassoc(N); }]>;
H A DSystemZISelDAGToDAG.cpp356 bool shouldSelectForReassoc(SDNode *N) const;
2059 bool SystemZDAGToDAGISel::shouldSelectForReassoc(SDNode *N) const { in shouldSelectForReassoc() function in SystemZDAGToDAGISel