Searched refs:getForwardedMustTailRegParms (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h104 SmallVectorImpl<ForwardedRegister> &getForwardedMustTailRegParms() { function in class:llvm::M68kMachineFunctionInfo
H A DM68kISelLowering.cpp647 const auto &Forwards = MFI->getForwardedMustTailRegParms();
976 MMFI->getForwardedMustTailRegParms();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h191 SmallVectorImpl<ForwardedRegister> &getForwardedMustTailRegParms() { function in class:llvm::X86MachineFunctionInfo
H A DX86ISelLowering.cpp3577 FuncInfo->getForwardedMustTailRegParms();
4228 const auto &Forwards = X86Info->getForwardedMustTailRegParms();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h371 SmallVectorImpl<ForwardedRegister> &getForwardedMustTailRegParms() { function in class:llvm::final
H A DAArch64ISelLowering.cpp5053 FuncInfo->getForwardedMustTailRegParms();
5633 const auto &Forwards = FuncInfo->getForwardedMustTailRegParms();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp491 FuncInfo->getForwardedMustTailRegParms();
979 const auto &Forwards = FuncInfo->getForwardedMustTailRegParms();

Completed in 1122 milliseconds