Searched refs:local_load (Results 1 – 4 of 4) sorted by relevance
307 def local_load : LocalLoad <load>;314 (ops node:$ptr), (local_load node:$ptr)
596 [(set (i32 R600_Reg32:$dst), (local_load R600_Reg32:$src0))]
628 PYBIND11_NOINLINE static void *local_load(PyObject *src, const type_info *ti) { in local_load() function645 if (foreign_typeinfo->module_local_load == &local_load in try_load_foreign_module_local()
1129 tinfo->module_local_load = &type_caster_generic::local_load; in PYBIND11_NAMESPACE_BEGIN()