Home
last modified time | relevance | path

Searched defs:NodeAttrs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h266 struct NodeAttrs { struct
268 enum : uint16_t {
297 static uint16_t type(uint16_t T) { // in type()
300 static uint16_t kind(uint16_t T) { // in kind()
303 static uint16_t flags(uint16_t T) { // in flags()
306 static uint16_t set_type(uint16_t A, uint16_t T) { in set_type()
310 static uint16_t set_kind(uint16_t A, uint16_t K) { in set_kind()
314 static uint16_t set_flags(uint16_t A, uint16_t F) { in set_flags()
319 static bool contains(uint16_t A, uint16_t B) { in contains()