Home
last modified time | relevance | path

Searched refs:getHwModeSelect (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp33 const HwModeSelect &MS = CGH.getHwModeSelect(R); in ValueTypeByHwMode()
143 const HwModeSelect &MS = CGH.getHwModeSelect(R); in RegSizeInfoByHwMode()
190 const HwModeSelect &MS = CGH.getHwModeSelect(R); in EncodingInfoByHwMode()
H A DCodeGenHwModes.h52 const HwModeSelect &getHwModeSelect(Record *R) const;
H A DCodeGenHwModes.cpp87 const HwModeSelect &CodeGenHwModes::getHwModeSelect(Record *R) const { in getHwModeSelect() function in CodeGenHwModes