Home
last modified time | relevance | path

Searched refs:ReturnOpcode (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h59 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
63 ReturnOpcode(ReturnOpcode) {} in CallFrameSetupOpcode()
156 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode()
1484 unsigned ReturnOpcode; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h92 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
95 ReturnOpcode(ReturnOpcode) {} in CallFrameSetupOpcode()
225 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode()
1823 unsigned ReturnOpcode; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h99 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
102 ReturnOpcode(ReturnOpcode) {} in CallFrameSetupOpcode()
232 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode()
1911 unsigned ReturnOpcode; variable
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenInstrInfo.inc7734 …(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1, int ReturnOpcode = -1);
7758 …Info::PPCGenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int ReturnOpcode)
7759 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenInstrInfo.inc10545 …(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1, int ReturnOpcode = -1);
10569 …nfo::MipsGenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int ReturnOpcode)
10570 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenInstrInfo.inc18038 …(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1, int ReturnOpcode = -1);
18557 …::AArch64GenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int ReturnOpcode)
18558 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenInstrInfo.inc14498 …(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1, int ReturnOpcode = -1);
14522 …Info::ARMGenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int ReturnOpcode)
14523 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenInstrInfo.inc49336 …(int CFSetupOpcode = -1, int CFDestroyOpcode = -1, int CatchRetOpcode = -1, int ReturnOpcode = -1);
49385 …Info::X86GenInstrInfo(int CFSetupOpcode, int CFDestroyOpcode, int CatchRetOpcode, int ReturnOpcode)
49386 : TargetInstrInfo(CFSetupOpcode, CFDestroyOpcode, CatchRetOpcode, ReturnOpcode) {