Searched refs:buildInNewBlock (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/EDSC/ |
D | Builders.cpp | 95 Block *mlir::edsc::buildInNewBlock(TypeRange argTypes, in buildInNewBlock() function in mlir::edsc 102 return buildInNewBlock(*block->getParent(), argTypes, builderFn); in buildInNewBlock() 105 Block *mlir::edsc::buildInNewBlock(Region ®ion, TypeRange argTypes, in buildInNewBlock() function in mlir::edsc
|
/external/llvm-project/mlir/include/mlir/EDSC/ |
D | Builders.h | 112 Block *buildInNewBlock(TypeRange argTypes, 118 Block *buildInNewBlock(Region ®ion, TypeRange argTypes,
|
/external/llvm-project/mlir/test/EDSC/ |
D | builder-api-test.cpp | 220 buildInNewBlock(TypeRange(), [&](ValueRange) { std_constant_index(0); }); in TEST_FUNC() 249 Block *b2 = buildInNewBlock({c1.getType(), c1.getType()}, in TEST_FUNC() 288 Block *b1 = buildInNewBlock(c32.getType(), [&](ValueRange) { std_ret(); }); in TEST_FUNC() 289 Block *b2 = buildInNewBlock({c64.getType(), c32.getType()}, in TEST_FUNC() 378 buildInNewBlock({}, [&](ValueRange) { std_constant_int(1, 32); }); in TEST_FUNC()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/EDSC/ |
D | Builders.cpp | 91 buildInNewBlock(op->getRegion(0), blockTypes, regionBuilder); in makeGenericLinalgOp()
|