Home
last modified time | relevance | path

Searched refs:get_local (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td110 // get_local and set_local are not generated by instruction selection; they
115 // get_local and set_local to be implicit, we can have a COPY_LOCAL which
117 // get_local and set_local.
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dtls.ll53 define nonnull i32* @get_local() {
54 ; GENDYN-LABEL: get_local:
66 ; GENDYNPIC-LABEL: get_local:
82 ; LOCAL-LABEL: get_local:
Dsymbol_relocation_tls.ll54 define nonnull i32* @get_local() {
/external/llvm/test/CodeGen/WebAssembly/
Dstore-results.ll4 ; result of store expressions to reduce get_local/set_local traffic.
Dreg-stackify.ll281 ; an implicit get_local for the register.
/external/scapy/scapy/tools/
DUTscapy.py48 def get_local(self): member in File
55 open(dir+self.name,"wb").write(self.get_local())
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionSycl.h50 size_t localid = id.get_local(0); in run()