Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:HST

46   const HexagonSubtarget *HST;
52 : SelectionDAGISel(tm, OptLevel), HTM(tm), HST(nullptr), HII(nullptr),
57 HST = &MF.getSubtarget<HexagonSubtarget>();
58 HII = HST->getInstrInfo();
59 HRI = HST->getRegisterInfo();
1010 if ((Opc == ISD::FABS || Opc == ISD::FNEG) && !HST->hasV5TOps()) {
1141 const HexagonFrameLowering *HFI = HST->getFrameLowering();
1378 auto &HST = static_cast<const HexagonSubtarget&>(MF->getSubtarget());
1379 auto &HFI = *HST.getFrameLowering();
1396 auto &HFI = *HST->getFrameLowering();