Searched refs:legalclasstypes_begin (Results 1 – 5 of 5) sorted by relevance
139 assert(TRI.legalclasstypes_end(*RC) - TRI.legalclasstypes_begin(*RC) == 1); in getRegTy()140 return *TRI.legalclasstypes_begin(*RC); in getRegTy()
315 for (auto I = legalclasstypes_begin(RC); *I != MVT::Other; ++I) in isTypeLegalForClass()323 for (auto I = legalclasstypes_begin(RC); *I != MVT::Other; ++I) { in isTypeLegalForClass()336 vt_iterator legalclasstypes_begin(const TargetRegisterClass &RC) const { in legalclasstypes_begin() function341 vt_iterator I = legalclasstypes_begin(RC); in legalclasstypes_end()
1122 for (const auto *I = TRI.legalclasstypes_begin(RC); *I != MVT::Other; ++I) in isLegalRC()
8536 EVT VT = *TRI.legalclasstypes_begin(*RC); in unfoldMemoryOperand()8566 VTs.push_back(*TRI.legalclasstypes_begin(*DstRC)); in unfoldMemoryOperand()
9626 const MVT RegVT = *TRI.legalclasstypes_begin(*RC); in getRegistersForValue()