Home
last modified time | relevance | path

Searched defs:TypeSetByHwMode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h195 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct
199 TypeSetByHwMode() = default; argument
201 TypeSetByHwMode &operator=(const TypeSetByHwMode &) = default; argument
202 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() function
204 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() argument
208 SetType &getOrCreate(unsigned Mode) { in getOrCreate()
238 bool constrain(const TypeSetByHwMode &VTS); argument
H A DCodeGenDAGPatterns.cpp85 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode