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

Declarations

include/llvm/CodeGen/SelectionDAG.h
 1223   SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT,

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 1792   CurDAG->SelectNodeTo(N, AArch64::SBFMXri, VT, Ops);
 1861   CurDAG->SelectNodeTo(N, Opc, VT, Ops);
 2277   CurDAG->SelectNodeTo(N, Opc, VT, Ops);
 2388     CurDAG->SelectNodeTo(N, Opc, VT, Ops);
 2434     CurDAG->SelectNodeTo(N, Opc, VT, Ops);
 2486   CurDAG->SelectNodeTo(N, Opc, VT, Ops);
 2591   CurDAG->SelectNodeTo(N, Opc, VT, Ops);
 2967     CurDAG->SelectNodeTo(Node, AArch64::ADDXri, MVT::i64, Ops);
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
 2122     CurDAG->SelectNodeTo(N,
lib/Target/ARM/ARMISelDAGToDAG.cpp
 2674             CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops);
 2685           CurDAG->SelectNodeTo(N, ARM::MOVsi, MVT::i32, Ops);
 2694         CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops);
 2719       CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops);
 2741       CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops);
 2762     CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops);
 3050       CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops);
 3079           CurDAG->SelectNodeTo(N, ARM::t2ADDrs, MVT::i32, Ops);
 3084           CurDAG->SelectNodeTo(N, ARM::ADDrsi, MVT::i32, Ops);
 3098           CurDAG->SelectNodeTo(N, ARM::t2RSBrs, MVT::i32, Ops);
 3103           CurDAG->SelectNodeTo(N, ARM::RSBrsi, MVT::i32, Ops);
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 4027         CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4041         CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4050         CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4084         CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4153     CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4579       CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4590       CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4630       CurDAG->SelectNodeTo(N, PPC::RLDICL, MVT::i64, Ops);
 4642       CurDAG->SelectNodeTo(N, PPC::RLDICR, MVT::i64, Ops);
 4715         CurDAG->SelectNodeTo(N, PPC::ORIS8, MVT::i64, Ops1);
 4738         CurDAG->SelectNodeTo(N, PPC::XORIS8, MVT::i64, Ops1);
 4762       CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4776       CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops);
 4931     CurDAG->SelectNodeTo(N, SelectCCOp, N->getValueType(0), Ops);
 4962           SDNode *NewN = CurDAG->SelectNodeTo(N, PPC::LXVDSX,
 4981       CurDAG->SelectNodeTo(N, PPC::XXPERMDI, N->getValueType(0), Ops);
 4990     CurDAG->SelectNodeTo(N, N->getOpcode() == PPCISD::BDNZ
 5010     CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops);
 5053     CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops);