Lines Matching defs:HTM
1238 auto &HLOF = *HTM.getObjFileLowering();
1239 Reloc::Model RM = HTM.getRelocationModel();
1244 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM))
1270 Reloc::Model RM = HTM.getRelocationModel();
1431 switch (HTM.getTLSModel(GA->getGlobal())) {
1449 : TargetLowering(TM), HTM(static_cast<const HexagonTargetMachine&>(TM)),
3699 return HTM.getRelocationModel() == Reloc::Static;
3841 auto &HTM = static_cast<const HexagonTargetMachine&>(getTargetMachine());
3843 return !GO || !HTM.getObjFileLowering()->isGlobalInSmallSection(GO, HTM);