Searched refs:legalclasstypes_begin (Results 1 – 5 of 5) sorted by relevance
140 assert(TRI.legalclasstypes_end(*RC) - TRI.legalclasstypes_begin(*RC) == 1); in getRegTy()141 return *TRI.legalclasstypes_begin(*RC); in getRegTy()
289 for (auto I = legalclasstypes_begin(RC); *I != MVT::Other; ++I) in isTypeLegalForClass()297 vt_iterator legalclasstypes_begin(const TargetRegisterClass &RC) const { in legalclasstypes_begin() function302 vt_iterator I = legalclasstypes_begin(RC); in legalclasstypes_end()
988 for (auto I = TRI.legalclasstypes_begin(RC); *I != MVT::Other; ++I) in isLegalRC()
5635 EVT VT = *TRI.legalclasstypes_begin(*RC); in unfoldMemoryOperand()5665 VTs.push_back(*TRI.legalclasstypes_begin(*DstRC)); in unfoldMemoryOperand()
7970 const MVT RegVT = *TRI.legalclasstypes_begin(*RC); in GetRegistersForValue()