Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h392 bool isExtractSubregLike() const { in isExtractSubregLike() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPeepholeOptimizer.cpp251 MI.isExtractSubregLike())); in isUncoalescableCopy()
1088 MI.isExtractSubregLike()) in getCopyRewriter()
1978 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
2069 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
HDTargetInstrInfo.cpp1244 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h831 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.cpp5275 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()