Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Input

1484   // Get all the output and input constraints together.
1506 assert(IsValid && "Failed to parse input constraint"); (void)IsValid;
1551 // If this output is tied to an input, and if the input is larger, then
1553 // same as the input type.
1557 TargetInfo::ConstraintInfo &Input = InputConstraintInfos[InputNo];
1558 if (Input.hasTiedOperand() && Input.getTiedOperand() == i)
1561 assert(InputNo != S.getNumInputs() && "Didn't find matching input!");
1620 // Simplify the input constraint.
1632 // If this input argument is tied to a larger output result, extend the
1633 // input to be the same size as the output. The LLVM backend wants to see
1634 // the input and output of a matching constraint be the same size. Note
1671 // Append the "input" part of inout constraints last.