Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferUtils.cpp120 Attribute initialValue = globalOp.getInitialValue().value(); getGlobalFor() local
/llvm-project/mlir/lib/Conversion/MemRefToEmitC/
H A DMemRefToEmitC.cpp89 Attribute initialValue = operands.getInitialValueAttr(); in matchAndRewrite() local
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp49 int initialValue = 5; in TEST_F() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp998 printEmitCGlobalOpTypeAndInitialValue(OpAsmPrinter & p,GlobalOp op,TypeAttr type,Attribute initialValue) printEmitCGlobalOpTypeAndInitialValue() argument
1014 parseEmitCGlobalOpTypeAndInitialValue(OpAsmParser & parser,TypeAttr & typeAttr,Attribute & initialValue) parseEmitCGlobalOpTypeAndInitialValue() argument
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaFolders.cpp153 auto initialValue = *std::begin(data); in transposeType() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp24 mlir::Value initialValue, in Counter()
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp777 Value initialValue = rewriter.create<arith::ConstantOp>(loc, initialAttr); matchAndRewrite() local
838 Value initialValue = rewriter.create<arith::ConstantOp>(loc, initialAttr); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp820 genericRewriteStep(PatternRewriter & rewriter,Location loc,Value initialValue,Value runningResult,const BitCastRewriter::Metadata & metadata) genericRewriteStep() argument
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp502 Attribute initialValue = nullptr; matchAndRewrite() local
/llvm-project/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp1430 std::optional<Attribute> initialValue = op.getInitialValue(); emitGlobalVariable() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1556 printGlobalMemrefOpTypeAndInitialValue(OpAsmPrinter & p,GlobalOp op,TypeAttr type,Attribute initialValue) printGlobalMemrefOpTypeAndInitialValue() argument
1569 parseGlobalMemrefOpTypeAndInitialValue(OpAsmParser & parser,TypeAttr & typeAttr,Attribute & initialValue) parseGlobalMemrefOpTypeAndInitialValue() argument
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp406 mlir::Value initialValue = builder.create<fir::UndefOp>(loc, scalarType); genDefaultInitializerValue() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp535 Value initialValue(0); ExtractDataMemberLocation() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp1134 reduceIfNeeded(OpBuilder & b,LinalgOp linalgOp,Operation * op,Value reduceValue,Value initialValue,const IRMapping & bvm) reduceIfNeeded() argument
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2930 findLiveUserOfReplaced(Value initialValue,ConversionPatternRewriterImpl & rewriterImpl,const DenseMap<Value,SmallVector<Value>> & inverseMapping) findLiveUserOfReplaced() argument