Home
last modified time | relevance | path

Searched defs:getSPReg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp173 unsigned WebAssemblyFrameLowering::getSPReg(const MachineFunction &MF) { getSPReg() function in WebAssemblyFrameLowering
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp379 static Register getSPReg(const RISCVSubtarget &STI) { return RISCV::X2; } in getSPReg() function