/external/llvm/include/llvm/IR/ |
D | Instruction.def | 25 #ifndef HANDLE_INST 28 #define HANDLE_TERM_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 39 #ifndef HANDLE_INST 42 #define HANDLE_BINARY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 53 #ifndef HANDLE_INST 56 #define HANDLE_MEMORY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 67 #ifndef HANDLE_INST 70 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 81 #ifndef HANDLE_INST 84 #define HANDLE_FUNCLETPAD_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) [all …]
|
D | InstVisitor.h | 27 #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
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 25 #ifndef HANDLE_INST 28 #define HANDLE_TERM_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 39 #ifndef HANDLE_INST 42 #define HANDLE_BINARY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 53 #ifndef HANDLE_INST 56 #define HANDLE_MEMORY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 67 #ifndef HANDLE_INST 70 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 81 #ifndef HANDLE_INST 84 #define HANDLE_FUNCLETPAD_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) [all …]
|
D | InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; macro 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ macro
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 25 #ifndef HANDLE_INST 28 #define HANDLE_TERM_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 39 #ifndef HANDLE_INST 42 #define HANDLE_BINARY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 53 #ifndef HANDLE_INST 56 #define HANDLE_MEMORY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 67 #ifndef HANDLE_INST 70 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 81 #ifndef HANDLE_INST 84 #define HANDLE_FUNCLETPAD_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstCount.cpp | 30 #define HANDLE_INST(N, OPCODE, CLASS) \ macro 42 #define HANDLE_INST(N, OPCODE, CLASS) \ macro
|
/external/llvm/lib/Analysis/ |
D | InstCount.cpp | 31 #define HANDLE_INST(N, OPCODE, CLASS) \ macro 44 #define HANDLE_INST(N, OPCODE, CLASS) \ macro
|
D | CFLGraph.h | 463 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visitConstantExpr() macro
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 627 #define HANDLE_INST(num, opc, clas) \ in clone() macro 632 #undef HANDLE_INST in clone()
|
D | Core.cpp | 1058 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() macro 1060 #undef HANDLE_INST in map_to_llvmopcode() 1067 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() macro 1069 #undef HANDLE_INST in map_from_llvmopcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 667 #define HANDLE_INST(num, opc, clas) \ in clone() macro 672 #undef HANDLE_INST in clone()
|
D | Value.cpp | 113 #define HANDLE_INST(N, OPC, CLASS) \ in deleteValue() macro
|
D | Core.cpp | 1249 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() macro 1251 #undef HANDLE_INST in map_to_llvmopcode() 1258 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() macro 1260 #undef HANDLE_INST in map_from_llvmopcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1447 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() macro 1496 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1429 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() macro
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1655 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() macro
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1000 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1102 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro
|