Searched refs:setFramePointerSaveIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h86 void setFramePointerSaveIndex(int Idx) { FramePointerSaveIndex = Idx; } function in class:llvm::SystemZMachineFunctionInfo
H A DSystemZFrameLowering.cpp771 ZFI->setFramePointerSaveIndex(FI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h132 void setFramePointerSaveIndex(int Idx) { FramePointerSaveIndex = Idx; } function in class:llvm::PPCFunctionInfo
H A DPPCFrameLowering.cpp1969 FI->setFramePointerSaveIndex(FPSI);
H A DPPCISelLowering.cpp7920 FI->setFramePointerSaveIndex(FPSI);

Completed in 211 milliseconds