Searched refs:setRAIndex (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h53 void setRAIndex(int Index) { ReturnAddrIndex = Index; } function in class:llvm::MSP430MachineFunctionInfo
H A DMSP430ISelLowering.cpp1258 FuncInfo->setRAIndex(ReturnAddrIndex);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h84 void setRAIndex(int Index) { ReturnAddrIndex = Index; } function in class:llvm::M68kMachineFunctionInfo
H A DM68kISelLowering.cpp339 FuncInfo->setRAIndex(ReturnAddrIndex);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h153 void setRAIndex(int Index) { ReturnAddrIndex = Index; } function in class:llvm::X86MachineFunctionInfo
H A DX86ISelLowering.cpp4933 FuncInfo->setRAIndex(ReturnAddrIndex);
[all...]

Completed in 287 milliseconds