Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h364 bool isExtractSubregLike() const { in isExtractSubregLike() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp251 MI.isExtractSubregLike())); in isUncoalescableCopy()
1088 MI.isExtractSubregLike()) in getCopyRewriter()
1974 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
2065 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1173 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h782 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5046 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()