Home
last modified time | relevance | path

Searched defs:initialValue (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferUtils.cpp164 Attribute initialValue = globalOp.getInitialValue().value(); in getGlobalFor() local
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp49 int initialValue = 5; in TEST_F() local
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp725 Value initialValue = rewriter.create<arith::ConstantOp>(loc, initialAttr); in matchAndRewrite() local
787 Value initialValue = rewriter.create<arith::ConstantOp>(loc, initialAttr); in matchAndRewrite() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1391 Value initialValue(0); in ParseInheritance() local
2448 Value initialValue(0); in MemberAttributes() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1254 Attribute initialValue) { in printGlobalMemrefOpTypeAndInitialValue()
1267 Attribute &initialValue) { in parseGlobalMemrefOpTypeAndInitialValue()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp306 Value reduceValue, Value initialValue, in reduceIfNeeded()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp277 mlir::Value initialValue = builder.create<fir::UndefOp>(loc, scalarType); in genDefaultInitializerValue() local
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp612 Attribute initialValue = nullptr; in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2856 Value initialValue, ConversionPatternRewriterImpl &rewriterImpl, in findLiveUserOfReplaced()