Lines Matching full:tied
34 // /// Duplicate match when tied operand is just different.
97 // Tied operand index within the instruction.
206 // than number of operands in the Dag due to how tied operands
212 // Set the entry in OperandMap for the tied operand we're skipping.
271 // Source instructions are non compressed instructions and don't have tied
283 // The Instruction might have tied operands so the Dag might have
304 // mapping $rs1 --> 0, $rs2 ---> 1. If the operand appears twice in the (tied)
327 // Operand sharing the same name in the Dag should be mapped as tied.
333 "' has a mismatched tied operand!\n");
372 << " Dest operand tied with operand '"
724 PrintFatalError("Unexpected tied operand types!\n");
765 // Don't check register class if this is a tied operand, it was done
766 // for the operand its tied to.