Searched defs:initArgs (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | ForToWhile.cpp | 50 SmallVector<Value> initArgs; in matchAndRewrite() local
|
H A D | BufferizableOpInterfaceImpl.cpp | 736 SmallVector<Value> initArgs = *maybeInitArgs; bufferize() local 953 SmallVector<Value> initArgs = *maybeInitArgs; bufferize() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 1926 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 D | HoistPadding.cpp | 827 SmallVector<Value> initArgs = forOp.getInitArgs(); in padThroughLoopIterArg() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpPythonBindingGen.cpp | 921 initArgs.push_back("results=results"); in emitDefaultOpBuilder() local [all...] |
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 363 auto initArgs = getInitArgs(); in verifyRegions() local
|