Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h189 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct
193 TypeSetByHwMode() = default; argument
195 TypeSetByHwMode &operator=(const TypeSetByHwMode &) = default; argument
196 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() argument
198 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() argument
202 SetType &getOrCreate(unsigned Mode) { in getOrCreate()
210 bool isMachineValueType() const { in isMachineValueType()
237 bool constrain(const TypeSetByHwMode &VTS); argument
H A DCodeGenDAGPatterns.cpp69 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode