Home
last modified time | relevance | path

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

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