| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 126 struct CallInfo { struct in __anon0acd2e390111::BPFAbstractMemberAccess 153 std::map<CallInst *, CallInfo> BaseAICalls; 160 void ResetMetadata(struct CallInfo &CInfo); 166 CallInfo &ParentInfo); 168 CallInfo &ParentInfo); 457 CallInfo CInfo; in removePreserveAccessIndexIntrinsic() 552 CallInfo ChildInfo; in traceAICall() 584 CallInfo ChildInfo; in traceBitCast() 614 CallInfo ChildInfo; in traceGEP() 640 CallInfo CInfo; in collectAICallChains() [all …]
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | ldo.c | 166 CallInfo *ci; in relstack() 183 CallInfo *ci; in correctstack() 277 CallInfo *ci; in stackinuse() 519 CallInfo *ci; in precallC() 598 CallInfo *ci; in luaD_precall() 629 CallInfo *ci; in ccall() 737 CallInfo *ci; in unroll() 755 CallInfo *ci; in findpcall() 788 CallInfo *ci = L->ci; in resume() 821 CallInfo *ci; in precover() [all …]
|
| H A D | lstate.h | 14 typedef struct CallInfo CallInfo; typedef 177 struct CallInfo { struct 180 struct CallInfo *previous, *next; /* dynamic call link */ argument 316 CallInfo *ci; /* call info for current function */ 324 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ 398 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
|
| H A D | ldebug.c | 41 static int currentpc (CallInfo *ci) { in currentpc() 98 static int getcurrentline (CallInfo *ci) { in getcurrentline() 114 static void settraps (CallInfo *ci) { in settraps() 162 CallInfo *ci; in lua_getstack() 328 Closure *f, CallInfo *ci) { in auxgetinfo() 386 CallInfo *ci; in lua_getinfo() 664 static int instack (CallInfo *ci, const TValue *o) { in instack() 707 CallInfo *ci = L->ci; in varinfo() 747 CallInfo *ci = L->ci; in luaG_callerror() 823 CallInfo *ci = L->ci; in luaG_runerror() [all …]
|
| H A D | ldo.h | 68 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci); 69 LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, 71 LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); 78 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
|
| H A D | lstate.c | 105 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() 106 CallInfo *ci; in luaE_extendCI() 108 ci = luaM_new(L, CallInfo); in luaE_extendCI() 123 CallInfo *ci = L->ci; in luaE_freeCI() 124 CallInfo *next = ci->next; in luaE_freeCI() 139 CallInfo *ci = L->ci->next; /* first free CallInfo */ in luaE_shrinkCI() 140 CallInfo *next; in luaE_shrinkCI() 144 CallInfo *next2 = next->next; /* next's next */ in luaE_shrinkCI() 181 int i; CallInfo *ci; in stack_init() 324 CallInfo *ci = L->ci = &L->base_ci; /* unwind CallInfo list */ in luaE_resetthread()
|
| H A D | ltm.h | 99 CallInfo *ci, const Proto *p); 100 LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci,
|
| H A D | ldebug.h | 40 LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
|
| H A D | ltm.c | 238 void luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci, in luaT_adjustvarargs() 258 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs()
|
| H A D | lvm.h | 133 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
|
| H A D | lapi.c | 61 CallInfo *ci = L->ci; in index2value() 96 CallInfo *ci = L->ci; in index2stack() 113 CallInfo *ci; in lua_checkstack() 182 CallInfo *ci; in lua_settop() 1067 CallInfo *ci = L->ci; in lua_pcallk()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 238 CallInfo Call; 479 FuncInfo &Func, CallInfo &Call, std::map<CallInfo, CallInfo> &CallMap, in cloneFunctionForCallsite() argument 571 using CallInfo = typedef 602 std::map<CallInfo, CallInfo> &CallMap, 679 std::map<CallInfo, CallInfo> &CallMap, 775 const CallInfo &C) { in getNodeForInst() 2671 FuncInfo &Func, CallInfo &Call, std::map<CallInfo, CallInfo> &CallMap, in cloneFunctionForCallsite() argument 2693 FuncInfo &Func, CallInfo &Call, std::map<CallInfo, CallInfo> &CallMap, in cloneFunctionForCallsite() argument 2783 std::map<FuncInfo, std::map<CallInfo, CallInfo>> FuncClonesToCallMap; in assignFunctions() 2885 std::map<CallInfo, CallInfo> NewCallMap; in assignFunctions() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lstate.h | 69 typedef struct CallInfo { struct 72 struct CallInfo *previous, *next; /* dynamic call link */ argument 89 } CallInfo; argument 159 CallInfo *ci; /* call info for current function */ 176 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ 224 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
|
| H A D | ldebug.c | 34 static int currentpc (CallInfo *ci) { in currentpc() 40 static int currentline (CallInfo *ci) { in currentline() 47 CallInfo *ci = L->ci; /* get function that yielded */ in swapextra() 90 CallInfo *ci; in lua_getstack() 112 static const char *findvararg (CallInfo *ci, int n, StkId *pos) { in findvararg() 124 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal() 227 Closure *f, CallInfo *ci) { in auxgetinfo() 280 CallInfo *ci; in lua_getinfo() 504 static int isinstack (CallInfo *ci, const TValue *o) { in isinstack() 527 CallInfo *ci = L->ci; in luaG_typeerror() [all …]
|
| H A D | lstate.c | 108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() 109 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI() 119 CallInfo *ci = L->ci; in luaE_freeCI() 120 CallInfo *next = ci->next; in luaE_freeCI() 130 int i; CallInfo *ci; in stack_init()
|
| H A D | ldo.c | 226 CallInfo *ci; in correctstack() 278 CallInfo *ci; in stackinuse() 303 CallInfo *ci = L->ci; in luaD_hook() 381 CallInfo *ci; in luaD_precall() 448 CallInfo *ci = L->ci; in luaD_poscall() 497 CallInfo *ci = L->ci; in finishCcall() 540 CallInfo *ci; in findpcall() 551 CallInfo *ci = findpcall(L); in recover() 587 CallInfo *ci = L->ci; in resume_cb() 656 CallInfo *ci = L->ci; in lua_yieldk() [all …]
|
| H A D | lvm.c | 59 CallInfo *ci = L->ci; in traceexec() 484 CallInfo *ci = L->ci; in luaV_finishOp() 595 CallInfo *ci = L->ci; in luaV_execute() 794 CallInfo *nci = L->ci; /* called frame */ in luaV_execute() 795 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute()
|
| H A D | lapi.c | 52 CallInfo *ci = L->ci; in index2addr() 90 CallInfo *ci = L->ci; in lua_checkstack() 950 CallInfo *ci = L->ci; in lua_pcallk()
|
| H A D | lgc.c | 506 CallInfo *ci; in traversestack() 511 sizeof(CallInfo) * n; in traversestack()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 100 template <typename CalleeTy> struct CallInfo { struct 106 CallInfo(const CalleeTy *Callee, size_t ParamNo) in CallInfo() argument 110 bool operator()(const CallInfo &L, const CallInfo &R) const { in operator ()() 128 using CallsTy = std::map<CallInfo<CalleeTy>, ConstantRange, 129 typename CallInfo<CalleeTy>::Less>; 517 US.Calls.emplace(CallInfo<GlobalValue>(Callee, ArgNo), Offsets); in analyzeAllUses() 792 Use.Calls.emplace(CallInfo<GlobalValue>(F, C.first.ParamNo), C.second); in resolveAllCalls() 1157 US.Calls.emplace(CallInfo<FunctionSummary>(S, Call.ParamNo), in generateParamAccessSummary()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 330 const CGFunctionInfo &CallInfo; member 335 : CallInfo(callInfo), MessengerType(messengerType) {} in MessageSendInfo()
|
| H A D | CGCall.cpp | 4974 RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo, in EmitCall() argument 4986 QualType RetTy = CallInfo.getReturnType(); in EmitCall() 4987 const ABIArgInfo &RetAI = CallInfo.getReturnInfo(); in EmitCall() 5015 if (llvm::StructType *ArgStruct = CallInfo.getArgStruct()) { in EmitCall() 5026 auto Align = CallInfo.getArgStructAlignment(); in EmitCall() 5033 ClangToLLVMArgMapping IRFunctionArgs(CGM.getContext(), CallInfo); in EmitCall() 5070 assert(CallInfo.arg_size() == CallArgs.size() && in EmitCall() 5073 CGFunctionInfo::const_arg_iterator info_it = CallInfo.arg_begin(); in EmitCall() 5261 if (CallInfo.getExtParameterInfo(ArgNo).getABI() in EmitCall() 5365 if (CallInfo.isCmseNSCall()) { in EmitCall() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 1327 CallSiteInfoImpl &&CallInfo) { 1330 CallSitesInfo.try_emplace(CallI, std::move(CallInfo)).second;
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 413 struct CallInfo *i_ci; /* active function */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 214 class CallInfo { class 1150 CallInfo CI; in hoistExpressions()
|