Lines Matching defs:preAlloc
708 mlir::Value preAlloc,
711 if (preAlloc)
712 return preAlloc;
1937 /// pre-computed and provided in \p preAlloc. A dummy argument for the current
1943 mlir::Value preAlloc) {
1970 mlir::Value boxAlloc = preAlloc;
1977 boxAlloc = createNewLocal(converter, loc, var, preAlloc);
1995 mlir::Value boxAlloc = preAlloc;
2003 boxAlloc = createNewLocal(converter, loc, var, preAlloc);
2242 mlir::Value addr = preAlloc;
2254 assert(!preAlloc && "dummy cannot be pre-allocated");
2299 recoverShapeVector(ba.staticShape(), preAlloc))
2304 recoverShapeVector(ba.staticShape(), preAlloc))) {
2350 addr = createNewLocal(converter, loc, var, preAlloc, extents, typeParams);
2485 mlir::Value preAlloc) {
2487 preAlloc);