Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td142 def global_op : Operand<i32>;
280 defm GLOBAL_GET_#vt : I<(outs vt:$res), (ins global_op:$local),
281 (outs), (ins global_op:$local), [],
286 defm GLOBAL_SET_#vt : I<(outs), (ins global_op:$local, vt:$src),
287 (outs), (ins global_op:$local), [],
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td137 def global_op : Operand<i32>;
301 defm GLOBAL_GET_#vt : I<(outs vt:$res), (ins global_op:$local),
302 (outs), (ins global_op:$local), [],
307 defm GLOBAL_SET_#vt : I<(outs), (ins global_op:$local, vt:$src),
308 (outs), (ins global_op:$local), [],
/external/tensorflow/tensorflow/python/framework/
Derror_interpolation_test.py152 global_op = constant_op.constant(0, name="Global").op
160 export_ops = [("", global_op), ("func1", op1), ("func2", op2),
/external/python/cpython3/Modules/
D_pickle.c3596 const char global_op = GLOBAL; in save_global() local
3758 if (_Pickler_Write(self, &global_op, 1) < 0) in save_global()