Searched refs:BoxValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/include/flang/Lower/Support/ |
D | BoxValue.h | 23 class BoxValue; variable 29 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const BoxValue &); 164 class BoxValue : public AbstractBox, public AbstractArrayBox { 166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function 167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function 169 BoxValue(mlir::Value addr, llvm::ArrayRef<mlir::Value> extents, 172 BoxValue(mlir::Value addr, mlir::Value len, 179 BoxValue clone(mlir::Value newBase) const { in clone() 188 friend llvm::raw_ostream &operator<<(llvm::raw_ostream &, const BoxValue &); 233 BoxValue, ProcBoxValue>
|
/external/llvm-project/flang/lib/Lower/ |
D | ConvertExpr.cpp | 61 const fir::BoxValue &box) { in operator <<()
|
D | SymbolMap.h | 59 using Derived = fir::BoxValue;
|