Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInfoByHwMode.h119 struct ValueTypeByHwMode : public InfoByHwMode<MVT> { struct
121 ValueTypeByHwMode(MVT T) { Map.insert({DefaultMode,T}); } in ValueTypeByHwMode() argument
138 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec, argument
DInfoByHwMode.cpp33 ValueTypeByHwMode::ValueTypeByHwMode(Record *R, const CodeGenHwModes &CGH) { in ValueTypeByHwMode() function in ValueTypeByHwMode