Home
last modified time | relevance | path

Searched refs:isInsertSubregLike (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h334 bool isInsertSubregLike() const { return Flags & (1 << MCID::InsertSubreg); } in isInsertSubregLike() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp207 (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in isUncoalescableCopy()
1153 if (MI.isBitcast() || (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1765 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
1904 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1175 MI.isInsertSubregLike()) && "Instruction do not have the proper type"); in getInsertSubregInputs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h376 bool isInsertSubregLike() const { return Flags & (1ULL << MCID::InsertSubreg); } in isInsertSubregLike() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp250 (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in isUncoalescableCopy()
1087 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1920 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
2063 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1209 MI.isInsertSubregLike()) && "Instruction do not have the proper type"); in getInsertSubregInputs()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h594 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h648 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4645 assert(MI.isInsertSubregLike() && "Invalid kind of instruction"); in getInsertSubregLikeInputs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5044 assert(MI.isInsertSubregLike() && "Invalid kind of instruction"); in getInsertSubregLikeInputs()