Lines Matching refs:fir
13 mlir::Value fir::getBase(const fir::ExtendedValue &ex) { in getBase()
15 [](const fir::UnboxedValue &x) { return x; }, in getBase()
21 llvm::raw_ostream &fir::operator<<(llvm::raw_ostream &os, in operator <<()
22 const fir::CharBoxValue &box) { in operator <<()
28 llvm::raw_ostream &fir::operator<<(llvm::raw_ostream &os, in operator <<()
29 const fir::ArrayBoxValue &box) { in operator <<()
44 llvm::raw_ostream &fir::operator<<(llvm::raw_ostream &os, in operator <<()
45 const fir::CharArrayBoxValue &box) { in operator <<()
60 llvm::raw_ostream &fir::operator<<(llvm::raw_ostream &os, in operator <<()
61 const fir::BoxValue &box) { in operator <<()
84 llvm::raw_ostream &fir::operator<<(llvm::raw_ostream &os, in operator <<()
85 const fir::ProcBoxValue &box) { in operator <<()
91 llvm::raw_ostream &fir::operator<<(llvm::raw_ostream &os, in operator <<()
92 const fir::ExtendedValue &ex) { in operator <<()