Searched defs:DEF_INSTR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 92 #define DEF_INSTR(ID, OPC, CLASS) friend class CLASS; // For constructor macro 145 #define DEF_INSTR(ID, OPC, CLASS) ID, macro 158 #define DEF_INSTR(ID, OPC, CLASS) \ in getSubclassIDStr() macro 492 #define DEF_INSTR(ID, OPC, CLASS) OPC macro
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 217 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() macro 289 #define DEF_INSTR(ID, OPC, CLASS) OPC in getOpcodeName() macro 439 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() macro
|