Home | History | Annotate | Download | only in CodeGen

Lines Matching full:operand

12 // Operand counts: All explicit operands must be present.
351 *OS << "- operand " << MONum << ": ";
606 // Don't check if it's the last operand in a variadic instruction. See,
611 report("Explicit operand marked as def", MO, MONum);
613 report("Explicit operand marked as implicit", MO, MONum);
618 report("Extra explicit operand on non-variadic instruction", MO, MONum);
795 report("PHI operand is not in the CFG", MO, MONum);
940 report("PHI operand is not live-out from predecessor",
948 report("Missing PHI operand", BBI);