Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Input

47 /// so, it sets Chain to the input chain of the tail call.
759 // variable. The low bit of the shift cannot be an input sign bit unless
782 // demand the input sign bit.
797 // If the input sign bit is known to be zero, or if none of the top bits
833 // However if the input is already sign extended we expect the sign
851 // present in the input.
876 // If the sign bit of the input is known set or clear, then we know the
879 // If the input sign bit is known zero, convert this into a zero extension.
884 if (KnownOne.intersects(InSignBit)) { // Input sign bit known set
887 } else { // Input sign bit unknown
994 // Simplify the input, using demanded bit information, and compute the known
1005 // If the input is only used by this truncate, see if we can shrink it based
1035 // shift input, then shift it.
1451 // If the LHS is a ZERO_EXTEND, perform the comparison on the input.
1563 // Okay, get the un-inverted input value.
2299 /// isMatchingInputConstraint - Return true of this is an input operand that is
2306 /// getMatchedOperand - If this is an input matching constraint, this method
2429 // If this is an output operand with a matching input operand,
2430 // look up the matching input. If their types mismatch, e.g. one
2434 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
2435 if (OpInfo.ConstraintVT != Input.ConstraintVT) {
2437 Input.ConstraintVT.isInteger()) ||
2439 Input.ConstraintVT.getSizeInBits())) {
2475 // If this is an output operand with a matching input operand, look up the
2476 // matching input. If their types mismatch, e.g. one is an integer, the
2480 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
2482 if (OpInfo.ConstraintVT != Input.ConstraintVT) {
2487 getRegForInlineAsmConstraint(TRI, Input.ConstraintCode,
2488 Input.ConstraintVT);
2490 Input.ConstraintVT.isInteger()) ||
2492 report_fatal_error("Unsupported asm: input constraint"
2940 // The input values are both sign-extended.