Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h396 bool isExtractSubregLike() const { in isExtractSubregLike() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp512 MI.isExtractSubregLike())); in isUncoalescableCopy()
1256 MI.isExtractSubregLike()) in optimizeCoalescableCopy()
2067 assert((Def->isExtractSubreg() || Def->isExtractSubregLike()) && in getNextSourceFromExtractSubreg()
2149 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1992 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1109 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5330 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()