case ISD::VPID: { \
EVT LegalizeVT = LEGALPOS < 0 ?
Node->getValueType(-(1 + LEGALPOS)) \
:
Node->getOperand(LEGALPOS).getValueType(); \
if (ISD::VPID == ISD::VP_SETCC) { \
Action = TLI.getCondCodeAction(CCCode, LegalizeVT.
getSimpleVT()); \
if (Action != TargetLowering::Legal) \
break; \
} \
\
if (!
Node->getValueType(0).isVector() && \
Node->getValueType(0) != MVT::Other) { \
Action = TargetLowering::Legal; \
break; \
} \
Action = TLI.getOperationAction(
Node->getOpcode(), LegalizeVT); \
} break;
CondCode
ISD::CondCode enum - These are ordered carefully to make the bitfields below work out,...
NodeAddr< NodeBase * > Node
decltype(auto) cast(const From &Val)
cast<X> - Return the argument parameter cast to the specified type.
MVT getSimpleVT() const
Return the SimpleValueType held in the specified simple EVT.