Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h398 bool isExtractSubregLike() const { in isExtractSubregLike() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp253 MI.isExtractSubregLike())); in isUncoalescableCopy()
1107 MI.isExtractSubregLike()) in getCopyRewriter()
1991 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
2082 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1431 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1031 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5484 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()