Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h320 bool isExtractSubregLike() const { in isExtractSubregLike() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp208 MI.isExtractSubregLike())); in isUncoalescableCopy()
1154 MI.isExtractSubregLike())) in getCopyRewriter()
1819 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
1906 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1152 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h362 bool isExtractSubregLike() const { in isExtractSubregLike() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp251 MI.isExtractSubregLike())); in isUncoalescableCopy()
1088 MI.isExtractSubregLike()) in getCopyRewriter()
1974 Def->isExtractSubregLike()) && "Invalid definition"); in getNextSourceFromExtractSubreg()
2065 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1184 MI.isExtractSubregLike()) && "Instruction do not have the proper type"); in getExtractSubregInputs()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h580 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h634 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4624 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5021 assert(MI.isExtractSubregLike() && "Invalid kind of instruction"); in getExtractSubregLikeInputs()