Lines Matching refs:SelectNodeTo
2512 CurDAG->SelectNodeTo(N, TargetOpcode::IMPLICIT_DEF, N->getValueType(0)); in Select_UNDEF()
2518 CurDAG->SelectNodeTo(N, TargetOpcode::FAKE_USE, N->getValueType(0), in Select_FAKE_USE()
2526 CurDAG->SelectNodeTo(N, TargetOpcode::COPY, N->getValueType(0), in Select_FREEZE()
2531 CurDAG->SelectNodeTo(N, TargetOpcode::ARITH_FENCE, N->getValueType(0), in Select_ARITH_FENCE()
2536 CurDAG->SelectNodeTo(N, TargetOpcode::MEMBARRIER, N->getValueType(0), in Select_MEMBARRIER()
2541 CurDAG->SelectNodeTo(N, TargetOpcode::CONVERGENCECTRL_ANCHOR, in Select_CONVERGENCECTRL_ANCHOR()
2546 CurDAG->SelectNodeTo(N, TargetOpcode::CONVERGENCECTRL_ENTRY, in Select_CONVERGENCECTRL_ENTRY()
2551 CurDAG->SelectNodeTo(N, TargetOpcode::CONVERGENCECTRL_LOOP, in Select_CONVERGENCECTRL_LOOP()
2600 CurDAG->SelectNodeTo(N, TargetOpcode::STACKMAP, NodeTys, Ops); in Select_STACKMAP()
2651 CurDAG->SelectNodeTo(N, TargetOpcode::PATCHPOINT, NodeTys, Ops); in Select_PATCHPOINT()
2684 CurDAG->SelectNodeTo(N, TargetOpcode::JUMP_TABLE_DEBUG_INFO, MVT::Glue, in Select_JUMP_TABLE_DEBUG_INFO()