1 //===- SDNodeProperties.h ---------------------------------------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #ifndef LLVM_UTILS_TABLEGEN_BASIC_SDNODEPROPERTIES_H
10 #define LLVM_UTILS_TABLEGEN_BASIC_SDNODEPROPERTIES_H
16 // SelectionDAG node properties.
17 // SDNPMemOperand: indicates that a node touches memory and therefore must
18 // have an associated memory operand that describes the access.
35 unsigned parseSDPatternOperatorProperties(const Record
*R
);
39 #endif // LLVM_UTILS_TABLEGEN_BASIC_SDNODEPROPERTIES_H