Home
last modified time | relevance | path

Searched defs:initVal (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DAST.h114 std::unique_ptr<ExprAST> initVal; variable
118 std::unique_ptr<ExprAST> initVal) in VarDeclExprAST()
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DAST.h114 std::unique_ptr<ExprAST> initVal; variable
118 std::unique_ptr<ExprAST> initVal) in VarDeclExprAST()
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DAST.h114 std::unique_ptr<ExprAST> initVal; variable
118 std::unique_ptr<ExprAST> initVal) in VarDeclExprAST()
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DAST.h114 std::unique_ptr<ExprAST> initVal; variable
118 std::unique_ptr<ExprAST> initVal) in VarDeclExprAST()
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DAST.h114 std::unique_ptr<ExprAST> initVal; variable
118 std::unique_ptr<ExprAST> initVal) in VarDeclExprAST()
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DAST.h114 std::unique_ptr<ExprAST> initVal; variable
118 std::unique_ptr<ExprAST> initVal) in VarDeclExprAST()
/llvm-project/mlir/examples/toy/Ch7/parser/
H A DAST.cpp102 if (auto *initVal = varDecl->getInitVal()) in dump() local
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp553 fir::ExtendedValue initVal = genInitializerExprValue( defineGlobal() local
564 mlir::Value initVal = defineGlobal() local
1044 mlir::Value initVal = fir::getBase(genInitializerExprValue( defineGlobalAggregateStore() local
1056 mlir::Value initVal = builder.create<fir::ZeroOp>(loc, aggTy); defineGlobalAggregateStore() local
1358 fir::ExtendedValue initVal = finalizeCommonBlockDefinition() local
1591 recoverShapeVector(llvm::ArrayRef<std::int64_t> shapeVec,mlir::Value initVal) recoverShapeVector() argument
1715 mlir::Value initVal = global() local
[all...]
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DAST.h134 std::unique_ptr<ExprAST> initVal; variable
/llvm-project/flang/lib/Optimizer/Transforms/
H A DSimplifyIntrinsics.cpp271 genReductionLoop(fir::FirOpBuilder & builder,mlir::func::FuncOp & funcOp,fir::InitValGeneratorTy initVal,ContinueLoopGenTy loopCond,T unorderedOrInitialLoopCond,BodyOpGeneratorTy genBody,unsigned rank,mlir::Type elementType,mlir::Location loc) genReductionLoop() argument
567 genMinMaxlocReductionLoop(fir::FirOpBuilder & builder,mlir::Value array,fir::InitValGeneratorTy initVal,fir::MinlocBodyOpGeneratorTy genBody,fir::AddrGeneratorTy getAddrFn,unsigned rank,mlir::Type elementType,mlir::Location loc,mlir::Type maskElemType,mlir::Value resultArr,bool maskMayBeLogicalScalar) genMinMaxlocReductionLoop() argument
/llvm-project/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1922 for (Value initVal : initVals) { build() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1609 mlir::Value initVal{builder.create<fir::ZeroOp>(loc, boxEleTy)}; createNullBoxProc() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1636 auto initVal = getInitialValue(); getConstantInitValue() local