/external/mesa3d/src/compiler/glsl/ |
D | ir_function_detect_recursion.cpp | 170 function *get_function(ir_function_signature *sig) in get_function() function in __anon7242f9480111::has_recursion_visitor 186 this->current = this->get_function(sig); in visit_enter() 206 function *const target = this->get_function(call->callee); in visit_enter()
|
D | glsl_symbol_table.h | 86 ir_function *get_function(const char *name);
|
D | link_functions.cpp | 112 ir_function *f = linked->symbols->get_function(name); in visit_enter() 317 ir_function *const f = symbols->get_function(name); in find_matching_signature()
|
D | glsl_symbol_table.cpp | 250 ir_function *glsl_symbol_table::get_function(const char *name) in get_function() function in glsl_symbol_table
|
D | ast_function.cpp | 678 ir_function *f = state->symbols->get_function(name); in match_function_by_name() 797 ir_function *f = symbols->get_function(name); in function_exists() 851 state->symbols->get_function(name)); in no_matching_function_error() 855 sh->symbols->get_function(name)); in no_matching_function_error()
|
D | ir_reader.cpp | 201 ir_function *f = state->symbols->get_function(name->value()); in read_function() 682 ir_function *f = state->symbols->get_function(name->value()); in read_call()
|
D | builtin_functions.cpp | 1296 ir_function *f = shader->symbols->get_function(name); in find() 7242 body.emit(call(shader->symbols->get_function(intrinsic), retval, in _atomic_counter_op() 7273 shader->symbols->get_function("__intrinsic_atomic_add"); in _atomic_counter_op1() 7281 body.emit(call(shader->symbols->get_function(intrinsic), retval, in _atomic_counter_op1() 7299 body.emit(call(shader->symbols->get_function(intrinsic), retval, in _atomic_counter_op2() 7315 body.emit(call(shader->symbols->get_function(intrinsic), retval, in _atomic_op2() 7332 body.emit(call(shader->symbols->get_function(intrinsic), retval, in _atomic_op3() 7529 ir_function *f = shader->symbols->get_function(intrinsic_name); in _image() 7562 body.emit(call(shader->symbols->get_function(intrinsic_name), in _memory_barrier() 7584 body.emit(call(shader->symbols->get_function("__intrinsic_ballot"), in _ballot() [all …]
|
D | lower_packed_varyings.cpp | 893 ir_function *main_func = shader->symbols->get_function("main"); in lower_packed_varyings()
|
D | linker.cpp | 2345 if (shader_list[i]->symbols->get_function("main")) in link_output_variables() 2419 shader_list[j]->symbols->get_function(f->name); in link_intrastage_shaders() 4357 ir_function *fn = symbols->get_function(name); in verify_subroutine_associated_funcs()
|
D | glsl_lexer.ll | 774 if (state->symbols->get_variable(name) || state->symbols->get_function(name))
|
D | ast_to_hir.cpp | 6111 f = state->symbols->get_function(name); in hir()
|
/external/llvm-project/lld/test/COFF/ |
D | armnt-mov32t-exec.test | 5 # RUN: lld-link /out:%t.exe /subsystem:console /entry:get_function %t.obj 56 - Name: get_function
|
/external/tensorflow/tensorflow/python/eager/ |
D | gradient_input_output_exclusions.py | 337 def get_function(name, entries): function 366 contents += get_function("OpGradientUnusedInputIndices", 368 contents += get_function("OpGradientUnusedOutputIndices",
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.cc | 163 FunctionInstantiationHelper(GetFunctionSignature get_function, in FunctionInstantiationHelper() argument 165 : get_function_(std ::move(get_function)), result_(*result) { in FunctionInstantiationHelper() 691 const GetFunctionSignature& get_function, in AddDefaultAttrs() argument 694 TF_RETURN_IF_ERROR(get_function(op, &op_def)); in AddDefaultAttrs() 710 GetFunctionSignature get_function, in InstantiateFunction() argument 730 FunctionInstantiationHelper helper(get_function, result); in InstantiateFunction() 774 AddDefaultAttrs(fdef.node_def(i).op(), get_function, &node_attrs[i])); in InstantiateFunction()
|
D | function.h | 243 GetFunctionSignature get_function,
|
/external/llvm-project/clang/test/SemaCXX/ |
D | source_location.cpp | 346 constexpr const char *get_function() { in get_function() function 351 !is_equal(get_function(), test_func_simple()); in test_function()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 286 RAW_METHOD_DUMP(OS, get_function) in dump() 805 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_function); in isFunction()
|
/external/python/pybind11/include/pybind11/ |
D | pytypes.h | 466 inline handle get_function(handle value) { in PYBIND11_NAMESPACE_BEGIN() 1374 handle fun = detail::get_function(m_ptr); in PYBIND11_OBJECT_DEFAULT()
|
D | pybind11.h | 1581 h = detail::get_function(h);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 967 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_function); in isFunction()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 967 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_function); in isFunction()
|