Searched refs:HTM (Results 1 – 9 of 9) sorted by relevance
64 const TargetMachine *HTM = nullptr; member in __anon427cc72e0111::HexagonLoopAlign180 HTM = &MF.getTarget(); in runOnMachineFunction()191 if (HTM->getOptLevel() < CodeGenOptLevel::Default) in runOnMachineFunction()194 if (HTM->getOptLevel() < CodeGenOptLevel::Aggressive) in runOnMachineFunction()
63 auto &HTM = static_cast<const HexagonTargetMachine&>(Fn.getTarget()); in runOnMachineFunction() local64 auto &TLOF = *HTM.getObjFileLowering(); in runOnMachineFunction()65 if (HST.useSmallData() && TLOF.isSmallDataEnabled(HTM)) in runOnMachineFunction()
1242 auto &HLOF = *HTM.getObjFileLowering(); in LowerGLOBALADDRESS() 1243 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS() 1248 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM)) in LowerGLOBALADDRESS() 1274 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress() 1435 switch (HTM.getTLSModel(GA->getGlobal())) { in LowerGlobalTLSAddress() 1453 : TargetLowering(TM), HTM(static_cast<const HexagonTargetMachine&>(TM)), in HexagonTargetLowering() 3709 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal() 3851 auto &HTM = static_cast<const HexagonTargetMachine&>(getTargetMachine()); in shouldReduceLoadWidth() 3853 return !GO || !HTM.getObjFileLowering()->isGlobalInSmallSection(GO, HTM);3847 auto &HTM = static_cast<const HexagonTargetMachine&>(getTargetMachine()); shouldReduceLoadWidth() local [all...]
1378 auto &HTM = static_cast<const HexagonTargetMachine&>(MF.getTarget()); in insertCSRSpillsInBlock() local1379 bool IsPIC = HTM.isPositionIndependent(); in insertCSRSpillsInBlock()1443 auto &HTM = static_cast<const HexagonTargetMachine&>(MF.getTarget()); in insertCSRRestoresInBlock() local1444 bool IsPIC = HTM.isPositionIndependent(); in insertCSRRestoresInBlock()
129 const HexagonTargetMachine &HTM; variable
90 // All HTM instructions, with the exception of tcheck, set CR0 with the
193 # Reference: http://cd.textfiles.com/ataricompendium/BOOK/HTML/APPENDC.HTM#cnt
596 # http://www.foxpert.com/foxpro/knowlbits/files/knowlbits_200708_1.HTM
1538 // PowerPC HTM Intrinsic Definitions.