Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp270 CCAssignFn CalleeFn, CCAssignFn CallerFn) { in resultsCompatible() argument
279 CCInfo2.AnalyzeCallResult(Ins, CallerFn); in resultsCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h526 CCAssignFn CalleeFn, CCAssignFn CallerFn);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4725 static bool hasSameArgumentList(const Function *CallerFn, const CallBase &CB) { in hasSameArgumentList() argument
4726 if (CB.arg_size() != CallerFn->arg_size()) in hasSameArgumentList()
4731 Function::const_arg_iterator CallerArgIter = CallerFn->arg_begin(); in hasSameArgumentList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4380 const Function &CallerFn = MF.getFunction(); in LowerCall() local
4382 CallerFn.hasPersonalityFn() in LowerCall()
4383 ? classifyEHPersonality(CallerFn.getPersonalityFn()) in LowerCall()