Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Other

301 /// cast, but it could be generalized for targets with other types of
366 // Other users may use these bits.
420 // If all of the demanded bits are known one on one side, return the other.
451 // If all of the demanded bits are known zero on one side, return the other.
458 // the other side, just use the 'other' side.
485 // If all of the demanded bits are known zero on one side, return the other.
495 // If all of the unknown bits are known to be zero on one side or the other
509 // bits on that side are also known to be set on the other side, turn this
957 // place. We expect the SHL to be eliminated by other optimizations.
1057 // Fall back to ComputeMaskedBits to catch other known cases.
1653 // If X op Y == Y op X, try other combinations.
1709 // instruction and X+Z has other uses. It could be an induction variable
2025 // if no other is found which explicitly has the requested type.
2083 OpInfo.ConstraintVT = MVT::Other;
2173 // is an integer, the other is floating point, or their sizes are
2219 // other is floating point, or their sizes are different, flag it as an
2340 /// Other -> immediates and magic values
2347 /// memory that use of the register could cause selection of *other*
2351 /// 1) If there is an 'other' constraint, and if the operand is valid for
2370 // If this is an 'other' constraint, see if the operand is valid for it.
2376 "Unhandled multi-letter 'other' constraint");