Searched refs:HANDLE_CAST_INST (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 66 #ifndef HANDLE_CAST_INST 68 #define HANDLE_CAST_INST(num, opcode, Class) 70 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 161 HANDLE_CAST_INST(36, Trunc , TruncInst ) // Truncate integers 162 HANDLE_CAST_INST(37, ZExt , ZExtInst ) // Zero extend integers 163 HANDLE_CAST_INST(38, SExt , SExtInst ) // Sign extend integers 164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt 165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt 166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point 167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point [all …]
|
D | Instruction.h | 539 #define HANDLE_CAST_INST(N, OPC, CLASS) OPC = N, macro
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 66 #ifndef HANDLE_CAST_INST 68 #define HANDLE_CAST_INST(num, opcode, Class) 70 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 161 HANDLE_CAST_INST(36, Trunc , TruncInst ) // Truncate integers 162 HANDLE_CAST_INST(37, ZExt , ZExtInst ) // Zero extend integers 163 HANDLE_CAST_INST(38, SExt , SExtInst ) // Sign extend integers 164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt 165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt 166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point 167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point [all …]
|
D | Instruction.h | 497 #define HANDLE_CAST_INST(N, OPC, CLASS) OPC = N,
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.def | 79 #ifndef HANDLE_CAST_INST 81 #define HANDLE_CAST_INST(num, opcode, Class) 83 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 184 HANDLE_CAST_INST(38, Trunc , TruncInst ) // Truncate integers 185 HANDLE_CAST_INST(39, ZExt , ZExtInst ) // Zero extend integers 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers 187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt 189 HANDLE_CAST_INST(43, UIToFP , UIToFPInst ) // UInt -> floating point 190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point [all …]
|
D | Instruction.h | 770 #define HANDLE_CAST_INST(N, OPC, CLASS) OPC = N,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.def | 79 #ifndef HANDLE_CAST_INST 81 #define HANDLE_CAST_INST(num, opcode, Class) 83 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class) 184 HANDLE_CAST_INST(38, Trunc , TruncInst ) // Truncate integers 185 HANDLE_CAST_INST(39, ZExt , ZExtInst ) // Zero extend integers 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers 187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt 189 HANDLE_CAST_INST(43, UIToFP , UIToFPInst ) // UInt -> floating point 190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point [all …]
|
D | Instruction.h | 720 #define HANDLE_CAST_INST(N, OPC, CLASS) OPC = N,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 5480 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in SimplifyInstruction() macro 5482 #undef HANDLE_CAST_INST in SimplifyInstruction()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 5821 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in SimplifyInstruction() macro 5823 #undef HANDLE_CAST_INST in SimplifyInstruction()
|