Home
last modified time | relevance | path

Searched refs:newOperands (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Transforms/
H A DBufferPlacement.h186 SmallVector<Value, 2> needCopyOperands, newOperands; in matchAndRewrite() local
189 newOperands.reserve(operandsSize); in matchAndRewrite()
196 newOperands.push_back(operand.value()); in matchAndRewrite()
215 rewriter.replaceOpWithNewOp<ReturnOpTargetTy>(returnOp, newOperands); in matchAndRewrite()
256 SmallVector<Value, 2> newOperands, replacingValues; in matchAndRewrite() local
259 newOperands.reserve(numResults + operands.size()); in matchAndRewrite()
260 newOperands.append(operands.begin(), operands.end()); in matchAndRewrite()
276 newOperands.push_back(alloc); in matchAndRewrite()
288 newOperands); in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/StandardOps/Transforms/
H A DDecomposeCallGraphTypes.cpp111 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
114 operand, newOperands); in matchAndRewrite()
115 rewriter.replaceOpWithNewOp<ReturnOp>(op, newOperands); in matchAndRewrite()
138 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
141 operand, newOperands); in matchAndRewrite()
160 newResultTypes, newOperands); in matchAndRewrite()
H A DFuncConversions.cpp66 SmallVector<Value, 4> newOperands(op->operand_begin(), op->operand_end()); in matchAndRewrite() local
77 newOperands[idx] = operands[idx]; in matchAndRewrite()
81 op, [newOperands, op]() { op->setOperands(newOperands); }); in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/StandardOps/Transforms/
H A DDecomposeCallGraphTypes.cpp108 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
111 operand, newOperands); in matchAndRewrite()
112 rewriter.replaceOpWithNewOp<ReturnOp>(op, newOperands); in matchAndRewrite()
135 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
138 operand, newOperands); in matchAndRewrite()
156 newResultTypes, newOperands); in matchAndRewrite()
H A DFuncConversions.cpp65 SmallVector<Value, 4> newOperands(op->operand_begin(), op->operand_end()); in matchAndRewrite() local
74 newOperands[idx] = operands[idx]; in matchAndRewrite()
78 op, [newOperands, op]() { op->setOperands(newOperands); }); in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/StandardOps/Transforms/
H A DDecomposeCallGraphTypes.cpp108 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
111 operand, newOperands); in matchAndRewrite()
112 rewriter.replaceOpWithNewOp<ReturnOp>(op, newOperands); in matchAndRewrite()
135 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
138 operand, newOperands); in matchAndRewrite()
156 newResultTypes, newOperands); in matchAndRewrite()
H A DFuncConversions.cpp65 SmallVector<Value, 4> newOperands(op->operand_begin(), op->operand_end()); in matchAndRewrite() local
74 newOperands[idx] = operands[idx]; in matchAndRewrite()
78 op, [newOperands, op]() { op->setOperands(newOperands); }); in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/Transforms/
H A DDecomposeCallGraphTypes.cpp111 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
114 operand, newOperands); in matchAndRewrite()
115 rewriter.replaceOpWithNewOp<ReturnOp>(op, newOperands); in matchAndRewrite()
138 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
141 operand, newOperands); in matchAndRewrite()
160 newResultTypes, newOperands); in matchAndRewrite()
H A DFuncConversions.cpp66 SmallVector<Value, 4> newOperands(op->operand_begin(), op->operand_end()); in matchAndRewrite() local
77 newOperands[idx] = operands[idx]; in matchAndRewrite()
81 op, [newOperands, op]() { op->setOperands(newOperands); }); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/Transforms/
H A DDecomposeCallGraphTypes.cpp111 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
114 operand, newOperands); in matchAndRewrite()
115 rewriter.replaceOpWithNewOp<ReturnOp>(op, newOperands); in matchAndRewrite()
138 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
141 operand, newOperands); in matchAndRewrite()
160 newResultTypes, newOperands); in matchAndRewrite()
H A DFuncConversions.cpp66 SmallVector<Value, 4> newOperands(op->operand_begin(), op->operand_end()); in matchAndRewrite() local
77 newOperands[idx] = operands[idx]; in matchAndRewrite()
81 op, [newOperands, op]() { op->setOperands(newOperands); }); in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/Transforms/
H A DDecomposeCallGraphTypes.cpp111 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
114 operand, newOperands); in matchAndRewrite()
115 rewriter.replaceOpWithNewOp<ReturnOp>(op, newOperands); in matchAndRewrite()
138 SmallVector<Value, 2> newOperands; in matchAndRewrite() local
141 operand, newOperands); in matchAndRewrite()
160 newResultTypes, newOperands); in matchAndRewrite()
H A DFuncConversions.cpp66 SmallVector<Value, 4> newOperands(op->operand_begin(), op->operand_end()); in matchAndRewrite() local
77 newOperands[idx] = operands[idx]; in matchAndRewrite()
81 op, [newOperands, op]() { op->setOperands(newOperands); }); in matchAndRewrite()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Sugar/Expressions/
H A DScopeExpression.cs86 protected override Expression Mutate2(IList<Expression> newOperands) in Mutate2() argument
89 if (newOperands.Count > 0) in Mutate2()
90 type = newOperands[0].Type; in Mutate2()
93 var scopeExpression = new ScopeExpression(type, newOperands); in Mutate2()
H A DSelectExpression.cs97 protected override Expression Mutate2(IList<Expression> newOperands) in Mutate2() argument
100 if (newOperands.Count > 0) in Mutate2()
101 type = newOperands[0].Type; in Mutate2()
104 var scopeExpression = new SelectExpression(type, newOperands); in Mutate2()
H A DEntitySetExpression.cs111 public override Expression Mutate(IList<Expression> newOperands) in Mutate() argument
113 if (newOperands.Count != 1) in Mutate()
115 TableExpression = (TableExpression)newOperands[0]; in Mutate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Sugar/ExpressionMutator/
H A DExpressionMutatorExtensions.cs156 var newOperands = new List<Expression>(); in Recurse()
161 newOperands.Add(Recurse(operand, analyzer)); in Recurse()
163 newOperands.Add(null); in Recurse()
166 return analyzer(expression.ChangeOperands(newOperands)); in Recurse()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp107 llvm::SmallVector<mlir::Value> newOperands = {arg}; in matchAndRewrite() local
108 newOperands.append(callOp.getOperands().begin(), in matchAndRewrite()
111 newResultTypes, newOperands); in matchAndRewrite()
120 llvm::SmallVector<mlir::Value> newOperands; in matchAndRewrite() local
121 newOperands.push_back( in matchAndRewrite()
123 newOperands.push_back(arg); in matchAndRewrite()
124 newOperands.append(callOp.getOperands().begin() + 1, in matchAndRewrite()
127 newOperands); in matchAndRewrite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dstrength_reduction_pass.cpp98 std::vector<Operand> newOperands; in ReplaceMultiplyByPowerOf2() local
99 newOperands.push_back((*inst)->GetInOperand(1 - i)); in ReplaceMultiplyByPowerOf2()
102 newOperands.push_back(shiftOperand); in ReplaceMultiplyByPowerOf2()
105 (*inst)->type_id(), newResultId, newOperands)); in ReplaceMultiplyByPowerOf2()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dstrength_reduction_pass.cpp98 std::vector<Operand> newOperands; in ReplaceMultiplyByPowerOf2() local
99 newOperands.push_back((*inst)->GetInOperand(1 - i)); in ReplaceMultiplyByPowerOf2()
102 newOperands.push_back(shiftOperand); in ReplaceMultiplyByPowerOf2()
105 (*inst)->type_id(), newResultId, newOperands)); in ReplaceMultiplyByPowerOf2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstrength_reduction_pass.cpp98 std::vector<Operand> newOperands; in ReplaceMultiplyByPowerOf2() local
99 newOperands.push_back((*inst)->GetInOperand(1 - i)); in ReplaceMultiplyByPowerOf2()
102 newOperands.push_back(shiftOperand); in ReplaceMultiplyByPowerOf2()
105 (*inst)->type_id(), newResultId, newOperands)); in ReplaceMultiplyByPowerOf2()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dstrength_reduction_pass.cpp98 std::vector<Operand> newOperands; in ReplaceMultiplyByPowerOf2() local
99 newOperands.push_back((*inst)->GetInOperand(1 - i)); in ReplaceMultiplyByPowerOf2()
102 newOperands.push_back(shiftOperand); in ReplaceMultiplyByPowerOf2()
105 (*inst)->type_id(), newResultId, newOperands)); in ReplaceMultiplyByPowerOf2()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dstrength_reduction_pass.cpp98 std::vector<Operand> newOperands; in ReplaceMultiplyByPowerOf2() local
99 newOperands.push_back((*inst)->GetInOperand(1 - i)); in ReplaceMultiplyByPowerOf2()
102 newOperands.push_back(shiftOperand); in ReplaceMultiplyByPowerOf2()
105 (*inst)->type_id(), newResultId, newOperands)); in ReplaceMultiplyByPowerOf2()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dstrength_reduction_pass.cpp98 std::vector<Operand> newOperands; in ReplaceMultiplyByPowerOf2() local
99 newOperands.push_back((*inst)->GetInOperand(1 - i)); in ReplaceMultiplyByPowerOf2()
102 newOperands.push_back(shiftOperand); in ReplaceMultiplyByPowerOf2()
105 (*inst)->type_id(), newResultId, newOperands)); in ReplaceMultiplyByPowerOf2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dstrength_reduction_pass.cpp98 std::vector<Operand> newOperands; in ReplaceMultiplyByPowerOf2() local
99 newOperands.push_back((*inst)->GetInOperand(1 - i)); in ReplaceMultiplyByPowerOf2()
102 newOperands.push_back(shiftOperand); in ReplaceMultiplyByPowerOf2()
105 (*inst)->type_id(), newResultId, newOperands)); in ReplaceMultiplyByPowerOf2()

1234567