Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Transforms/
H A DTestInlining.cpp56 interface, &callee.getBody(), caller, caller.getArgOperands(), in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DCallInterfaces.td47 "::mlir::Operation::operand_range", "getArgOperands"
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/
H A DFuncOps.td83 operand_range getArgOperands() {
147 operand_range getArgOperands() {
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DSparseAnalysis.cpp172 for (auto it : llvm::zip(call.getArgOperands(), argLattices)) in visitBlock()
/llvm-project-15.0.7/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp180 indirectCall.getArgOperands()); in canonicalize()
/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/lib/Transforms/Utils/
H A DInliningUtils.cpp344 SmallVector<Value, 8> callOperands(call.getArgOperands()); in inlineCall()
/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/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp641 func.getName(), func.getCallableResults(), oldCall.getArgOperands()); in rewriteCallsiteForCoroutine()
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-4.md182 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); }
/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/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td2306 operand_range getArgOperands() {
2350 operand_range getArgOperands() {
/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