Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Output

1313              "Must pass output names to constraints with a symbolic name");
1440 // Get all the output and input constraints together.
1448 assert(IsValid && "Failed to parse output constraint");
1478 // Simplify the output constraint.
1492 // If this is a register output, then make the inline asm return it
1501 // If this output is tied to an input, and if the input is larger, then
1577 // If this input argument is tied to a larger output result, extend the
1578 // input to be the same size as the output. The LLVM backend wants to see
1579 // the input and output of a matching constraint be the same size. Note
1583 unsigned Output = Info.getTiedOperand();
1584 QualType OutputType = S.getOutputExpr(Output)->getType();
1598 assert(OutputTy->isFloatingPointTy() && "Unexpected output type");