Searched refs:HANDLE_INST (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Instruction.def | 24 #ifndef HANDLE_INST 27 #define HANDLE_TERM_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 38 #ifndef HANDLE_INST 41 #define HANDLE_UNARY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 52 #ifndef HANDLE_INST 55 #define HANDLE_BINARY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 66 #ifndef HANDLE_INST 69 #define HANDLE_MEMORY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 80 #ifndef HANDLE_INST 83 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) [all …]
|
| D | InstVisitor.h | 25 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; macro 123 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro 155 #define HANDLE_INST(NUM, OPCODE, CLASS) \ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | InstCount.cpp | 31 #define HANDLE_INST(N, OPCODE, CLASS) \ macro 43 #define HANDLE_INST(N, OPCODE, CLASS) \ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Instruction.cpp | 855 #define HANDLE_INST(num, opc, clas) \ in clone() macro 860 #undef HANDLE_INST in clone()
|
| D | Value.cpp | 128 #define HANDLE_INST(N, OPC, CLASS) \ in deleteValue() macro
|
| D | Core.cpp | 1486 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() macro 1488 #undef HANDLE_INST in map_to_llvmopcode() 1495 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() macro 1497 #undef HANDLE_INST in map_from_llvmopcode()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | IRTranslator.cpp | 2912 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() macro 2965 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetLoweringBase.cpp | 1762 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 1135 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro
|