Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp193 if (ST->getDarwinDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
211 if (ST->getDarwinDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
253 unsigned Directive = ST->getDarwinDirective(); in getMaxInterleaveFactor()
DPPCHazardRecognizers.cpp163 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective(); in PreEmitNoops()
224 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective(); in EmitNoop()
DPPCSubtarget.h167 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()
171 unsigned Directive = Subtarget.getDarwinDirective(); in getOperandLatency()
424 unsigned Directive = Subtarget.getDarwinDirective(); in insertNoop()
DPPCAsmPrinter.cpp1303 unsigned FDir = STI.getDarwinDirective(); in EmitStartOfAsmFile()
1304 Directive = Directive > FDir ? FDir : STI.getDarwinDirective(); in EmitStartOfAsmFile()
DPPCISelLowering.cpp912 switch (Subtarget.getDarwinDirective()) { in PPCTargetLowering()
940 if (Subtarget.getDarwinDirective() == PPC::DIR_E500mc || in PPCTargetLowering()
941 Subtarget.getDarwinDirective() == PPC::DIR_E5500) { in PPCTargetLowering()
948 } else if (Subtarget.getDarwinDirective() == PPC::DIR_A2) { in PPCTargetLowering()
9507 switch (Subtarget.getDarwinDirective()) { in combineRepeatedFPDivisors()
11278 switch (Subtarget.getDarwinDirective()) { in getPrefLoopAlignment()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSubtarget.h97 unsigned getDarwinDirective() const { return DarwinDirective; } in getDarwinDirective() function
DPPCAsmPrinter.cpp433 unsigned Directive = Subtarget.getDarwinDirective(); in EmitStartOfAsmFile()