Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Input

1758   // Get all the output and input constraints together.
1780 assert(IsValid && "Failed to parse input constraint"); (void)IsValid;
1825 // If this output is tied to an input, and if the input is larger, then
1827 // same as the input type.
1831 TargetInfo::ConstraintInfo &Input = InputConstraintInfos[InputNo];
1832 if (Input.hasTiedOperand() && Input.getTiedOperand() == i)
1835 assert(InputNo != S.getNumInputs() && "Didn't find matching input!");
1895 // Simplify the input constraint.
1907 // If this input argument is tied to a larger output result, extend the
1908 // input to be the same size as the output. The LLVM backend wants to see
1909 // the input and output of a matching constraint be the same size. Note
1946 // Append the "input" part of inout constraints last.