Home
last modified time | relevance | path

Searched refs:getNumFuncArguments (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dpasses.cc215 if (kernel.getNumFuncArguments() != in runOnFunction()
300 new_operands.reserve(new_kernel.getNumFuncArguments()); in runOnFunction()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinOps.td139 unsigned getNumFuncArguments() { return getType().getInputs().size(); }
146 /// getType, getNumFuncArguments, and getNumFuncResults can be called
DFunctionSupport.h243 return static_cast<ConcreteType *>(this)->getNumFuncArguments(); in getNumArguments()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVStructureOps.td259 unsigned getNumFuncArguments() { return getType().getNumInputs(); }
266 /// getType, getNumFuncArguments, and getNumFuncResults can be called safely
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.td437 unsigned getNumFuncArguments() { return getType().getNumInputs(); }
/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DGPUOps.td274 unsigned getNumFuncArguments() { return getType().getNumInputs(); }
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1456 unsigned LLVMFuncOp::getNumFuncArguments() { in getNumFuncArguments() function in LLVMFuncOp
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOps.td778 unsigned getNumFuncArguments();