Home
last modified time | relevance | path

Searched refs:CallerFn (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp265 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 DWrapperFunctionUtils.h445 template <typename CallerFn, typename RetT, typename... ArgTs>
446 static Error call(const CallerFn &Caller, RetT &Result, in call()
555 template <typename CallerFn, typename... ArgTs>
556 static Error call(const CallerFn &Caller, const ArgTs &...Args) { in call()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h510 CCAssignFn CalleeFn, CCAssignFn CallerFn);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2446 const Function &CallerFn = MF.getFunction(); in LowerCall() local
2448 CallerFn.hasPersonalityFn() in LowerCall()
2449 ? classifyEHPersonality(CallerFn.getPersonalityFn()) in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4888 static bool hasSameArgumentList(const Function *CallerFn, const CallBase &CB) { in hasSameArgumentList() argument
4889 if (CB.arg_size() != CallerFn->arg_size()) in hasSameArgumentList()
4894 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin(); in hasSameArgumentList()