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

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 186 if (ST->getDarwinDirective() == PPC::DIR_A2) {
204 if (ST->getDarwinDirective() == PPC::DIR_A2)
234 unsigned Directive = ST->getDarwinDirective();
PPCSubtarget.h 153 /// getDarwinDirective - Returns the -m directive specified for the cpu.
155 unsigned getDarwinDirective() const { return DarwinDirective; }
PPCHazardRecognizers.cpp 163 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective();
223 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective();
PPCInstrInfo.cpp 77 static_cast<const PPCSubtarget *>(STI)->getDarwinDirective();
94 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective();
170 unsigned Directive = Subtarget.getDarwinDirective();
424 unsigned Directive = Subtarget.getDarwinDirective();
    [all...]
PPCAsmPrinter.cpp     [all...]
PPCISelLowering.cpp     [all...]

Completed in 196 milliseconds