/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.c | 309 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 D | lp_linear.c | 118 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 D | runtime_state.cc | 202 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 D | lp_bld_init_orc.cpp | 163 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 D | polymorphic_inline.cc | 32 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 D | jit.cc | 65 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 D | instrumentation.cc | 234 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 D | jit_compiler.cc | 37 namespace jit { namespace 193 Jit* jit = runtime->GetJit(); in CompileMethod() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | execution_engine.cc | 249 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 D | interpreter.cc | 277 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 D | backend_interface.cpp | 4 namespace jit { namespace
|
H A D | backend_debug_info.cpp | 5 namespace jit { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | flatbuffer_serializer_jit.cpp | 15 namespace torch::jit { namespace
|
/aosp_15_r20/external/pytorch/tools/jit/templates/ |
H A D | aten_schema_declarations.cpp | 1 namespace torch { namespace jit { namespace
|
H A D | external_functions_codegen_template.cpp | 10 namespace jit { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | symbolic_shape_registry_util.cpp | 8 namespace torch::jit { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/ |
H A D | aot_compiler.cpp | 29 namespace jit { namespace
|
H A D | registry.cpp | 4 namespace jit { namespace
|
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/ |
H A D | RegisterCodegenUnboxedKernels.cpp | 17 namespace torch { namespace jit { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
H A D | tf_cpurt_kernels_registration.cc | 20 namespace jit { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/ |
H A D | frame.cpp | 4 namespace torch::jit::interpreter { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/ |
H A D | quantization_type.cpp | 4 namespace jit { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/ |
H A D | jit.cpp | 10 namespace jit { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | external_functions_registry.cpp | 3 namespace torch::jit::tensorexpr { namespace
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/ |
H A D | optimization_utils.cpp | 4 namespace jit { namespace
|