Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp330 Operation::operand_range GenericCallOp::getArgOperands() { return getInputs(); } in getArgOperands() function in GenericCallOp
/llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp330 Operation::operand_range GenericCallOp::getArgOperands() { return getInputs(); } in getArgOperands() function in GenericCallOp
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp330 Operation::operand_range GenericCallOp::getArgOperands() { return getInputs(); } in getArgOperands() function in GenericCallOp
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp357 Operation::operand_range GenericCallOp::getArgOperands() { return getInputs(); } in getArgOperands() function in GenericCallOp
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp917 Operation::operand_range InvokeOp::getArgOperands() { in getArgOperands() function in InvokeOp
1156 Operation::operand_range CallOp::getArgOperands() { in getArgOperands() function in CallOp
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp2383 Operation::operand_range spirv::FunctionCallOp::getArgOperands() { in getArgOperands() function in spirv::FunctionCallOp