Searched refs:getDarwinDirective (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp134 if (ST->getDarwinDirective() == PPC::DIR_A2) {
160 unsigned Directive = ST->getDarwinDirective();
H A DPPCSubtarget.h121 /// getDarwinDirective - Returns the -m directive specified for the cpu.
123 unsigned getDarwinDirective() const { return DarwinDirective; } function in class:llvm::PPCSubtarget
H A DPPCInstrInfo.cpp60 unsigned Directive = TM->getSubtarget<PPCSubtarget>().getDarwinDirective();
75 unsigned Directive = TM.getSubtarget<PPCSubtarget>().getDarwinDirective();
H A DPPCAsmPrinter.cpp849 unsigned Directive = Subtarget.getDarwinDirective();
H A DPPCISelLowering.cpp568 if (Subtarget->getDarwinDirective() == PPC::DIR_E500mc ||
569 Subtarget->getDarwinDirective() == PPC::DIR_E5500) {

Completed in 126 milliseconds