Searched refs:HANDLE_INST (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | 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 …]
|
| HD | InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; macro 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ macro
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | InstCount.cpp | 29 #define HANDLE_INST(N, OPCODE, CLASS) \ macro 41 #define HANDLE_INST(N, OPCODE, CLASS) \ macro
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Instruction.cpp | 1304 #define HANDLE_INST(num, opc, clas) \ in clone() macro 1309 #undef HANDLE_INST in clone()
|
| HD | Value.cpp | 128 #define HANDLE_INST(N, OPC, CLASS) \ in deleteValue() macro
|
| HD | Core.cpp | 1695 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() macro 1697 #undef HANDLE_INST in map_to_llvmopcode() 1704 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() macro 1706 #undef HANDLE_INST in map_from_llvmopcode()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | IRTranslator.cpp | 3488 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() macro 3542 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() macro
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringBase.cpp | 1755 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() macro
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.cpp | 1383 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro
|