Searched refs:DEF_VALUE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIRValues.def | 10 #ifndef DEF_VALUE 11 #define DEF_VALUE(ID, CLASS) 13 DEF_VALUE(Function, Function) 14 DEF_VALUE(Argument, Argument) 20 DEF_VALUE(Block, BasicBlock) 33 #ifdef DEF_VALUE 34 #undef DEF_VALUE
|
H A D | SandboxIR.h | 143 #define DEF_VALUE(ID, CLASS) ID, macro 152 #define DEF_VALUE(ID, CLASS) \ in getSubclassIDStr() macro 489 #define DEF_VALUE(ID, CLASS) macro
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 213 #define DEF_VALUE(ID, CLASS) in classof() macro 284 #define DEF_VALUE(ID, CLASS) in getOpcodeName() macro
|