Lines Matching refs:Directive
898 unsigned Directive = ST->getCPUDirective(); in getCacheLineSize() local
900 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize()
901 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getCacheLineSize()
902 Directive == PPC::DIR_PWR_FUTURE) in getCacheLineSize()
914 unsigned Directive = ST->getCPUDirective(); in getMaxInterleaveFactor() local
917 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
922 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
926 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) in getMaxInterleaveFactor()
934 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor()
935 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getMaxInterleaveFactor()
936 Directive == PPC::DIR_PWR_FUTURE) in getMaxInterleaveFactor()