Home
last modified time | relevance | path

Searched defs:initArgs (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DForToWhile.cpp50 SmallVector<Value> initArgs; in matchAndRewrite() local
H A DBufferizableOpInterfaceImpl.cpp736 SmallVector<Value> initArgs = *maybeInitArgs; bufferize() local
953 SmallVector<Value> initArgs = *maybeInitArgs; bufferize() local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1926 build(OpBuilder & builder,OperationState & result,Value tensor,ValueRange initArgs,AffineMapAttr order,function_ref<void (OpBuilder &,Location,ValueRange,Value,ValueRange)> bodyBuilder) build() argument
2139 SmallVector<OpAsmParser::UnresolvedOperand> initArgs; parseSparseSpaceLoop() local
2304 build(OpBuilder & builder,OperationState & odsState,Value iterSpace,ValueRange initArgs) build() argument
2312 build(OpBuilder & builder,OperationState & odsState,Value iterSpace,ValueRange initArgs,LevelSet crdUsedLvls) build() argument
2435 auto initArgs = getInitArgs(); verifyRegions() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp827 SmallVector<Value> initArgs = forOp.getInitArgs(); in padThroughLoopIterArg() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp921 initArgs.push_back("results=results"); in emitDefaultOpBuilder() local
[all...]
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp363 auto initArgs = getInitArgs(); in verifyRegions() local