Stream insertion operators
Declared in <llvm/SandboxIR/Pass.h>
Print Pass to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
Pass const& Pass);
» more...
Stream-print SandboxIR Value V to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
sandboxir::Value const& V);
» more...
Print C to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
IRChangeBase const& C);
» more...
Print Tracker to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
Tracker const& Tracker);
» more...
Print C to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
EraseFromParent const& C);
» more...
Print Rgn to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
Region const& Rgn);
» more...
Write LR to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
LegalityResult const& LR);
» more...
Write a textual representation of N to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
DGNode& N);
» more...
Write a textual representation of A to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
Action const& A);
» more...
Write Mask to OS.
raw_ostream&
operator<<(
raw_ostream& OS,
ShuffleMask const& Mask);
» more...
OS after printing Pass.OS after printing V.OS.OS.OS after printing.| Name | Description |
|---|---|
| OS | Output stream. |
| Pass | Pass to print. |
| V | Value to print. |
| C | Change to print. |
| Tracker | Tracker to print. |
| Rgn | Region to print. |
| LR | Legality result to print. |
| N | Node to print. |
| A | Action to print. |
| Mask | Shuffle mask to print. |