Searched refs:get_local (Results 1 – 7 of 7) sorted by relevance
110 // get_local and set_local are not generated by instruction selection; they115 // get_local and set_local to be implicit, we can have a COPY_LOCAL which117 // get_local and set_local.
53 define nonnull i32* @get_local() {54 ; GENDYN-LABEL: get_local:66 ; GENDYNPIC-LABEL: get_local:82 ; LOCAL-LABEL: get_local:
54 define nonnull i32* @get_local() {
4 ; result of store expressions to reduce get_local/set_local traffic.
281 ; an implicit get_local for the register.
48 def get_local(self): member in File55 open(dir+self.name,"wb").write(self.get_local())
50 size_t localid = id.get_local(0); in run()