Searched refs:CatchRetOpcode (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 59 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u) 62 CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode() 155 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode() 1483 unsigned CatchRetOpcode; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 92 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u) 94 CallFrameDestroyOpcode(CFDestroyOpcode), CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode() 224 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode() 1822 unsigned CatchRetOpcode; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 99 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u) 101 CallFrameDestroyOpcode(CFDestroyOpcode), CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode() 231 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode() 1910 unsigned CatchRetOpcode; variable
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenInstrInfo.inc | 7734 …explicit PPCGenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1… 7758 PPCGenInstrInfo::PPCGenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int Re… 7759 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenInstrInfo.inc | 10545 …explicit MipsGenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -… 10569 MipsGenInstrInfo::MipsGenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int … 10570 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenInstrInfo.inc | 18038 …explicit AArch64GenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode … 18557 AArch64GenInstrInfo::AArch64GenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode… 18558 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenInstrInfo.inc | 14498 …explicit ARMGenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1… 14522 ARMGenInstrInfo::ARMGenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int Re… 14523 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenInstrInfo.inc | 49336 …explicit X86GenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1… 49385 X86GenInstrInfo::X86GenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int Re… 49386 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
|