Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h320 bool isExtractSubregLike() const { in isExtractSubregLike() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp208 MI.isExtractSubregLike())); in isUncoalescableCopy()
1154 MI.isExtractSubregLike())) in getCopyRewriter()
1819 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
1906 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1152 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h580 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4624 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()