Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp250 (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in isUncoalescableCopy()
1087 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1880 assert((Def->isRegSequence() || Def->isRegSequenceLike()) && in getNextSourceFromRegSequence()
2065 if (Def->isRegSequence() || Def->isRegSequenceLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1217 MI.isRegSequenceLike()) && "Instruction do not have the proper type"); in getRegSequenceInputs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h379 bool isRegSequenceLike() const { return Flags & (1ULL << MCID::RegSequence); } in isRegSequenceLike() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h816 bool isRegSequenceLike(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5248 assert(MI.isRegSequenceLike() && "Invalid kind of instruction"); in getRegSequenceLikeInputs()