Home
last modified time | relevance | path

Searched refs:getLocalForStackObject (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h59 static std::optional<unsigned> getLocalForStackObject(MachineFunction &MF,
H A DWebAssemblyISelDAGToDAG.cpp98 WebAssemblyFrameLowering::getLocalForStackObject(*MF, Idx); in INITIALIZE_PASS()
H A DWebAssemblyFrameLowering.cpp54 WebAssemblyFrameLowering::getLocalForStackObject(MachineFunction &MF, in getLocalForStackObject() function in WebAssemblyFrameLowering
H A DWebAssemblyISelLowering.cpp1510 return WebAssemblyFrameLowering::getLocalForStackObject(MF, FI->getIndex()); in IsWebAssemblyLocal()