Searched refs:hasFastCall (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h188 bool hasFastCall() const { return HasFastCall;} function in class:llvm::PPCFunctionInfo
H A DPPCFrameLowering.cpp536 MF.getInfo<PPCFunctionInfo>()->hasFastCall());
747 if (FI->hasFastCall() || FI->usesPICBase())
1707 // enabled (=> hasFastCall()==true) the fastcc call might contain a tail
1710 if (FI->hasFastCall()) {

Completed in 231 milliseconds