Home
last modified time | relevance | path

Searched refs:FunctionAttr (Results 1 – 7 of 7) sorted by relevance

/external/llvm/bindings/go/llvm/
Dir_test.go29 newattr := fn.FunctionAttr()
40 newattr = fn.FunctionAttr()
Dir.go1048 func (v Value) FunctionAttr() Attribute { return Attribute(C.LLVMGetFunctionAttr2(v.C)) } func
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-graph.h74 struct FunctionAttr { struct
79 using FunctionStack = SmallVector<FunctionAttr, 4>; argument
Dxray-graph.cpp237 [&](const FunctionAttr &A) { return A.FuncId == Record.FuncId; }); in accountRecord()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h76 static AssociatedFunctionInfo FunctionAttr(const string& func_name, in FunctionAttr() function
Dtf2xla_util.cc612 results.emplace_back(AssociatedFunctionInfo::FunctionAttr( in GetAssociatedFunctions()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc331 NameAttrList FunctionAttr(OpKernelConstruction* ctx) { in FunctionAttr() function
355 FunctionAttr(ctx), /*has_ref_vars=*/true) {} in XlaLocalLaunchOp()
365 function_(FunctionAttr(ctx)), in XlaCompileOp()