Lines Matching refs:ISD
556 if (N->getOpcode() != ISD::CopyToReg)
796 if (ResNode == Node || Node->getOpcode() == ISD::DELETED_NODE)
1617 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N),
1666 if (ChainNode->getOpcode() == ISD::DELETED_NODE)
1695 if (FRN->getOpcode() == ISD::DELETED_NODE)
1748 User->getOpcode() == ISD::HANDLENODE) // Root of the graph.
1752 if (UserOpcode == ISD::CopyToReg ||
1753 UserOpcode == ISD::CopyFromReg ||
1754 UserOpcode == ISD::INLINEASM ||
1755 UserOpcode == ISD::EH_LABEL ||
1756 UserOpcode == ISD::LIFETIME_START ||
1757 UserOpcode == ISD::LIFETIME_END) {
1765 if (User->getOpcode() != ISD::TokenFactor) {
1869 if (N->getOpcode() != ISD::TokenFactor) {
1892 return CurDAG->getNode(ISD::TokenFactor, SDLoc(ChainNodesMatched[0]),
2010 (ISD::CondCode)MatcherTable[MatcherIndex++];
2042 if (N->getOpcode() != ISD::AND) return false;
2055 if (N->getOpcode() != ISD::OR) return false;
2151 case ISD::EntryToken: // These nodes remain the same.
2152 case ISD::BasicBlock:
2153 case ISD::Register:
2154 case ISD::RegisterMask:
2155 //case ISD::VALUETYPE:
2156 //case ISD::CONDCODE:
2157 case ISD::HANDLENODE:
2158 case ISD::MDNODE_SDNODE:
2159 case ISD::TargetConstant:
2160 case ISD::TargetConstantFP:
2161 case ISD::TargetConstantPool:
2162 case ISD::TargetFrameIndex:
2163 case ISD::TargetExternalSymbol:
2164 case ISD::TargetBlockAddress:
2165 case ISD::TargetJumpTable:
2166 case ISD::TargetGlobalTLSAddress:
2167 case ISD::TargetGlobalAddress:
2168 case ISD::TokenFactor:
2169 case ISD::CopyFromReg:
2170 case ISD::CopyToReg:
2171 case ISD::EH_LABEL:
2172 case ISD::LIFETIME_START:
2173 case ISD::LIFETIME_END:
2176 case ISD::AssertSext:
2177 case ISD::AssertZext:
2181 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch);
2182 case ISD::UNDEF: return Select_UNDEF(NodeToMatch);
2550 if (Imm->getOpcode() == ISD::Constant) {
2553 } else if (Imm->getOpcode() == ISD::ConstantFP) {
2739 } else if (NodeToMatch->getOpcode() != ISD::DELETED_NODE) {
2940 if (N->getOpcode() != ISD::INTRINSIC_W_CHAIN &&
2941 N->getOpcode() != ISD::INTRINSIC_WO_CHAIN &&
2942 N->getOpcode() != ISD::INTRINSIC_VOID) {