HomeSort by relevance Sort by last modified time
    Searched refs:getDarwinDirective (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 140 /// getDarwinDirective - Returns the -m directive specified for the cpu.
142 unsigned getDarwinDirective() const { return DarwinDirective; }
PPCHazardRecognizers.cpp 163 DAG->TM.getSubtarget<PPCSubtarget>().getDarwinDirective();
223 DAG->TM.getSubtarget<PPCSubtarget>().getDarwinDirective();
PPCTargetTransformInfo.cpp 275 if (ST->getDarwinDirective() == PPC::DIR_A2) {
301 unsigned Directive = ST->getDarwinDirective();
PPCInstrInfo.cpp 74 static_cast<const PPCSubtarget *>(STI)->getDarwinDirective();
91 DAG->TM.getSubtarget<PPCSubtarget>().getDarwinDirective();
136 unsigned Directive = Subtarget.getDarwinDirective();
321 unsigned Directive = Subtarget.getDarwinDirective();
    [all...]
PPCAsmPrinter.cpp 840 unsigned Directive = Subtarget.getDarwinDirective();
    [all...]
PPCISelLowering.cpp 704 if (Subtarget.getDarwinDirective() == PPC::DIR_E500mc ||
705 Subtarget.getDarwinDirective() == PPC::DIR_E5500) {
    [all...]

Completed in 92 milliseconds