Home
last modified time | relevance | path

Searched defs:getArgOperands (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp254 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); } in getArgOperands() function in GenericCallOp
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp254 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); } in getArgOperands() function in GenericCallOp
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp254 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); } in getArgOperands() function in GenericCallOp
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp306 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); } in getArgOperands() function in GenericCallOp
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1904 Operation::operand_range spirv::FunctionCallOp::getArgOperands() { in getArgOperands() function in spirv::FunctionCallOp