Home
last modified time | relevance | path

Searched defs:setLocal (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.h79 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph_build.h220 void setLocal(int i, ValueNode *n) { frame_.SetLocal(i, n); } in setLocal() function