Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
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()
212 bool isMachineValueType() const { in isMachineValueType()
239 bool constrain(const TypeSetByHwMode &VTS); argument
DCodeGenDAGPatterns.cpp70 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode