Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h394 bool isExtractSubregLike() const { in isExtractSubregLike() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp254 MI.isExtractSubregLike())); in isUncoalescableCopy()
1150 MI.isExtractSubregLike()) in getCopyRewriter()
2052 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
2143 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1682 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1111 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5483 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()