Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h310 bool isOrEquivalentToAdd(const SDNode *N) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF2.td36 return isOrEquivalentToAdd(N);
H A DCSKYInstrInfo.td444 return isOrEquivalentToAdd(N);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3783 bool SelectionDAGISel::isOrEquivalentToAdd(const SDNode *N) const { in isOrEquivalentToAdd() function in SelectionDAGISel
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td782 return N->getOpcode() == ISD::ADD || isOrEquivalentToAdd(N);
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td124 return isOrEquivalentToAdd(N);