Home
last modified time | relevance | path

Searched refs:get_global (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dtls.ll12 define nonnull i32* @get_global() {
13 ; GENDYN-LABEL: get_global:
25 ; GENDYNPIC-LABEL: get_global:
41 ; LOCAL-LABEL: get_global:
Dsymbol_relocation_tls.ll15 define nonnull i32* @get_global() {
/external/adhd/scripts/audio_tuning/frontend/
Daudio.js195 if (get_global('enable_drc') || get_global('enable_eq') ||
196 get_global('enable_fft')) {
270 function get_global(name) { function
371 if (get_global('enable_drc')) {
374 if (get_global('enable_eq')) {
377 if (get_global('enable_swap')) {
384 if (get_global('enable_fft')) {
1468 cb.checked = get_global(config_name);
1943 if (!analyzer || !get_global('enable_fft')) {
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc771 } else if (auto get_global = mlir::dyn_cast<mlir::GetGlobalMemrefOp>(op)) { in GetAllocationSliceForMlir() local
772 auto module = get_global->getParentOfType<mlir::ModuleOp>(); in GetAllocationSliceForMlir()
774 module.lookupSymbol(get_global.name())); in GetAllocationSliceForMlir()
Dir_emitter_unnested.cc742 auto get_global = mlir::cast<mlir::GetGlobalMemrefOp>(mlir_input.op); in EmitConstant() local
743 auto module = get_global->getParentOfType<mlir::ModuleOp>(); in EmitConstant()
745 mlir::cast<mlir::GlobalMemrefOp>(module.lookupSymbol(get_global.name())); in EmitConstant()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionSycl.h49 size_t globalid = id.get_global(0); in run()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_saved_model_ops.td82 with "get_global @some_global_tensor" in the function body.
/external/elfutils/src/
Dnm.c538 get_global (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in get_global() function
1315 (void) dwarf_getpubnames (dbg, get_global, NULL, 0); in show_symbols()