Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Output

1602              "Must pass output names to constraints with a symbolic name");
1742 // Get all the output and input constraints together.
1752 assert(IsValid && "Failed to parse output constraint");
1792 // Simplify the output constraint.
1808 // If this is a register output, then make the inline asm return it
1817 // If this output is tied to an input, and if the input is larger, then
1914 // If this input argument is tied to a larger output result, extend the
1915 // input to be the same size as the output. The LLVM backend wants to see
1916 // the input and output of a matching constraint be the same size. Note
1920 unsigned Output = Info.getTiedOperand();
1921 QualType OutputType = S.getOutputExpr(Output)->getType();
1935 assert(OutputTy->isFloatingPointTy() && "Unexpected output type");