Home
last modified time | relevance | path

Searched refs:DEF_VALUE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIRValues.def10 #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 DSandboxIR.h143 #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 DSandboxIR.cpp213 #define DEF_VALUE(ID, CLASS) in classof() macro
284 #define DEF_VALUE(ID, CLASS) in getOpcodeName() macro