| /llvm-project-15.0.7/mlir/test/lib/Transforms/ |
| H A D | TestInlining.cpp | 56 interface, &callee.getBody(), caller, caller.getArgOperands(), in runOnOperation()
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | CallInterfaces.td | 47 "::mlir::Operation::operand_range", "getArgOperands"
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/ |
| H A D | FuncOps.td | 83 operand_range getArgOperands() { 147 operand_range getArgOperands() {
|
| /llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/ |
| H A D | SparseAnalysis.cpp | 172 for (auto it : llvm::zip(call.getArgOperands(), argLattices)) in visitBlock()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Func/IR/ |
| H A D | FuncOps.cpp | 180 indirectCall.getArgOperands()); in canonicalize()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | Dialect.cpp | 330 Operation::operand_range GenericCallOp::getArgOperands() { return getInputs(); } in getArgOperands() function in GenericCallOp
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | Dialect.cpp | 330 Operation::operand_range GenericCallOp::getArgOperands() { return getInputs(); } in getArgOperands() function in GenericCallOp
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | Dialect.cpp | 330 Operation::operand_range GenericCallOp::getArgOperands() { return getInputs(); } in getArgOperands() function in GenericCallOp
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | InliningUtils.cpp | 344 SmallVector<Value, 8> callOperands(call.getArgOperands()); in inlineCall()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/ |
| H A D | Dialect.cpp | 357 Operation::operand_range GenericCallOp::getArgOperands() { return getInputs(); } in getArgOperands() function in GenericCallOp
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | AsyncToAsyncRuntime.cpp | 641 func.getName(), func.getCallableResults(), oldCall.getArgOperands()); in rewriteCallsiteForCoroutine()
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-4.md | 182 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); }
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 917 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 D | FIROps.td | 2306 operand_range getArgOperands() { 2350 operand_range getArgOperands() {
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVOps.cpp | 2383 Operation::operand_range spirv::FunctionCallOp::getArgOperands() { in getArgOperands() function in spirv::FunctionCallOp
|