Lines Matching refs:Other
128 // Other instructions...
552 if (N->getOperand(i).getValueType() == MVT::Other)
818 /// do other setup for EH landing-pad blocks.
916 // Other instructions...
1515 if (Use->getOperand(i).getValueType() == MVT::Other && IgnoreChains)
1616 EVT VTs[] = { MVT::Other, MVT::Glue };
1677 assert(ChainVal.getValueType() == MVT::Other && "Not a chain?");
1739 // Make sure the use is of the chain, not some other value we produce.
1740 if (UI.getUse().getValueType() != MVT::Other) continue;
1875 assert(InChain.getValueType() == MVT::Other && "Not a chain");
1893 MVT::Other, &InputChains[0], InputChains.size());
1912 Node->getValueType(NTMNumResults-2) == MVT::Other)
1914 } else if (Node->getValueType(NTMNumResults-1) == MVT::Other)
2575 // FIXME: What if other value results of the node have uses not matched
2612 // FIXME: What if other value results of the node have uses not matched
2675 VTs.push_back(MVT::Other);
2734 if (VTs[i] == MVT::Other || VTs[i] == MVT::Glue) break;
2851 NodeToMatch->getValueType(i) != MVT::Other &&
2946 bool HasInputChain = N->getOperand(0).getValueType() == MVT::Other;