Searched refs:insertArgument (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Region.h | 105 BlockArgument insertArgument(args_iterator it, Type type, Location loc) { in insertArgument() function 106 return front().insertArgument(it, type, loc); in insertArgument() 116 BlockArgument insertArgument(unsigned index, Type type, Location loc) { in insertArgument() function 117 return front().insertArgument(index, type, loc); in insertArgument()
|
| H A D | Block.h | 96 BlockArgument insertArgument(args_iterator it, Type type, Location loc); 104 BlockArgument insertArgument(unsigned index, Type type, Location loc);
|
| H A D | FunctionInterfaces.td | 293 void insertArgument(unsigned argIndex, Type argType, DictionaryAttr argAttrs,
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Block.cpp | 160 BlockArgument Block::insertArgument(unsigned index, Type type, Location loc) { in insertArgument() function in Block 175 BlockArgument Block::insertArgument(args_iterator it, Type type, Location loc) { in insertArgument() function in Block 178 return insertArgument(it->getArgNumber(), type, loc); in insertArgument()
|
| H A D | FunctionInterfaces.cpp | 157 entry.insertArgument(argIndices[i] + i, argTypes[i], argLocs[i]); in insertFunctionArguments()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | TargetRewrite.cpp | 574 auto newArg = func.front().insertArgument(fixup.index, in convertSignature() 587 auto newArg = func.front().insertArgument(fixup.index, in convertSignature() 607 auto newArg = func.front().insertArgument(fixup.index, in convertSignature() 622 auto newArg = func.front().insertArgument(fixup.index, in convertSignature() 655 auto newArg = func.front().insertArgument(fixup.index, in convertSignature() 679 auto newBufArg = func.front().insertArgument( in convertSignature() 695 auto newProcPointerArg = func.front().insertArgument( in convertSignature()
|
| H A D | BoxedProcedure.cpp | 208 block.insertArgument(i, e.value(), func.getLoc()); in runOnOperation()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | AbstractResult.cpp | 214 mlir::Value newArg = func.front().insertArgument(zero, argTy, loc); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/ |
| H A D | NormalizeMemRefs.cpp | 366 BlockArgument newMemRef = funcOp.front().insertArgument( in normalizeFuncOpMemRefs()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | SplitReduction.cpp | 396 genericOp.region().front().insertArgument(reductionDimPos, in splitReductionByScaling()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/ |
| H A D | GPUDialect.cpp | 811 return getBody().insertArgument( in addWorkgroupAttribution()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 1520 continueBlock->insertArgument(unsigned(0), srcDesc.getIndexType(), loc); in fillInStridesForCollapsedMemDescriptor()
|