Home
last modified time | relevance | path

Searched refs:buildLoopNest (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/SCF/
DSCF.h78 LoopNest buildLoopNest(
88 LoopNest buildLoopNest(OpBuilder &builder, Location loc, ValueRange lbs,
/external/llvm-project/mlir/lib/Dialect/SCF/EDSC/
DBuilders.cpp23 return mlir::scf::buildLoopNest( in loopNestBuilder()
51 return mlir::scf::buildLoopNest( in loopNestBuilder()
71 return mlir::scf::buildLoopNest( in loopNestBuilder()
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp308 LoopNest mlir::scf::buildLoopNest( in buildLoopNest() function in mlir::scf
381 LoopNest mlir::scf::buildLoopNest( in buildLoopNest() function in mlir::scf
386 return buildLoopNest(builder, loc, lbs, ubs, steps, llvm::None, in buildLoopNest()