Home
last modified time | relevance | path

Searched defs:newBase (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h86 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
107 PolymorphicValue clone(mlir::Value newBase) const { in clone() argument
161 return {newBase, extents, lbounds}; in clone() argument
178 return {newBase, len, extents, lbounds}; in clone() argument
182 return {newBase, le argument
198 clone(mlir::Value newBase) clone() argument
[all...]
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DCOO.h117 const uint64_t *const newBase = coordinates.data(); in add() local
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp114 if (auto *newBase = parentRecord->getValue(valueName)) { getBaseValue() local
124 while (const llvm::RecordVal *newBase = findValueInSupers(record)) getBaseValue() local
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp1700 auto newBase = builder.create<hlfir::DeclareOp>( global() local
1732 auto newBase = builder.create<hlfir::DeclareOp>( global() local
H A DConvertExpr.cpp261 arrayLoadExtValue(fir::FirOpBuilder & builder,mlir::Location loc,fir::ArrayLoadOp load,llvm::ArrayRef<mlir::Value> path,mlir::Value newBase,mlir::Value newLen={}) arrayLoadExtValue() argument
1261 mlir::Value newBase = genval() local
5098 auto newBase = genarr() local
6890 mlir::Value newBase = access; applyPathToArrayLoad() local
[all...]