You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
40
external/llvm/utils/TableGen/SDNodeProperties.h
vendored
40
external/llvm/utils/TableGen/SDNodeProperties.h
vendored
@ -1,40 +0,0 @@
|
||||
//===- SDNodeProperties.h ---------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_UTILS_TABLEGEN_SDNODEPROPERTIES_H
|
||||
#define LLVM_UTILS_TABLEGEN_SDNODEPROPERTIES_H
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class Record;
|
||||
|
||||
// SelectionDAG node properties.
|
||||
// SDNPMemOperand: indicates that a node touches memory and therefore must
|
||||
// have an associated memory operand that describes the access.
|
||||
enum SDNP {
|
||||
SDNPCommutative,
|
||||
SDNPAssociative,
|
||||
SDNPHasChain,
|
||||
SDNPOutGlue,
|
||||
SDNPInGlue,
|
||||
SDNPOptInGlue,
|
||||
SDNPMayLoad,
|
||||
SDNPMayStore,
|
||||
SDNPSideEffect,
|
||||
SDNPMemOperand,
|
||||
SDNPVariadic,
|
||||
SDNPWantRoot,
|
||||
SDNPWantParent
|
||||
};
|
||||
|
||||
unsigned parseSDPatternOperatorProperties(Record *R);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user