Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h190 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct
193 TypeSetByHwMode() = default; argument
195 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() argument
197 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() function
201 SetType &getOrCreate(unsigned Mode) { in getOrCreate()
229 bool constrain(const TypeSetByHwMode &VTS); argument
DCodeGenDAGPatterns.cpp67 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode