reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/SelectionDAGNodes.h
 1258     : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
 1524       : SDNode(ISD::VECTOR_SHUFFLE, Order, dl, getSDVTList(VT)), Mask(M) {}
 1580                getSDVTList(VT)),
 1621                DebugLoc(), getSDVTList(VT)),
 1755       0, DebugLoc(), getSDVTList(VT)), FI(fi) {
 1807       0, DebugLoc(), getSDVTList(VT)), JTI(jti), TargetFlags(TF) {
 1834              DebugLoc(), getSDVTList(VT)), Offset(o), Alignment(Align),
 1843              DebugLoc(), getSDVTList(VT)), Offset(o), Alignment(Align),
 1892       : SDNode(ISD::TargetIndex, 0, DebugLoc(), getSDVTList(VT)),
 1913     : SDNode(ISD::BasicBlock, 0, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb)
 2021     : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
 2038   : SDNode(ISD::MDNODE_SDNODE, 0, DebugLoc(), getSDVTList(MVT::Other)), MD(md)
 2055     : SDNode(ISD::Register, 0, DebugLoc(), getSDVTList(VT)), Reg(reg) {}
 2072     : SDNode(ISD::RegisterMask, 0, DebugLoc(), getSDVTList(MVT::Untyped)),
 2092     : SDNode(NodeTy, 0, DebugLoc(), getSDVTList(VT)),
 2112       : SDNode(Opcode, Order, dl, getSDVTList(MVT::Other)), Label(L) {
 2133                DebugLoc(), getSDVTList(VT)),
 2152       : SDNode(ISD::MCSymbol, 0, DebugLoc(), getSDVTList(VT)), Symbol(Symbol) {}
 2168     : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
 2187     : SDNode(ISD::VALUETYPE, 0, DebugLoc(), getSDVTList(MVT::Other)),
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 8824     : SDNode(Opc, Order, DL, getSDVTList(VT)), Offset(o), TargetFlags(TF) {
 8831     : SDNode(ISD::ADDRSPACECAST, Order, dl, getSDVTList(VT)),