Home
last modified time | relevance | path

Searched refs:getCallableForCallee (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/mlir/lib/Interfaces/
DCallInterfaces.cpp23 CallInterfaceCallable callable = getCallableForCallee(); in resolveCallable()
/external/llvm-project/mlir/include/mlir/Interfaces/
DCallInterfaces.td41 "CallInterfaceCallable", "getCallableForCallee"
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp248 CallInterfaceCallable GenericCallOp::getCallableForCallee() { in getCallableForCallee() function in GenericCallOp
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp248 CallInterfaceCallable GenericCallOp::getCallableForCallee() { in getCallableForCallee() function in GenericCallOp
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp248 CallInterfaceCallable GenericCallOp::getCallableForCallee() { in getCallableForCallee() function in GenericCallOp
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp300 CallInterfaceCallable GenericCallOp::getCallableForCallee() { in getCallableForCallee() function in GenericCallOp
/external/llvm-project/mlir/lib/Transforms/
DInliner.cpp333 CallInterfaceCallable callable = call.getCallableForCallee(); in collectCallOps()
DSCCP.cpp579 if (Value callableValue = op.getCallableForCallee().dyn_cast<Value>()) in visitCallOperation()
/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() function in spirv::FunctionCallOp
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td822 CallInterfaceCallable getCallableForCallee() {
886 CallInterfaceCallable getCallableForCallee() { return getCallee(); }