Searched refs:getValueTypes (Results 1 – 4 of 4) sorted by relevance
210 const std::vector<MVT::SimpleValueType> &getValueTypes() const {return VTs;} in getValueTypes() function
1254 return EEVT::TypeSet(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()1263 return EEVT::TypeSet(T.getRegisterClass(R).getValueTypes()); in getImplicitType()1543 MadeChange |= UpdateNodeType(ResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()1551 MadeChange |= UpdateNodeType(ResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()1601 MadeChange |= Child->UpdateNodeType(ChildResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()1606 MadeChange |= Child->UpdateNodeType(ChildResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
213 const std::vector<MVT::SimpleValueType> &InVTs = RC.getValueTypes(); in getRegisterVTs()
1581 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()