Home
last modified time | relevance | path

Searched refs:CallInterfaceCallable (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/mlir/include/mlir/Interfaces/
DCallInterfaces.h23 struct CallInterfaceCallable : public PointerUnion<SymbolRefAttr, Value> { struct
DCallInterfaces.td20 // `CallInterfaceCallable`: This is a type used to represent a single callable
41 "CallInterfaceCallable", "getCallableForCallee"
/external/llvm-project/mlir/lib/Interfaces/
DCallInterfaces.cpp23 CallInterfaceCallable callable = getCallableForCallee(); in resolveCallable()
/external/llvm-project/mlir/include/mlir/Analysis/
DCallGraph.h27 struct CallInterfaceCallable;
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp248 CallInterfaceCallable GenericCallOp::getCallableForCallee() { in getCallableForCallee()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp248 CallInterfaceCallable GenericCallOp::getCallableForCallee() { in getCallableForCallee()
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp248 CallInterfaceCallable GenericCallOp::getCallableForCallee() { in getCallableForCallee()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp300 CallInterfaceCallable GenericCallOp::getCallableForCallee() { in getCallableForCallee()
/external/llvm-project/mlir/lib/Transforms/
DInliner.cpp333 CallInterfaceCallable callable = call.getCallableForCallee(); in collectCallOps()
/external/llvm-project/mlir/docs/
DInterfaces.md219 - `CallInterfaceCallable getCallableForCallee()`
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.td143 CallInterfaceCallable getCallableForCallee() { return calleeAttr(); }
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.td457 CallInterfaceCallable getCallableForCallee() { return fAttr(); }
578 CallInterfaceCallable getCallableForCallee() { return fAttr(); }
657 CallInterfaceCallable getCallableForCallee() { return fAttr(); }
1297 CallInterfaceCallable getCallableForCallee() { return fAttr(); }
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-4.md138 CallInterfaceCallable GenericCallOp::getCallableForCallee() {
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td323 CallInterfaceCallable getCallableForCallee() {
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1900 CallInterfaceCallable spirv::FunctionCallOp::getCallableForCallee() { in getCallableForCallee()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td822 CallInterfaceCallable getCallableForCallee() {
886 CallInterfaceCallable getCallableForCallee() { return getCallee(); }