Searched refs:CallerFn (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64SMEAttributes.h | 156 SMEAttrs CallerFn; variable 164 : CallerFn(Caller), CalledFn(Callee), Callsite(Callsite) {} in CallerFn() function 168 SMEAttrs &caller() { return CallerFn; } in caller() 171 SMEAttrs const &caller() const { return CallerFn; } in caller()
|
| H A D | AArch64SMEAttributes.cpp | 114 : CallerFn(*CB.getFunction()), CalledFn(SMEAttrs::Normal), in SMECallAttrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 265 CCAssignFn CalleeFn, CCAssignFn CallerFn) { in resultsCompatible() argument 274 CCInfo2.AnalyzeCallResult(Ins, CallerFn); in resultsCompatible()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | WrapperFunctionUtils.h | 445 template <typename CallerFn, typename RetT, typename... ArgTs> 446 static Error call(const CallerFn &Caller, RetT &Result, in call() 557 template <typename CallerFn, typename... ArgTs> 558 static Error call(const CallerFn &Caller, const ArgTs &...Args) { in call()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 513 CCAssignFn CalleeFn, CCAssignFn CallerFn);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 2510 const Function &CallerFn = MF.getFunction(); in LowerCall() local 2512 CallerFn.hasPersonalityFn() in LowerCall() 2513 ? classifyEHPersonality(CallerFn.getPersonalityFn()) in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5017 static bool hasSameArgumentList(const Function *CallerFn, const CallBase &CB) { in hasSameArgumentList() argument 5018 if (CB.arg_size() != CallerFn->arg_size()) in hasSameArgumentList() 5023 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin(); in hasSameArgumentList()
|