Lines Matching defs:Input
47 /// so, it sets Chain to the input chain of the tail call.
736 // variable. The low bit of the shift cannot be an input sign bit unless
754 // demand the input sign bit.
769 // If the input sign bit is known to be zero, or if none of the top bits
812 // present in the input.
837 // If the sign bit of the input is known set or clear, then we know the
840 // If the input sign bit is known zero, convert this into a zero extension.
845 if (KnownOne.intersects(InSignBit)) { // Input sign bit known set
848 } else { // Input sign bit unknown
955 // Simplify the input, using demanded bit information, and compute the known
966 // If the input is only used by this truncate, see if we can shrink it based
996 // shift input, then shift it.
1381 // If the LHS is a ZERO_EXTEND, perform the comparison on the input.
1492 // Okay, get the un-inverted input value.
2213 /// isMatchingInputConstraint - Return true of this is an input operand that is
2220 /// getMatchedOperand - If this is an input matching constraint, this method
2345 // If this is an output operand with a matching input operand,
2346 input. If their types mismatch, e.g. one
2350 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
2351 if (OpInfo.ConstraintVT != Input.ConstraintVT) {
2353 Input.ConstraintVT.isInteger()) ||
2355 Input.ConstraintVT.getSizeInBits())) {
2391 // If this is an output operand with a matching input operand, look up the
2392 // matching input. If their types mismatch, e.g. one is an integer, the
2396 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
2398 if (OpInfo.ConstraintVT != Input.ConstraintVT) {
2403 getRegForInlineAsmConstraint(Input.ConstraintCode,
2404 Input.ConstraintVT);
2406 Input.ConstraintVT.isInteger()) ||
2408 report_fatal_error("Unsupported asm: input constraint"
2834 // The input values are both sign-extended.