Searched refs:isInsertSubregLike (Results 1 – 5 of 5) sorted by relevance
334 bool isInsertSubregLike() const { return Flags & (1 << MCID::InsertSubreg); } in isInsertSubregLike() function
169 (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in isUncoalescableCopy()1299 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()1424 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
938 MI.isInsertSubregLike()) && "Instruction do not have the proper type"); in getInsertSubregInputs()
555 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
4570 assert(MI.isInsertSubregLike() && "Invalid kind of instruction"); in getInsertSubregLikeInputs()