Home
last modified time | relevance | path

Searched refs:function_attr (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/test/mlir-tblgen/
Dop-attribute.td109 FlatSymbolRefAttr:$function_attr,
147 // DEF: ::llvm::StringRef BOp::function_attr()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc4395 const auto& function_attr = host_loop.encapsulating_function_attrs; in PerformHostTrainingLoopOptimization() local
4396 TF_RET_CHECK(function_attr.has_value()) in PerformHostTrainingLoopOptimization()
4406 *function_def, AttrSlice(&function_attr.value()), flib_def, &fbody)); in PerformHostTrainingLoopOptimization()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml849 let function_attr f = unpack_attr (llvm_function_attr f) function
Dllvm.mli1558 (** [function_attr f] returns the function attribute for the function [f].
1560 val function_attr : llvalue -> Attribute.t list val
/external/llvm/test/Bindings/OCaml/
Dcore.ml967 insist ([Attribute.UWTable] = function_attr fn);