Searched refs:explicitParams (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | BoxValue.h | 270 llvm::ArrayRef<mlir::Value> explicitParams, 273 explicitParams{explicitParams.begin(), explicitParams.end()} { 281 return {newBox, lbounds, explicitParams, extents}; in clone() 299 return explicitParams; in getExplicitParameters() 308 llvm::SmallVector<mlir::Value, 2> explicitParams; variable
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | BoxValue.cpp | 131 if (!box.explicitParams.empty()) { in operator <<() 133 llvm::interleaveComma(box.explicitParams, os); in operator <<() 218 if (isCharacter() && explicitParams.size() > 1) in verify()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | SymbolMap.h | 280 llvm::ArrayRef<mlir::Value> explicitParams, 284 SymbolBox::Box(irBox, lbounds, explicitParams, explicitExtents),
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertVariable.cpp | 1305 llvm::SmallVector<mlir::Value> explicitParams; in mapSymbolAttributes() local 1311 explicitParams.push_back(len); in mapSymbolAttributes() 1316 symMap.addBoxSymbol(sym, dummyArg, lbounds, explicitParams, in mapSymbolAttributes()
|