Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Output

1681              "Must pass output names to constraints with a symbolic name");
1810 // Get all the output and input constraints together.
1820 assert(IsValid && "Failed to parse output constraint");
1853 // Simplify the output constraint.
1869 // If this is a register output, then make the inline asm return it
1878 // If this output is tied to an input, and if the input is larger, then
1971 // If this input argument is tied to a larger output result, extend the
1972 // input to be the same size as the output. The LLVM backend wants to see
1973 // the input and output of a matching constraint be the same size. Note
1977 unsigned Output = Info.getTiedOperand();
1978 QualType OutputType = S.getOutputExpr(Output)->getType();
1992 assert(OutputTy->isFloatingPointTy() && "Unexpected output type");