Searched refs:CallerFn (Results 1 – 5 of 5) sorted by relevance
| /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 | 510 CCAssignFn CalleeFn, CCAssignFn CallerFn);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 2459 const Function &CallerFn = MF.getFunction(); in LowerCall() local 2461 CallerFn.hasPersonalityFn() in LowerCall() 2462 ? classifyEHPersonality(CallerFn.getPersonalityFn()) in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5002 static bool hasSameArgumentList(const Function *CallerFn, const CallBase &CB) { in hasSameArgumentList() argument 5003 if (CB.arg_size() != CallerFn->arg_size()) in hasSameArgumentList() 5008 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin(); in hasSameArgumentList()
|