Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCallingConvLower.cpp262 CCAssignFn CalleeFn, CCAssignFn CallerFn) { in resultsCompatible() argument
271 CCInfo2.AnalyzeCallResult(Ins, CallerFn); in resultsCompatible()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h503 CCAssignFn CalleeFn, CCAssignFn CallerFn);
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4793 static bool hasSameArgumentList(const Function *CallerFn, const CallBase &CB) { in hasSameArgumentList() argument
4794 if (CB.arg_size() != CallerFn->arg_size()) in hasSameArgumentList()
4799 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin(); in hasSameArgumentList()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4871 const Function &CallerFn = MF.getFunction(); in LowerCall() local
4873 CallerFn.hasPersonalityFn() in LowerCall()
4874 ? classifyEHPersonality(CallerFn.getPersonalityFn()) in LowerCall()