Home
last modified time | relevance | path

Searched defs:jit (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c309 lp_jit_buffer_from_pipe(struct lp_jit_buffer *jit, const struct pipe_shader_buffer *buffer) in lp_jit_buffer_from_pipe()
328 lp_jit_buffer_from_bda(struct lp_jit_buffer *jit, void *mem, size_t size) in lp_jit_buffer_from_bda()
342 lp_jit_buffer_from_pipe_const(struct lp_jit_buffer *jit, const struct pipe_constant_buffer *buffer,… in lp_jit_buffer_from_pipe_const()
367 lp_jit_texture_from_pipe(struct lp_jit_texture *jit, const struct pipe_sampler_view *view) in lp_jit_texture_from_pipe()
507 lp_jit_texture_buffer_from_bda(struct lp_jit_texture *jit, void *mem, size_t size, enum pipe_format… in lp_jit_texture_buffer_from_bda()
544 lp_jit_sampler_from_pipe(struct lp_jit_sampler *jit, const struct pipe_sampler_state *sampler) in lp_jit_sampler_from_pipe()
554 lp_jit_image_from_pipe(struct lp_jit_image *jit, const struct pipe_image_view *view) in lp_jit_image_from_pipe()
639 lp_jit_image_buffer_from_bda(struct lp_jit_image *jit, void *mem, size_t size, enum pipe_format for… in lp_jit_image_buffer_from_bda()
H A Dlp_linear.c118 struct lp_jit_linear_context jit; in lp_fs_linear_run() local
223 struct lp_jit_linear_context jit; in check_linear_interp_mask_a() local
/aosp_15_r20/art/test/common/
H A Druntime_state.cc202 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_hasJitCompiledEntrypoint() local
219 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_hasJitCompiledCode() local
271 jit::Jit* jit = GetJitIfEnabled(); in ForceJitCompiled() local
310 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_ensureMethodJitCompiled() local
328 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_ensureJitCompiled() local
348 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_ensureJitBaselineCompiled() local
405 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_fetchProfiles() local
418 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_waitForCompilation() local
425 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_stopJit() local
432 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_startJit() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init_orc.cpp163 LPJit* jit = get_instance(); in get_unique_name() local
177 LPJit* jit = get_instance(); in create_jit_dylib() local
184 LPJit* jit = get_instance(); in register_gallivm_state() local
191 LPJit* jit = get_instance(); in deregister_gallivm_state() local
244 LPJit* jit = get_instance(); in lookup_in_jd() local
285 static LPJit* jit; member in __anon3aad3d9a0111::LPJit
300 LPJit* LPJit::jit = NULL; member in __anon3aad3d9a0111::LPJit
/aosp_15_r20/art/test/566-polymorphic-inlining/
H A Dpolymorphic_inline.cc32 jit::Jit* jit = Runtime::Current()->GetJit(); in do_checks() local
60 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureJittedAndPolymorphicInline566() local
/aosp_15_r20/art/runtime/jit/
H A Djit.cc65 namespace jit { namespace
101 std::unique_ptr<Jit> jit(new Jit(code_cache, options)); in Create() local
324 jit::Jit* jit = Runtime::Current()->GetJit(); in NewTypeLoadedIfUsingJit() local
454 Jit* jit = Runtime::Current()->GetJit(); in MaybeDoOnStackReplacement() local
920 Jit* jit = Runtime::Current()->GetJit(); in Run() local
1469 jit::Jit* jit = Runtime::Current()->GetJit(); in ScopedJitSuspend() local
/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc234 jit::Jit* jit = Runtime::Current()->GetJit(); in CodeSupportsEntryExitHooks() local
266 jit::Jit* jit = Runtime::Current()->GetJit(); in UpdateEntryPoints() local
299 jit::Jit* jit = Runtime::Current()->GetJit(); in UpdateEntryPoints() local
363 jit::Jit* jit = Runtime::Current()->GetJit(); in GetOptimizedCodeFor() local
1184 jit::Jit* jit = Runtime::Current()->GetJit(); in EntryPointString() local
1392 art::jit::Jit* jit = runtime->GetJit(); in MaybeSwitchRuntimeDebugState() local
/aosp_15_r20/art/compiler/jit/
H A Djit_compiler.cc37 namespace jit { namespace
193 Jit* jit = runtime->GetJit(); in CompileMethod() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecution_engine.cc249 auto jit = llvm::orc::LLJITBuilder() in CreateFromModule() local
329 auto jit = llvm::orc::LLJITBuilder() in CreateFromObjFile() local
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter.cc277 jit::Jit* jit = Runtime::Current()->GetJit(); in Execute() local
575 jit::Jit* jit = Runtime::Current()->GetJit(); in EnterInterpreterFromEntryPoint() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_interface.cpp4 namespace jit { namespace
H A Dbackend_debug_info.cpp5 namespace jit { namespace
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dflatbuffer_serializer_jit.cpp15 namespace torch::jit { namespace
/aosp_15_r20/external/pytorch/tools/jit/templates/
H A Daten_schema_declarations.cpp1 namespace torch { namespace jit { namespace
H A Dexternal_functions_codegen_template.cpp10 namespace jit { namespace
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsymbolic_shape_registry_util.cpp8 namespace torch::jit { namespace
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/
H A Daot_compiler.cpp29 namespace jit { namespace
H A Dregistry.cpp4 namespace jit { namespace
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DRegisterCodegenUnboxedKernels.cpp17 namespace torch { namespace jit { namespace
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt_kernels_registration.cc20 namespace jit { namespace
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dframe.cpp4 namespace torch::jit::interpreter { namespace
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_type.cpp4 namespace jit { namespace
/aosp_15_r20/external/pytorch/torch/csrc/api/src/
H A Djit.cpp10 namespace jit { namespace
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dexternal_functions_registry.cpp3 namespace torch::jit::tensorexpr { namespace
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Doptimization_utils.cpp4 namespace jit { namespace

12345678910>>...21