Home
last modified time | relevance | path

Searched refs:insertArgument (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DRegion.h105 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 DBlock.h96 BlockArgument insertArgument(args_iterator it, Type type, Location loc);
104 BlockArgument insertArgument(unsigned index, Type type, Location loc);
H A DFunctionInterfaces.td293 void insertArgument(unsigned argIndex, Type argType, DictionaryAttr argAttrs,
/llvm-project-15.0.7/mlir/lib/IR/
H A DBlock.cpp160 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 DFunctionInterfaces.cpp157 entry.insertArgument(argIndices[i] + i, argTypes[i], argLocs[i]); in insertFunctionArguments()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp574 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 DBoxedProcedure.cpp208 block.insertArgument(i, e.value(), func.getLoc()); in runOnOperation()
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp214 mlir::Value newArg = func.front().insertArgument(zero, argTy, loc); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp366 BlockArgument newMemRef = funcOp.front().insertArgument( in normalizeFuncOpMemRefs()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DSplitReduction.cpp396 genericOp.region().front().insertArgument(reductionDimPos, in splitReductionByScaling()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp811 return getBody().insertArgument( in addWorkgroupAttribution()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1520 continueBlock->insertArgument(unsigned(0), srcDesc.getIndexType(), loc); in fillInStridesForCollapsedMemDescriptor()