Home
last modified time | relevance | path

Searched refs:opOperands (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DAllocTensorElimination.cpp122 SmallVector<OpOperand *> opOperands = in eliminateAllocTensors() local
124 if (!llvm::all_of(opOperands, [&](OpOperand *operand) { in eliminateAllocTensors()
130 return !llvm::all_of(opOperands, [&](OpOperand *operand) { in eliminateAllocTensors()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h87 SmallVector<Value, 4> promoteOperands(Location loc, ValueRange opOperands,
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp413 SmallVector<OpOperand *> opOperands = getAliasingOpOperand(opResult); in findValueInReverseUseDefChain() local
414 if (opOperands.empty() || !options.isOpAllowed(value.getDefiningOp())) { in findValueInReverseUseDefChain()
419 for (OpOperand *o : opOperands) in findValueInReverseUseDefChain()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DPreCGRewrite.cpp316 std::vector<mlir::Value> opOperands(op->operand_begin(), in doDCE() local
321 for (auto opnd : opOperands) in doDCE()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.td113 SmallVector<OpOperand*> opOperands =
115 if (opOperands.empty())
118 opOperands,
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp493 ValueRange opOperands, in promoteOperands() argument
498 for (auto it : llvm::zip(opOperands, operands)) { in promoteOperands()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.td522 [](OpOperand *opOperands) {
523 return opOperands->get().getType().cast<MemRefType>();
541 [](OpOperand *opOperands) {
542 return opOperands->get().getType().cast<RankedTensorType>();