/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestInlining.cpp | 49 interface, &callee.body(), caller, caller.getArgOperands(), in runOnFunction()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | region_control_flow_to_functional.cc | 220 for (auto it : llvm::zip(first.getArgOperands(), second.getArgOperands())) { in MatchCallArgs()
|
D | optimize_global_tensors.cc | 106 PropagatePotentiallyWrittenUpFromCallee(func, call.getArgOperands()); in AnalyzeFunc()
|
D | resource_device_inference.cc | 305 call, call.getArgOperands(), {func}, func_res))) in runOnOperation()
|
D | tensor_array_ops_decomposition.cc | 506 insert(call.getArgOperands()[entry.getFirst()], source, func_block); in AccessedGradients()
|
D | shape_inference.cc | 1355 call_op.getArgOperands().getTypes(), in PropagateShapeIntoAttachedFunctions()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
D | resource_alias_analysis.cc | 205 value = call.getArgOperands()[passthrough_arg.getValue()]; in BacktrackValue() 343 call.getArgOperands()[passthrough_arg.getValue()], result); in ResourceAliasAnalysisInfo()
|
/external/llvm-project/mlir/include/mlir/Interfaces/ |
D | CallInterfaces.td | 47 "Operation::operand_range", "getArgOperands"
|
/external/llvm-project/mlir/examples/toy/Ch6/mlir/ |
D | Dialect.cpp | 254 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); } in getArgOperands() function in GenericCallOp
|
/external/llvm-project/mlir/examples/toy/Ch5/mlir/ |
D | Dialect.cpp | 254 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); } in getArgOperands() function in GenericCallOp
|
/external/llvm-project/mlir/examples/toy/Ch4/mlir/ |
D | Dialect.cpp | 254 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); } in getArgOperands() function in GenericCallOp
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | InliningUtils.cpp | 309 SmallVector<Value, 8> callOperands(call.getArgOperands()); in inlineCall()
|
/external/llvm-project/mlir/examples/toy/Ch7/mlir/ |
D | Dialect.cpp | 306 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); } in getArgOperands() function in GenericCallOp
|
/external/llvm-project/mlir/lib/Transforms/ |
D | SCCP.cpp | 594 OperandRange callOperands = op.getArgOperands(); in visitCallOperation()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_ops.td | 140 operand_range getArgOperands() { return args(); }
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops.td | 454 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/ |
D | legalize_tf_communication.cc | 385 auto new_operands = llvm::to_vector<4>(call.getArgOperands()); in RewriteCallOp()
|
/external/llvm-project/mlir/docs/Tutorials/Toy/ |
D | Ch-4.md | 144 Operation::operand_range GenericCallOp::getArgOperands() { return inputs(); }
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestOps.td | 320 operand_range getArgOperands() { return inputs(); }
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVOps.cpp | 1904 Operation::operand_range spirv::FunctionCallOp::getArgOperands() { in getArgOperands() function in spirv::FunctionCallOp
|
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/ |
D | Ops.td | 814 operand_range getArgOperands() { 878 operand_range getArgOperands() {
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 737 indirectCall.getArgOperands()); in matchAndRewrite()
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIROps.td | 2184 operand_range getArgOperands() {
|