Home
last modified time | relevance | path

Searched refs:isInsertSubregLike (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()
1924 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
2067 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1269 MI.isInsertSubregLike()) && "Instruction do not have the proper type"); in getInsertSubregInputs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h406 bool isInsertSubregLike() const { return Flags & (1ULL << MCID::InsertSubreg); } in isInsertSubregLike() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h845 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5298 assert(MI.isInsertSubregLike() && "Invalid kind of instruction"); in getInsertSubregLikeInputs()