Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h387 bool isExtractSubregLike() const { in isExtractSubregLike() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp170 MI.isExtractSubregLike())); in isUncoalescableCopy()
1358 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
1426 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp905 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h544 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4562 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()