Searched refs:DEF_INSTR (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 50 #ifndef DEF_INSTR 51 #define DEF_INSTR(ID, OPCODE, CLASS) 63 DEF_INSTR(Opaque, OP(Opaque), OpaqueInst) 64 DEF_INSTR(ExtractElement, OP(ExtractElement), ExtractElementInst) 65 DEF_INSTR(InsertElement, OP(InsertElement), InsertElementInst) 66 DEF_INSTR(VAArg, OP(VAArg), VAArgInst) 67 DEF_INSTR(Freeze, OP(Freeze), FreezeInst) 68 DEF_INSTR(Fence, OP(Fence), FenceInst) 69 DEF_INSTR(ShuffleVector, OP(ShuffleVector), ShuffleVectorInst) 70 DEF_INSTR(ExtractValue, OP(ExtractValue), ExtractValueInst) [all …]
|
| H A D | Value.h | 20 #define DEF_INSTR(ID, OPC, CLASS) class CLASS; macro 72 #define DEF_INSTR(ID, OPC, CLASS) ID, macro 88 #define DEF_INSTR(ID, OPC, CLASS) \ in getSubclassIDStr() macro
|
| H A D | Type.h | 41 #define DEF_INSTR(ID, OPCODE, CLASS) class CLASS; macro 73 #define DEF_INSTR(ID, OPCODE, CLASS) friend class CLASS; macro
|
| H A D | User.h | 29 #define DEF_INSTR(ID, OPC, CLASS) friend class CLASS; // For constructor macro
|
| H A D | Instruction.h | 48 #define DEF_INSTR(ID, OPC, CLASS) OPC macro 384 #define DEF_INSTR(ID, OPC, CLASS) friend class CLASS; macro
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | User.cpp | 82 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() macro
|
| H A D | Instruction.cpp | 20 #define DEF_INSTR(ID, OPC, CLASS) OPC in getOpcodeName() macro 172 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() macro
|