Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpFrame.h71 template <typename T> void setLocal(unsigned Offset, const T &Value) { in setLocal() function
H A DInterp.h311 S.Current->setLocal<T>(I, S.Stk.pop<T>()); in SetLocal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h93 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal() function
H A DWebAssemblyExplicitLocals.cpp408 MFI.setLocal(RL->second - MFI.getParams().size(), in runOnMachineFunction()