Home
last modified time | relevance | path

Searched refs:CFSetupOpcode (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h48 TargetInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1)
49 : CallFrameSetupOpcode(CFSetupOpcode), in CallFrameSetupOpcode() argument
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h58 TargetInstrInfo(unsigned CFSetupOpcode = ~0u, unsigned CFDestroyOpcode = ~0u,
60 : CallFrameSetupOpcode(CFSetupOpcode), in CallFrameSetupOpcode() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h69 TargetInstrInfo(unsigned CFSetupOpcode = ~0u, unsigned CFDestroyOpcode = ~0u,
71 : CallFrameSetupOpcode(CFSetupOpcode), in CallFrameSetupOpcode() argument
/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) {