Home
last modified time | relevance | path

Searched refs:callee_name (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.h108 const string& callee_name, absl::Span<llvm::Value* const> operands,
116 const string& callee_name, absl::Span<llvm::Value* const> operands,
123 const string& callee_name, absl::Span<llvm::Value* const> operands,
129 const string& callee_name, absl::Span<llvm::Value* const> operands,
Delemental_ir_emitter.cc78 const string& callee_name, absl::Span<llvm::Value* const> operands, in EmitLibdeviceMathCall() argument
84 string munged_callee = callee_name; in EmitLibdeviceMathCall()
121 const string& callee_name, absl::Span<llvm::Value* const> operands, in EmitLlvmIntrinsicMathCall() argument
125 string munged_callee = callee_name; in EmitLlvmIntrinsicMathCall()
144 const string& callee_name, absl::Span<llvm::Value* const> operands, in EmitMathCall() argument
156 callee_name, operands, input_types, output_type, in EmitMathCall()
285 const string& callee_name, absl::Span<llvm::Value* const> operands, in EmitDeviceFunctionCall() argument
302 ->getOrInsertFunction(callee_name, callee_type) in EmitDeviceFunctionCall()
/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass_test.cc87 Status MakeXlaCompiledKernel(Graph* graph, const string& callee_name, in MakeXlaCompiledKernel() argument
92 call_node.set_op(callee_name); in MakeXlaCompiledKernel()
101 Status MakeXlaCompiledKernel(Graph* graph, const string& callee_name, in MakeXlaCompiledKernel() argument
103 return MakeXlaCompiledKernel(graph, callee_name, node_name, in MakeXlaCompiledKernel()
Dresource_operation_safety_analysis_test.cc253 Node* MakeCall(Graph* graph, const string& callee_name, const string& node_name, in MakeCall() argument
257 call_node.set_op(callee_name); in MakeCall()
/external/mesa3d/src/compiler/glsl/
Dir_builder_print_visitor.cpp691 print_with_indent("/* CALL %s */\n", ir->callee_name()); in visit_leave()
716 ir->callee_name()); in visit_leave()
Dlower_shared_reference.cpp414 sprintf(func_name, "%s_shared", ir->callee_name()); in lower_shared_atomic_intrinsic()
Dir_print_visitor.cpp525 fprintf(f, "(call %s ", ir->callee_name()); in visit()
Dlower_ubo_reference.cpp1041 sprintf(func_name, "%s_ssbo", ir->callee_name()); in lower_ssbo_atomic_intrinsic()
Dir.h1638 const char *callee_name() const in callee_name() function