Searched defs:newBase (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | BoxValue.h | 86 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 D | COO.h | 117 const uint64_t *const newBase = coordinates.data(); in add() local
|
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.cpp | 114 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 D | ConvertVariable.cpp | 1700 auto newBase = builder.create<hlfir::DeclareOp>( global() local 1732 auto newBase = builder.create<hlfir::DeclareOp>( global() local
|
H A D | ConvertExpr.cpp | 261 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...] |