Searched defs:CallContext (Results 1 – 7 of 7) sorted by relevance
55 struct CallContext { struct in __anonabc2e2bd0111::X86CallFrameOptimization56 CallContext() in CallContext() argument61 MachineBasicBlock::iterator FrameSetup;64 MachineInstr *Call;67 MachineInstr *SPCopy;70 int64_t ExpectedDist;73 SmallVector<MachineInstr *, 4> MovVector;76 bool NoStackParams;79 bool UsePush;
70 struct CallContext { struct in __anonf399539f0111::X86CallFrameOptimization71 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext() argument74 MachineBasicBlock::iterator FrameSetup;77 MachineInstr *Call = nullptr;80 MachineInstr *SPCopy = nullptr;83 int64_t ExpectedDist = 0;86 SmallVector<MachineInstr *, 4> ArgStoreVector;89 bool NoStackParams = false;92 bool UsePush = false;
34 constexpr CallContext(Endpoint& server, in CallContext() function
80 static constexpr void InvalidInvoker(const CallContext&, const Packet&) {} in InvalidInvoker()
31 void InvokeIt(const internal::CallContext&, const internal::Packet&) {} in InvokeIt()
32 enum class CallContext { enum
436 class CallContext(object): class