Lines Matching full:tied

395     /// The operand name this is, before renaming for tied operands.
450 /// Description of tied operands.
581 // operand as a tied operand of the first for purposes of the assembler.
866 // Figure out which operands are aliased and mark them as tied. in formTwoOperandAlias()
1118 << "ignoring instruction with tied operand '" << Tok << "'\n"; in validate()
1669 // FIXME: The tied operands checking is not yet integrated with the in buildInfo()
1671 // formats from being matched with an alias if a tied-operands check in buildInfo()
1749 // If the named operand is tied, canonicalize it to the untied operand. in buildInstructionOperandReference()
1761 // The tied operand index is an MIOperand index, find the operand that in buildInstructionOperandReference()
1806 // If this is a tied operand, just copy from the previously handled operand. in buildInstructionResultOperands()
1823 // This may happen for operands that are tied to a suboperand of a in buildInstructionResultOperands()
1827 // tied operands at all. in buildInstructionResultOperands()
1866 // If this is a tied operand, just copy from the previously handled operand. in buildAliasResultOperands()
1876 // at runtime the 'tied' constraint is checked. in buildAliasResultOperands()
1891 // it doesn't need to be checked for tied constraints. in buildAliasResultOperands()
1896 // to benefit from the tied-operands check and just match the operand in buildAliasResultOperands()
1898 // instruction. We do this by passing -1 as the tied operand to copy. in buildAliasResultOperands()
2031 CvtOS << " \"Tied operand not found\");\n"; in emitConvertFuncs()
2189 // If this operand is tied to a previous one, just copy the MCInst in emitConvertFuncs()
2196 "Tied operand precedes its target!"); in emitConvertFuncs()
2205 // Also create an 'enum' for this combination of tied operands. in emitConvertFuncs()
2292 // Output a static table for tied operands. in emitConvertFuncs()
2294 // The number of tied operand combinations will be small in practice, in emitConvertFuncs()
2297 "Too many tied-operand combinations to reference with " in emitConvertFuncs()
2352 // For a tied operand, emit a reference to the TiedAsmOperandTable in emitConvertFuncs()
2354 // check for their tied constraints. in emitConvertFuncs()
2360 "No record for tied operand pair"); in emitConvertFuncs()
3064 OS << " \"Tied operand not found\");\n"; in emitAsmTiedOperandConstraints()
3957 // function. We also need to know this when checking tied operand constraints. in run()