Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.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()
DTargetInstrInfo.cpp1244 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h392 bool isExtractSubregLike() const { in isExtractSubregLike() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h831 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5275 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()