Home
last modified time | relevance | path

Searched refs:local_load (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DEvergreenInstructions.td596 [(set (i32 R600_Reg32:$dst), (local_load R600_Reg32:$src0))]
/external/python/pybind11/include/pybind11/
Dcast.h628 PYBIND11_NOINLINE static void *local_load(PyObject *src, const type_info *ti) { in local_load() function
645 if (foreign_typeinfo->module_local_load == &local_load in try_load_foreign_module_local()
Dpybind11.h1129 tinfo->module_local_load = &type_caster_generic::local_load; in PYBIND11_NAMESPACE_BEGIN()