Home
last modified time | relevance | path

Searched refs:ProcBoxValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h35 class ProcBoxValue; variable
40 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const ProcBoxValue &);
170 class ProcBoxValue : public AbstractBox {
172 ProcBoxValue(mlir::Value addr, mlir::Value context) in ProcBoxValue() function
175 ProcBoxValue clone(mlir::Value newBase) const { in clone()
182 const ProcBoxValue &);
456 ProcBoxValue, BoxValue, MutableBoxValue>;
491 [](const fir::ProcBoxValue &box) -> unsigned { return 0; }, in rank()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DBoxValue.cpp118 const fir::ProcBoxValue &box) { in operator <<()
H A DMutableBox.cpp528 [&](const fir::ProcBoxValue &) { in associateMutableBox() argument
625 [&](const fir::ProcBoxValue &) { in associateMutableBoxWithRemap() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1104 [&](const fir::ProcBoxValue &toBox) { in genval()