Searched refs:insertArgument (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/include/mlir/IR/ |
D | Region.h | 95 BlockArgument insertArgument(args_iterator it, Type type) { in insertArgument() function 96 return front().insertArgument(it, type); in insertArgument() 103 BlockArgument insertArgument(unsigned index, Type type) { in insertArgument() function 104 return front().insertArgument(index, type); in insertArgument()
|
D | Block.h | 95 BlockArgument insertArgument(args_iterator it, Type type); 101 BlockArgument insertArgument(unsigned index, Type type);
|
/external/llvm-project/mlir/lib/IR/ |
D | Block.cpp | 167 BlockArgument Block::insertArgument(unsigned index, Type type) { in insertArgument() function in Block 198 BlockArgument Block::insertArgument(args_iterator it, Type type) { in insertArgument() function in Block
|
/external/llvm-project/mlir/lib/Transforms/ |
D | NormalizeMemRefs.cpp | 364 funcOp.front().insertArgument(argIndex, newMemRefType); in normalizeFuncOpMemRefs()
|
/external/llvm-project/mlir/lib/Dialect/GPU/IR/ |
D | GPUDialect.cpp | 528 return getBody().insertArgument(getType().getNumInputs() + attr.getInt(), in addWorkgroupAttribution()
|