Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h405 bool isInsertSubregLike() const { return Flags & (1ULL << MCID::InsertSubreg); } in isInsertSubregLike() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp253 (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in isUncoalescableCopy()
1107 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1939 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
2082 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1322 MI.isInsertSubregLike()) && "Instruction do not have the proper type"); in getInsertSubregInputs()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h998 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5485 assert(MI.isInsertSubregLike() && "Invalid kind of instruction"); in getInsertSubregLikeInputs()