STLPort: A port of the original STL to many platforms. Derived from the SGI implementation.
Memo
llvm/lib/Target/ISDOpcodes.h.
The target-independent operators for a SelectionDAG are defined here.
llvm/include/llvm/CodeGen/SelectionDAGNodes.h.
SDNode class and derived classes are defined here.
TokenFactor Node
This node takes multiple tokens as input and produces a single token result.
This is used to represent the fact that the operand operators are independent
of each other.