Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h385 bool isExtractSubregLike() const { in isExtractSubregLike() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp254 MI.isExtractSubregLike())); in isUncoalescableCopy()
1093 MI.isExtractSubregLike()) in getCopyRewriter()
1978 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
2069 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1314 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h969 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5367 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()