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 in addDagOperandMapping()
212 // Set the entry in OperandMap for the tied operand we're skipping. in addDagOperandMapping()
271 // Source instructions are non compressed instructions and don't have tied in verifyDagOpCount()
283 // The Instruction might have tied operands so the Dag might have in verifyDagOpCount()
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. in createDagOperandMapping()
333 "' has a mismatched tied operand!\n"); in createDagOperandMapping()
372 << " Dest operand tied with operand '" in createInstOperandMapping()
724 PrintFatalError("Unexpected tied operand types!\n"); in emitCompressInstEmitter()
765 // Don't check register class if this is a tied operand, it was done in emitCompressInstEmitter()
766 // for the operand its tied to. in emitCompressInstEmitter()