diff options
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h b/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h index 0028c400786..fc66940ee52 100644 --- a/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h +++ b/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h @@ -101,6 +101,9 @@ public: void SelectConstant(SDNode *N); void SelectConstantFP(SDNode *N); void SelectBitcast(SDNode *N); + void SelectV65Gather(SDNode *N); + void SelectV65GatherPred(SDNode *N); + void SelectHVXDualOutput(SDNode *N); // Include the declarations autogenerated from the selection patterns. #define GET_DAGISEL_DECL |