Searched refs:MutableOperandRange (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | OperationSupport.cpp | 418 MutableOperandRange::MutableOperandRange( in MutableOperandRange() function in MutableOperandRange 425 MutableOperandRange::MutableOperandRange(Operation *owner) in MutableOperandRange() function in MutableOperandRange 426 : MutableOperandRange(owner, /*start=*/0, owner->getNumOperands()) {} in MutableOperandRange() 429 MutableOperandRange 430 MutableOperandRange::slice(unsigned subStart, unsigned subLen, in slice() 433 MutableOperandRange subSlice(owner, start + subStart, subLen, in slice() 441 void MutableOperandRange::append(ValueRange values) { in append() 449 void MutableOperandRange::assign(ValueRange values) { in assign() 456 void MutableOperandRange::assign(Value value) { in assign() 466 void MutableOperandRange::erase(unsigned subStart, unsigned subLen) { in erase() [all …]
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | OperationSupport.h | 704 class MutableOperandRange { 714 MutableOperandRange(Operation *owner, unsigned start, unsigned length, 716 MutableOperandRange(Operation *owner); 719 MutableOperandRange slice(unsigned subStart, unsigned subLen,
|
/external/llvm-project/mlir/unittests/IR/ |
D | OperationSupportTest.cpp | 128 MutableOperandRange mutableOperands(user); in TEST()
|
/external/llvm-project/mlir/test/mlir-tblgen/ |
D | op-decl.td | 75 // CHECK: ::mlir::MutableOperandRange aMutable(); 76 // CHECK: ::mlir::MutableOperandRange bMutable(); 154 // CHECK: ::mlir::MutableOperandRange aMutable();
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIROps.cpp | 1002 static mlir::MutableOperandRange 1003 getMutableSuccessorOperands(unsigned pos, mlir::MutableOperandRange operands, in getMutableSuccessorOperands() 1010 mlir::MutableOperandRange::OperandSegment(pos, targetOffsetAttr)); in getMutableSuccessorOperands() 1026 llvm::Optional<mlir::MutableOperandRange> 1065 llvm::Optional<mlir::MutableOperandRange> 1256 llvm::Optional<mlir::MutableOperandRange> 1290 llvm::Optional<mlir::MutableOperandRange>
|
/external/llvm-project/mlir/include/mlir/Interfaces/ |
D | ControlFlowInterfaces.td | 37 "Optional<MutableOperandRange>", "getMutableSuccessorOperands",
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | RegionUtils.cpp | 281 Optional<MutableOperandRange> succOperands = in eraseTerminatorSuccessorOperands()
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMDialect.cpp | 176 Optional<MutableOperandRange> 186 Optional<MutableOperandRange> 310 Optional<MutableOperandRange>
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestDialect.cpp | 281 Optional<MutableOperandRange>
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVOps.cpp | 1172 Optional<MutableOperandRange> 1182 Optional<MutableOperandRange>
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 671 Optional<MutableOperandRange> 1084 Optional<MutableOperandRange>
|