Searched defs:setRegSaveFrameIndex (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h82 void setRegSaveFrameIndex(unsigned FI) { RegSaveFrameIndex = FI; } function in class:llvm::SystemZMachineFunctionInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h156 void setRegSaveFrameIndex(int Idx) { RegSaveFrameIndex = Idx; } function in class:llvm::X86MachineFunctionInfo

Completed in 104 milliseconds