Searched defs:CallContext (Results 1 – 4 of 4) sorted by relevance
71 struct CallContext { struct in __anon871769c20111::X86CallFrameOptimization72 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext() argument75 MachineBasicBlock::iterator FrameSetup;78 MachineInstr *Call = nullptr;81 MachineInstr *SPCopy = nullptr;84 int64_t ExpectedDist = 0;87 SmallVector<MachineInstr *, 4> ArgStoreVector;90 bool NoStackParams = false;93 bool UsePush = false;
675 struct CallContext { in registerMatchers() struct676 CallContext(StringRef Name, std::optional<unsigned> DestinationPos, in registerMatchers() argument682 StringRef Name; in registerMatchers()683 std::optional<unsigned> DestinationPos; in registerMatchers()684 std::optional<unsigned> SourcePos; in registerMatchers()685 unsigned LengthPos; in registerMatchers()686 bool WithIncrease; in registerMatchers()
833 struct CallContext { global() struct 834 CallContext__anoneb6c47651211::CallContext CallContext() argument 842 getBuilder__anoneb6c47651211::CallContext getBuilder() argument 844 getProcedureName__anoneb6c47651211::CallContext getProcedureName() argument 851 isElementalProcWithArrayArgs__anoneb6c47651211::CallContext isElementalProcWithArrayArgs() argument 861 isStatementFunctionCall__anoneb6c47651211::CallContext isStatementFunctionCall() argument 870 isBindcCall__anoneb6c47651211::CallContext isBindcCall() argument 876 procRef__anoneb6c47651211::CallContext global() argument 877 converter__anoneb6c47651211::CallContext global() argument 878 symMap__anoneb6c47651211::CallContext global() argument 879 stmtCtx__anoneb6c47651211::CallContext global() argument 880 resultType__anoneb6c47651211::CallContext global() argument 881 loc__anoneb6c47651211::CallContext global() argument [all...]
469 ContextTrieNode *CallContext = getContextFor(DIL); in getCalleeContextFor() local