Lines Matching refs:HST
332 auto &HST = MF.getSubtarget<HexagonSubtarget>(); in CC_HexagonVector() local
333 bool UseHVX = HST.useHVXOps(); in CC_HexagonVector()
334 bool UseHVXDbl = HST.useHVXDblOps(); in CC_HexagonVector()
388 auto &HST = MF.getSubtarget<HexagonSubtarget>(); in RetCC_Hexagon() local
389 bool UseHVX = HST.useHVXOps(); in RetCC_Hexagon()
390 bool UseHVXDbl = HST.useHVXDblOps(); in RetCC_Hexagon()
480 auto &HST = MF.getSubtarget<HexagonSubtarget>(); in RetCC_HexagonVector() local
481 bool UseHVX = HST.useHVXOps(); in RetCC_HexagonVector()
482 bool UseHVXDbl = HST.useHVXDblOps(); in RetCC_HexagonVector()
893 auto &HST = static_cast<const HexagonSubtarget&>(DAG.getSubtarget()); in getIndexedAddressParts() local
894 bool UseHVX = HST.useHVXOps(); in getIndexedAddressParts()
895 bool UseHVXDbl = HST.useHVXDblOps(); in getIndexedAddressParts()