/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-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/include/llvm/ |
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_OTHER_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstCount.cpp | 30 #define HANDLE_INST(N, OPCODE, CLASS) \ macro 43 #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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; macro 119 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro 153 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 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/lib/VMCore/ |
D | Core.cpp | 665 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() macro 667 #undef HANDLE_INST in map_to_llvmopcode() 676 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() macro 678 #undef HANDLE_INST in map_from_llvmopcode()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1655 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() macro
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 936 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1000 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() macro
|