Home
last modified time | relevance | path

Searched refs:CallInfo (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp123 struct CallInfo { struct in __anon420b20b70111::BPFAbstractMemberAccess
150 std::map<CallInst *, CallInfo> BaseAICalls;
154 void traceAICall(CallInst *Call, CallInfo &ParentInfo);
156 CallInfo &ParentInfo);
158 CallInfo &ParentInfo);
389 CallInfo CInfo; in removePreserveAccessIndexIntrinsic()
484 CallInfo ChildInfo; in traceAICall()
516 CallInfo ChildInfo; in traceBitCast()
546 CallInfo ChildInfo; in traceGEP()
572 CallInfo CInfo; in collectAICallChains()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlstate.h70 typedef struct CallInfo { struct
73 struct CallInfo *previous, *next; /* dynamic call link */ argument
90 } CallInfo; argument
160 CallInfo *ci; /* call info for current function */
177 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
225 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
H A Dldebug.c35 static int currentpc (CallInfo *ci) { in currentpc()
41 static int currentline (CallInfo *ci) { in currentline()
48 CallInfo *ci = L->ci; /* get function that yielded */ in swapextra()
91 CallInfo *ci; in lua_getstack()
113 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 Dlstate.c109 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
110 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI()
120 CallInfo *ci = L->ci; in luaE_freeCI()
121 CallInfo *next = ci->next; in luaE_freeCI()
131 int i; CallInfo *ci; in stack_init()
H A Dldo.c212 CallInfo *ci; in correctstack()
264 CallInfo *ci; in stackinuse()
289 CallInfo *ci = L->ci; in luaD_hook()
367 CallInfo *ci; in luaD_precall()
434 CallInfo *ci = L->ci; in luaD_poscall()
483 CallInfo *ci = L->ci; in finishCcall()
526 CallInfo *ci; in findpcall()
537 CallInfo *ci = findpcall(L); in recover()
573 CallInfo *ci = L->ci; in resume_cb()
642 CallInfo *ci = L->ci; in lua_yieldk()
[all …]
H A Dlvm.c60 CallInfo *ci = L->ci; in traceexec()
485 CallInfo *ci = L->ci; in luaV_finishOp()
596 CallInfo *ci = L->ci; in luaV_execute()
795 CallInfo *nci = L->ci; /* called frame */ in luaV_execute()
796 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute()
H A Dlapi.c53 CallInfo *ci = L->ci; in index2addr()
91 CallInfo *ci = L->ci; in lua_checkstack()
949 CallInfo *ci = L->ci; in lua_pcallk()
H A Dlgc.c507 CallInfo *ci; in traversestack()
512 sizeof(CallInfo) * n; in traversestack()
/freebsd-13.1/contrib/lua/src/
H A Dldo.c164 CallInfo *ci; in correctstack()
239 CallInfo *ci; in stackinuse()
299 CallInfo *ci = L->ci; in luaD_hook()
490 CallInfo *ci; in luaD_precall()
510 CallInfo *ci; in luaD_precall()
542 CallInfo *ci; in ccall()
575 CallInfo *ci = L->ci; in finishCcall()
605 CallInfo *ci; in unroll()
624 CallInfo *ci; in findpcall()
679 CallInfo *ci = L->ci; in resume()
[all …]
H A Dldebug.c39 static const char *funcnamefromcode (lua_State *L, CallInfo *ci,
43 static int currentpc (CallInfo *ci) { in currentpc()
102 static int getcurrentline (CallInfo *ci) { in getcurrentline()
118 static void settraps (CallInfo *ci) { in settraps()
166 CallInfo *ci; in lua_getstack()
331 Closure *f, CallInfo *ci) { in auxgetinfo()
389 CallInfo *ci; in lua_getinfo()
654 static int isinstack (CallInfo *ci, const TValue *o) { in isinstack()
682 CallInfo *ci = L->ci; in varinfo()
768 CallInfo *ci = L->ci; in luaG_runerror()
[all …]
H A Dldo.h60 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
61 LUAI_FUNC void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int n);
62 LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults);
68 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
H A Dlstate.h160 typedef struct CallInfo { struct
163 struct CallInfo *previous, *next; /* dynamic call link */ argument
186 } CallInfo; argument
280 CallInfo *ci; /* call info for current function */
287 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
355 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
H A Dlstate.c105 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()
328 CallInfo *ci; in lua_resetthread()
H A Dltm.h98 struct CallInfo *ci, const Proto *p);
99 LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
H A Dldebug.h30 LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
H A Dltm.c237 void luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci, in luaT_adjustvarargs()
257 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs()
H A Dlvm.h126 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
H A Dlapi.c57 CallInfo *ci = L->ci; in index2value()
84 CallInfo *ci = L->ci; in index2stack()
100 CallInfo *ci; in lua_checkstack()
174 CallInfo *ci; in lua_settop()
1034 CallInfo *ci = L->ci; in lua_pcallk()
H A Dlua.h487 struct CallInfo *i_ci; /* active function */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp98 template <typename CalleeTy> struct CallInfo { struct
104 CallInfo(const CalleeTy *Callee, size_t ParamNo) in CallInfo() function
108 bool operator()(const CallInfo &L, const CallInfo &R) const { in operator ()()
125 using CallsTy = std::map<CallInfo<CalleeTy>, ConstantRange,
126 typename CallInfo<CalleeTy>::Less>;
426 US.Calls.emplace(CallInfo<GlobalValue>(Callee, ArgNo), Offsets); in analyzeAllUses()
704 Use.Calls.emplace(CallInfo<GlobalValue>(F, C.first.ParamNo), C.second); in resolveAllCalls()
1049 US.Calls.emplace(CallInfo<FunctionSummary>(S, Call.ParamNo), in generateParamAccessSummary()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h329 const CGFunctionInfo &CallInfo; member
334 : CallInfo(callInfo), MessengerType(messengerType) {} in MessageSendInfo()
H A DCGCall.cpp4610 QualType RetTy = CallInfo.getReturnType(); in EmitCall()
4611 const ABIArgInfo &RetAI = CallInfo.getReturnInfo(); in EmitCall()
4634 if (!(CallInfo.isVariadic() && CallInfo.getArgStruct())) { in EmitCall()
4657 if (llvm::StructType *ArgStruct = CallInfo.getArgStruct()) { in EmitCall()
4668 auto Align = CallInfo.getArgStructAlignment(); in EmitCall()
4712 assert(CallInfo.arg_size() == CallArgs.size() && in EmitCall()
4893 if (CallInfo.getExtParameterInfo(ArgNo).getABI() in EmitCall()
4974 if (CallInfo.isCmseNSCall()) { in EmitCall()
5053 if (CallInfo.isVariadic()) { in EmitCall()
5067 llvm::StructType *FullTy = CallInfo.getArgStruct(); in EmitCall()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1177 CallSiteInfoImpl &&CallInfo) {
1180 CallSitesInfo.try_emplace(CallI, std::move(CallInfo)).second;
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h414 struct CallInfo *i_ci; /* active function */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp217 class CallInfo { class
1175 CallInfo CI; in hoistExpressions()

12