Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h95 const std::vector<MVT> &getLocals() const { return Locals; } in getLocals() function
H A DWebAssemblyFrameLowering.cpp77 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject()
H A DWebAssemblyExplicitLocals.cpp255 CurLocal += static_cast<unsigned>(MFI.getLocals().size()); in runOnMachineFunction()
H A DWebAssemblyAsmPrinter.cpp636 valTypesFromMVTs(MFI->getLocals(), Locals); in emitFunctionBodyStart()