Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isTied

113   assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm");
270 isInternalRead() || isEarlyClobber() || isTied()) {
310 if (isTied()) {
646 assert(!Operands[OpNo].isTied() && "Cannot move tied operands");
722 assert(!Operands[i].isTied() && "Cannot move tied operands");
1114 assert(!DefMO.isTied() && "Def is already tied to another use");
1115 assert(!UseMO.isTied() && "Use is already tied to another def");
1136 assert(MO.isTied() && "Operand isn't tied");