Searched refs:CFSetupOpcode (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 48 TargetInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1) 49 : CallFrameSetupOpcode(CFSetupOpcode), in CallFrameSetupOpcode() argument
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 58 TargetInstrInfo(unsigned CFSetupOpcode = ~0u, unsigned CFDestroyOpcode = ~0u, 60 : CallFrameSetupOpcode(CFSetupOpcode), in CallFrameSetupOpcode() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 69 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/ |
D | MipsGenInstrInfo.inc | 9492 …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/ |
D | ARMGenInstrInfo.inc | 11216 …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/ |
D | AArch64GenInstrInfo.inc | 15234 …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/ |
D | X86GenInstrInfo.inc | 49984 …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) {
|