Searched refs:TypeSetByHwMode (Results 1 – 3 of 3) sorted by relevance
190 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct193 TypeSetByHwMode() = default; argument194 TypeSetByHwMode(const TypeSetByHwMode &VTS) = default;195 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() function196 : TypeSetByHwMode(ValueTypeByHwMode(VT)) {} in TypeSetByHwMode()197 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() argument198 : TypeSetByHwMode(ArrayRef<ValueTypeByHwMode>(&VT, 1)) {} in TypeSetByHwMode()199 TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList);229 bool constrain(const TypeSetByHwMode &VTS); argument232 bool assign_if(const TypeSetByHwMode &VTS, Predicate P);[all …]
67 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode72 bool TypeSetByHwMode::isValueTypeByHwMode(bool AllowEmpty) const { in isValueTypeByHwMode()82 ValueTypeByHwMode TypeSetByHwMode::getValueTypeByHwMode() const { in getValueTypeByHwMode()93 bool TypeSetByHwMode::isPossible() const { in isPossible()100 bool TypeSetByHwMode::insert(const ValueTypeByHwMode &VVT) { in insert()122 bool TypeSetByHwMode::constrain(const TypeSetByHwMode &VTS) { in constrain()148 bool TypeSetByHwMode::constrain(Predicate P) { in constrain()156 bool TypeSetByHwMode::assign_if(const TypeSetByHwMode &VTS, Predicate P) { in assign_if()167 void TypeSetByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream()187 void TypeSetByHwMode::writeToStream(const SetType &S, raw_ostream &OS) { in writeToStream()[all …]
1427 Error addTypeCheckPredicate(const TypeSetByHwMode &VTy,1491 Error OperandMatcher::addTypeCheckPredicate(const TypeSetByHwMode &VTy, in addTypeCheckPredicate()3191 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in createAndImportSelDAGMatcher()3397 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); in importChildMatcher()3551 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()3589 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()3932 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in runOnPattern()