Lines Matching refs:HTM
1242 auto &HLOF = *HTM.getObjFileLowering();
1243 Reloc::Model RM = HTM.getRelocationModel();
1248 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM))
1274 Reloc::Model RM = HTM.getRelocationModel();
1435 switch (HTM.getTLSModel(GA->getGlobal())) {
1453 : TargetLowering(TM), HTM(static_cast<const HexagonTargetMachine&>(TM)),
3709 return HTM.getRelocationModel() == Reloc::Static;
3851 auto &HTM = static_cast<const HexagonTargetMachine&>(getTargetMachine());
3853 return !GO || !HTM.getObjFileLowering()->isGlobalInSmallSection(GO, HTM);