Searched refs:isTinyCore (Results 1 – 10 of 10) sorted by relevance
101 std::string NumPhySlots = isTinyCore() ? "3" : "4"; in getTargetDefines()113 if (isTinyCore()) in initFeatureMap()
138 bool isTinyCore() const { in isTinyCore() function
226 bool isTinyCore() const { return HexagonProcFamily == TinyCore; } in isTinyCore() function227 bool isTinyCoreWithDuplex() const { return isTinyCore() && EnableDuplex; } in isTinyCoreWithDuplex()
123 if (HST->isTinyCore()) { in shouldBalignLoop()
227 else if (HST.isTinyCore()) in rewriteIfImm()
474 if (!OptForSize && ST->isTinyCore()) in runOnMachineFunction()
157 if (isTinyCore()) { in initializeSubtargetDependencies()
155 def NotOptTinyCore : Predicate<"!HST->isTinyCore() ||"
2926 } else if (MF->getFunction().hasOptSize() || !HST.isTinyCore()) { in rewriteHexConstDefs()
1471 if (!HST.isTinyCore() || in genTfrConst()