Lines Matching refs:Directive
503 unsigned Directive = ST->getCPUDirective(); in getCacheLineSize() local
505 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize()
506 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getCacheLineSize()
507 Directive == PPC::DIR_PWR_FUTURE) in getCacheLineSize()
519 unsigned Directive = ST->getCPUDirective(); in getMaxInterleaveFactor() local
522 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
527 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
531 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) in getMaxInterleaveFactor()
539 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor()
540 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getMaxInterleaveFactor()
541 Directive == PPC::DIR_PWR_FUTURE) in getMaxInterleaveFactor()