Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBuiltinOps.td142 unsigned getNumFuncResults() { return getType().getResults().size(); }
146 /// getType, getNumFuncArguments, and getNumFuncResults can be called
DFunctionSupport.h247 return static_cast<ConcreteType *>(this)->getNumFuncResults(); in getNumResults()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVStructureOps.td262 unsigned getNumFuncResults() { return getType().getNumResults(); }
266 /// getType, getNumFuncArguments, and getNumFuncResults can be called safely
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.td438 unsigned getNumFuncResults() { return getType().getNumResults(); }
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1462 unsigned LLVMFuncOp::getNumFuncResults() { in getNumFuncResults() function in LLVMFuncOp
/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DGPUOps.td275 unsigned getNumFuncResults() { return getType().getNumResults(); }
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOps.td782 unsigned getNumFuncResults();