Home
last modified time | relevance | path

Searched refs:CatchRetOpcode (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h59 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-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h70 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
72 CallFrameDestroyOpcode(CFDestroyOpcode), CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode()
201 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode()
1661 unsigned CatchRetOpcode; variable
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenInstrInfo.inc9492 …explicit MipsGenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -…
9505 MipsGenInstrInfo::MipsGenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int …
9506 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenInstrInfo.inc11216 …explicit ARMGenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1…
11229 ARMGenInstrInfo::ARMGenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int Re…
11230 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenInstrInfo.inc15234 …explicit AArch64GenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode
15247 AArch64GenInstrInfo::AArch64GenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode
15248 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenInstrInfo.inc49984 …explicit X86GenInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1…
50019 X86GenInstrInfo::X86GenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int Re…
50020 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {