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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.h75 struct FunctionAttr { struct
80 using FunctionStack = SmallVector<FunctionAttr, 4>; argument
Dxray-graph.cpp221 [&](const FunctionAttr &A) { return A.FuncId == Record.FuncId; }); in accountRecord()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc411 NameAttrList FunctionAttr(OpKernelConstruction* ctx) { in FunctionAttr() function
427 FunctionAttr(ctx)) {} in XlaLocalLaunchOp()
437 function_(FunctionAttr(ctx)), in XlaCompileOp()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h75 static AssociatedFunctionInfo FunctionAttr(const string& func_name, in FunctionAttr() function
Dtf2xla_util.cc613 results.emplace_back(AssociatedFunctionInfo::FunctionAttr( in GetAssociatedFunctions()