Home
last modified time | relevance | path

Searched refs:isInsertSubregLike (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCInstrDesc.h334 bool isInsertSubregLike() const { return Flags & (1 << MCID::InsertSubreg); } in isInsertSubregLike() function
/NextBSD/contrib/llvm/lib/CodeGen/
HDPeepholeOptimizer.cpp169 (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in isUncoalescableCopy()
1299 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
1424 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
HDTargetInstrInfo.cpp938 MI.isInsertSubregLike()) && "Instruction do not have the proper type"); in getInsertSubregInputs()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineInstr.h555 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.cpp4570 assert(MI.isInsertSubregLike() && "Invalid kind of instruction"); in getInsertSubregLikeInputs()