Searched refs:DEF_INSTR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIRValues.def | 23 #ifndef DEF_INSTR 24 #define DEF_INSTR(ID, OPCODE, CLASS) 27 DEF_INSTR(Opaque, OP(Opaque), OpaqueInst) 28 DEF_INSTR(Select, OP(Select), SelectInst) 29 DEF_INSTR(Load, OP(Load), LoadInst) 30 DEF_INSTR(Store, OP(Store), StoreInst) 31 DEF_INSTR(Ret, OP(Ret), ReturnInst) 39 #ifdef DEF_INSTR 40 #undef DEF_INSTR
|
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
|