Searched refs:getRAIndex (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h52 int getRAIndex() const { return ReturnAddrIndex; } function in class:llvm::MSP430MachineFunctionInfo
H A DMSP430ISelLowering.cpp1253 int ReturnAddrIndex = FuncInfo->getRAIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h145 int getRAIndex() const { return ReturnAddrIndex; } function in class:llvm::X86MachineFunctionInfo
H A DX86ISelLowering.cpp4820 int ReturnAddrIndex = FuncInfo->getRAIndex();
[all...]

Completed in 157 milliseconds