Searched refs:CallerF (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp524 const Function &CallerF = MF.getFunction(); local
526 CallingConv::ID CallerCC = CallerF.getCallingConv();
568 const Function &CallerF = MF.getFunction(); local
570 CallingConv::ID CallerCC = CallerF.getCallingConv();
579 CCState OutInfo(CalleeCC, false, MF, OutLocs, CallerF.getContext());
671 const Function &CallerF = MF.getFunction(); local
706 if (any_of(CallerF.args(), [](const Argument &A) {
735 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv();
762 static unsigned getCallOpcode(const Function &CallerF, bool IsIndirect, argument
772 if (CallerF
[all...]
H A DAArch64ISelLowering.cpp3763 const Function &CallerF = MF.getFunction(); local
3764 CallingConv::ID CallerCC = CallerF.getCallingConv();
3770 for (Function::const_arg_iterator i = CallerF.arg_begin(),
3771 e = CallerF.arg_end();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3183 const Function &CallerF = DAG.getMachineFunction().getFunction(); local
3184 CallingConv::ID CallerCC = CallerF.getCallingConv();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2603 const Function &CallerF = MF.getFunction(); local
2604 CallingConv::ID CallerCC = CallerF.getCallingConv();
2625 for (const Argument &Arg : CallerF.args()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2595 const Function &CallerF = MF.getFunction(); local
2596 CallingConv::ID CallerCC = CallerF.getCallingConv();
2613 if (CallerF.hasFnAttribute("interrupt"))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4476 const Function &CallerF = MF.getFunction();
4481 if (CallerF.getReturnType()->isX86_FP80Ty() && !RetTy->isX86_FP80Ty())
4484 CallingConv::ID CallerCC = CallerF.getCallingConv();
[all...]

Completed in 422 milliseconds