Home
last modified time | relevance | path

Searched refs:cfun (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
D2011-03-31-ArrayRefFolding.c8 extern struct t *cfun;
11 if (!(cfun + 0)) in f()
14 return cfun->x; in f()
/external/clang/test/CodeGen/
D2011-03-31-ArrayRefFolding.c8 extern struct t *cfun;
11 if (!(cfun + 0)) in f()
14 return cfun->x; in f()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.cc417 py::class_<PmapFunction, std::unique_ptr<PmapFunction>> cfun(pmap_lib, in BuildPmapSubmodule() local
419 cfun.def("__call__", &PmapFunction::Call); in BuildPmapSubmodule()
420 cfun.def_property_readonly("__signature__", &PmapFunction::PythonSignature); in BuildPmapSubmodule()
Djax_jit.cc1212 py::class_<CompiledFunction, std::unique_ptr<CompiledFunction>> cfun( in BuildJaxjitSubmodule() local
1214 cfun.def("__call__", &CompiledFunction::Call); in BuildJaxjitSubmodule()
1215 cfun.def_property_readonly("__signature__", in BuildJaxjitSubmodule()
1275 cfun.def("_cache_size", &CompiledFunction::cache_size); in BuildJaxjitSubmodule()
/external/llvm-project/llvm/test/CodeGen/X86/
D2007-10-15-CoalescerCrash.ll157 @cfun = external global %struct.function* ; <%struct.function**> [#uses=0]
/external/llvm/test/CodeGen/X86/
D2007-10-15-CoalescerCrash.ll157 @cfun = external global %struct.function* ; <%struct.function**> [#uses=0]