Lines Matching refs:Other
713 // recursive merging of other unrelated nodes down the line.
873 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)),
1227 AddNodeIDNode(ID, ISD::BasicBlock, getVTList(MVT::Other), 0, 0);
1444 AddNodeIDNode(ID, ISD::EH_LABEL, getVTList(MVT::Other), &Ops[0], 1);
1484 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), 0, 0);
1500 AddNodeIDNode(ID, ISD::MDNODE_SDNODE, getVTList(MVT::Other), 0, 0);
2046 // then return to the caller that the low bit is unknown but that other bits
2123 /// register is replicated into the other bits. We know that at least 1 bit
2124 /// is always equal to the sign bit (itself), but other cases can give us
2126 /// the top 3 bits are all equal to each other, so we return 3.
2804 assert(VT == MVT::Other && N1.getValueType() == MVT::Other &&
2805 N2.getValueType() == MVT::Other && "Invalid token factor!");
3398 return getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other,
3516 // it's the inferred alignment of the source. 'DstAlign', on the other hand,
3525 if (VT == MVT::Other) {
3685 // FIXME: Handle other cases where store of vector immediate is done in
3718 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
3784 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
3799 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
3883 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
4119 SDVTList VTs = getVTList(VT, MVT::Other);
4191 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) :
4192 getVTList(VT, MVT::Other);
4250 SDVTList VTs = getVTList(VT, MVT::Other);
4395 assert(Chain.getValueType() == MVT::Other &&
4447 getVTList(VT, Ptr.getValueType(), MVT::Other) : getVTList(VT, MVT::Other);
4509 assert(Chain.getValueType() == MVT::Other &&
4534 assert(Chain.getValueType() == MVT::Other &&
4537 SDVTList VTs = getVTList(MVT::Other);
4563 assert(Chain.getValueType() == MVT::Other &&
4590 assert(Chain.getValueType() == MVT::Other &&
4605 SDVTList VTs = getVTList(MVT::Other);
4632 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other);
4657 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops, 4);
5166 /// probability having other instructions associated with that line.
5544 // happens the uses are usually next to each other in the list.
5592 // happens the uses are usually next to each other in the list.
5631 // happens the uses are usually next to each other in the list.
5652 /// uses of other values produced by From.getNode() alone. The Deleted
5674 // happens the uses are usually next to each other in the list.
5728 /// uses of other values produced by From.getNode() alone. The same value
5768 // are next to each other in the list.
5977 /// indicated value. This method ignores uses of other values defined by this
5997 /// value. This method ignores uses of other values defined by this operation.