Home
last modified time | relevance | path

Searched refs:DEF_INSTR (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValues.def50 #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 DValue.h20 #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 DType.h41 #define DEF_INSTR(ID, OPCODE, CLASS) class CLASS; macro
73 #define DEF_INSTR(ID, OPCODE, CLASS) friend class CLASS; macro
H A DUser.h29 #define DEF_INSTR(ID, OPC, CLASS) friend class CLASS; // For constructor macro
H A DInstruction.h48 #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 DUser.cpp82 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() macro
H A DInstruction.cpp20 #define DEF_INSTR(ID, OPC, CLASS) OPC in getOpcodeName() macro
172 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() macro