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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp32 ValueTypeByHwMode::ValueTypeByHwMode(Record *R, const CodeGenHwModes &CGH) { function in class:ValueTypeByHwMode
41 ValueTypeByHwMode::ValueTypeByHwMode(Record *R, MVT T) : ValueTypeByHwMode(T) { function in class:ValueTypeByHwMode
[all...]
H A DInfoByHwMode.h120 struct ValueTypeByHwMode : public InfoByHwMode<MVT> { struct in namespace:llvm
123 ValueTypeByHwMode(MVT T) { Map.insert({DefaultMode,T}); } function in struct:llvm::ValueTypeByHwMode
[all...]

Completed in 48 milliseconds