Home
last modified time | relevance | path

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

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