Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Transforms/
DTestInlining.cpp49 interface, &callee.body(), caller, caller.getArgOperands(), in runOnFunction()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dregion_control_flow_to_functional.cc220 for (auto it : llvm::zip(first.getArgOperands(), second.getArgOperands())) { in MatchCallArgs()
Doptimize_global_tensors.cc106 PropagatePotentiallyWrittenUpFromCallee(func, call.getArgOperands()); in AnalyzeFunc()
Dresource_device_inference.cc305 call, call.getArgOperands(), {func}, func_res))) in runOnOperation()
Dtensor_array_ops_decomposition.cc506 insert(call.getArgOperands()[entry.getFirst()], source, func_block); in AccessedGradients()
Dshape_inference.cc1355 call_op.getArgOperands().getTypes(), in PropagateShapeIntoAttachedFunctions()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dresource_alias_analysis.cc205 value = call.getArgOperands()[passthrough_arg.getValue()]; in BacktrackValue()
343 call.getArgOperands()[passthrough_arg.getValue()], result); in ResourceAliasAnalysisInfo()
/external/llvm-project/mlir/include/mlir/Interfaces/
DCallInterfaces.td47 "Operation::operand_range", "getArgOperands"
/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/lib/Transforms/Utils/
DInliningUtils.cpp309 SmallVector<Value, 8> callOperands(call.getArgOperands()); in inlineCall()
/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/Transforms/
DSCCP.cpp594 OperandRange callOperands = op.getArgOperands(); in visitCallOperation()
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.td140 operand_range getArgOperands() { return args(); }
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.td454 operand_range getArgOperands() { return args(); }
575 operand_range getArgOperands() { return args(); }
654 operand_range getArgOperands() { return args(); }
1294 operand_range getArgOperands() { return args(); }
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc385 auto new_operands = llvm::to_vector<4>(call.getArgOperands()); in RewriteCallOp()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-4.md144 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); }
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td320 operand_range getArgOperands() { return inputs(); }
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1904 Operation::operand_range spirv::FunctionCallOp::getArgOperands() { in getArgOperands() function in spirv::FunctionCallOp
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td814 operand_range getArgOperands() {
878 operand_range getArgOperands() {
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp737 indirectCall.getArgOperands()); in matchAndRewrite()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td2184 operand_range getArgOperands() {