Searched refs:CallerFn (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 262 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 D | WrapperFunctionUtils.h | 445 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 D | CallingConvLower.h | 503 CCAssignFn CalleeFn, CCAssignFn CallerFn);
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 4793 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 D | X86ISelLowering.cpp | 4871 const Function &CallerFn = MF.getFunction(); in LowerCall() local 4873 CallerFn.hasPersonalityFn() in LowerCall() 4874 ? classifyEHPersonality(CallerFn.getPersonalityFn()) in LowerCall()
|