Home
last modified time | relevance | path

Searched refs:VTNum (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.h359 const ValueTypeByHwMode &getValueTypeNum(unsigned VTNum) const { in getValueTypeNum() argument
360 if (VTNum < VTs.size()) in getValueTypeNum()
361 return VTs[VTNum]; in getValueTypeNum()
/external/llvm/utils/TableGen/
DCodeGenRegisters.h324 MVT::SimpleValueType getValueTypeNum(unsigned VTNum) const { in getValueTypeNum() argument
325 if (VTNum < VTs.size()) in getValueTypeNum()
326 return VTs[VTNum]; in getValueTypeNum()