Lines Matching full:tied
162 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm"); in ChangeToImmediate()
173 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm"); in ChangeToFPImmediate()
185 "Cannot change a tied operand into an external symbol"); in ChangeToES()
198 "Cannot change a tied operand into a global address"); in ChangeToGA()
211 "Cannot change a tied operand into a block address"); in ChangeToBA()
224 "Cannot change a tied operand into a constant pool index"); in ChangeToCPI()
236 "Cannot change a tied operand into an MCSymbol"); in ChangeToMCSymbol()
247 "Cannot change a tied operand into a FrameIndex"); in ChangeToFrameIndex()
259 "Cannot change a tied operand into a FrameIndex"); in ChangeToTargetIndex()
272 "Cannot change a tied operand into a DbgInstrRef"); in ChangeToDbgInstrRef()
865 OS << "(tied-def " << TiedOperandIdx << ")"; in print()