Home
last modified time | relevance | path

Searched defs:jit_function (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h73 lp_jit_setup_triangle jit_function; member
H A Dlp_state_cs.h95 lp_jit_cs_func jit_function; member
H A Dlp_state_fs.h173 lp_jit_frag_func jit_function[2]; // [RAST_WHOLE], [RAST_EDGE_TEST] member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
H A Dtf_to_jit_invocations.cc213 auto jit_function = tmp_module_builder.create<func::FuncOp>( in matchAndRewrite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp731 ExecutorAddr jit_function; in runSymbolIfExists() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c238 typedef int (SLJIT_FUNC *jit_function)(jit_arguments *args); typedef