Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h26 #define HANDLE_NODETYPE(NODE) NODE, argument
H A DWebAssemblyISelLowering.cpp908 #define HANDLE_NODETYPE(NODE) \ in getTargetNodeName() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h50 #define DEFINE_SYMBOL_TABLE_PARENT_TYPE(NODE, PARENT) \ argument
/freebsd/usr.bin/ctags/
H A Dctags.h66 } NODE; global() typedef
/freebsd/usr.bin/tsort/
H A Dtsort.c70 typedef struct node_str NODE; typedef
/freebsd/sbin/restore/
H A Drestore.h83 #define NODE 2 /* directory entry */ macro
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp439 #define NODE(Kind, Parent) \ macro
/freebsd/contrib/mtree/
H A Dmtree.h108 } NODE; typedef
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c57 #define NODE(ptr) (ptr) macro
59 #define NODE(offs) ((CPpmd8_Node *)(p->Base + (offs))) macro
H A Darchive_ppmd7.c73 #define NODE(ptr) (ptr) macro
75 #define NODE(offs) ((CPpmd7_Node *)(p->Base + (offs))) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3453 #define IOCSRRD_CASE(NAME, NODE) \ in lowerINTRINSIC_W_CHAIN() argument
3589 #define IOCSRWR_CASE(NAME, NODE) \ in lowerINTRINSIC_VOID() argument
4186 #define CRC_CASE_EXT_BINARYOP(NAME, NODE) \ in ReplaceNodeResults() argument
4204 #define CRC_CASE_EXT_UNARYOP(NAME, NODE) \ in ReplaceNodeResults() argument
4273 #define IOCSRRD_CASE(NAME, NODE) \ in ReplaceNodeResults() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h169 #define NODE(NodeKind) K##NodeKind, macro
2639 #define NODE(X) \ in visit() macro
2649 #define NODE(X) \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6952 #define OP_CASE(NODE) \ in getRISCVVLOp() argument
6955 #define VP_CASE(NODE) \ in getRISCVVLOp() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34931 #define NODE_NAME_CASE(NODE) case X86ISD::NODE: return "X86ISD::" #NODE; in getTargetNodeName() argument