Home
last modified time | relevance | path

Searched refs:getDarwinDirective (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp186 if (ST->getDarwinDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
204 if (ST->getDarwinDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
234 unsigned Directive = ST->getDarwinDirective(); in getMaxInterleaveFactor()
DPPCHazardRecognizers.cpp163 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective(); in PreEmitNoops()
223 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective(); in EmitNoop()
DPPCSubtarget.h155 unsigned getDarwinDirective() const { return DarwinDirective; } in getDarwinDirective() function
DPPCInstrInfo.cpp77 static_cast<const PPCSubtarget *>(STI)->getDarwinDirective(); in CreateTargetHazardRecognizer()
94 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective(); in CreateTargetPostRAHazardRecognizer()
170 unsigned Directive = Subtarget.getDarwinDirective(); in getOperandLatency()
424 unsigned Directive = Subtarget.getDarwinDirective(); in insertNoop()
DPPCAsmPrinter.cpp1262 unsigned FDir = STI.getDarwinDirective(); in EmitStartOfAsmFile()
1263 Directive = Directive > FDir ? FDir : STI.getDarwinDirective(); in EmitStartOfAsmFile()
DPPCISelLowering.cpp896 switch (Subtarget.getDarwinDirective()) { in PPCTargetLowering()
925 if (Subtarget.getDarwinDirective() == PPC::DIR_E500mc || in PPCTargetLowering()
926 Subtarget.getDarwinDirective() == PPC::DIR_E5500) { in PPCTargetLowering()
933 } else if (Subtarget.getDarwinDirective() == PPC::DIR_A2) { in PPCTargetLowering()
9210 switch (Subtarget.getDarwinDirective()) { in combineRepeatedFPDivisors()
10795 switch (Subtarget.getDarwinDirective()) { in getPrefLoopAlignment()