Home
last modified time | relevance | path

Searched refs:HTM (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp64 const TargetMachine *HTM = nullptr; member in __anon427cc72e0111::HexagonLoopAlign
180 HTM = &MF.getTarget(); in runOnMachineFunction()
191 if (HTM->getOptLevel() < CodeGenOptLevel::Default) in runOnMachineFunction()
194 if (HTM->getOptLevel() < CodeGenOptLevel::Aggressive) in runOnMachineFunction()
H A DHexagonSplitConst32AndConst64.cpp63 auto &HTM = static_cast<const HexagonTargetMachine&>(Fn.getTarget()); in runOnMachineFunction() local
64 auto &TLOF = *HTM.getObjFileLowering(); in runOnMachineFunction()
65 if (HST.useSmallData() && TLOF.isSmallDataEnabled(HTM)) in runOnMachineFunction()
H A DHexagonISelLowering.cpp1242 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...]
H A DHexagonFrameLowering.cpp1378 auto &HTM = static_cast<const HexagonTargetMachine&>(MF.getTarget()); in insertCSRSpillsInBlock() local
1379 bool IsPIC = HTM.isPositionIndependent(); in insertCSRSpillsInBlock()
1443 auto &HTM = static_cast<const HexagonTargetMachine&>(MF.getTarget()); in insertCSRRestoresInBlock() local
1444 bool IsPIC = HTM.isPositionIndependent(); in insertCSRRestoresInBlock()
H A DHexagonISelLowering.h129 const HexagonTargetMachine &HTM; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrHTM.td90 // All HTM instructions, with the exception of tcheck, set CR0 with the
/freebsd/contrib/file/magic/Magdir/
H A Dfonts193 # Reference: http://cd.textfiles.com/ataricompendium/BOOK/HTML/APPENDC.HTM#cnt
H A Ddatabase596 # http://www.foxpert.com/foxpro/knowlbits/files/knowlbits_200708_1.HTM
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td1538 // PowerPC HTM Intrinsic Definitions.