Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp210 if (ST->getDarwinDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
236 if (ST->getDarwinDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
284 unsigned Directive = ST->getDarwinDirective(); in getCacheLineSize()
300 unsigned Directive = ST->getDarwinDirective(); in getMaxInterleaveFactor()
DPPCHazardRecognizers.cpp163 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective(); in PreEmitNoops()
224 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective(); in EmitNoop()
DPPCSubtarget.h171 unsigned getDarwinDirective() const { return DarwinDirective; } in getDarwinDirective() function
DPPCAsmPrinter.cpp1536 unsigned FDir = STI.getDarwinDirective(); in EmitStartOfAsmFile()
1537 Directive = Directive > FDir ? FDir : STI.getDarwinDirective(); in EmitStartOfAsmFile()
DPPCInstrInfo.cpp113 static_cast<const PPCSubtarget *>(STI)->getDarwinDirective(); in CreateTargetHazardRecognizer()
130 DAG->MF.getSubtarget<PPCSubtarget>().getDarwinDirective(); in CreateTargetPostRAHazardRecognizer()
207 unsigned Directive = Subtarget.getDarwinDirective(); in getOperandLatency()
460 unsigned Directive = Subtarget.getDarwinDirective(); in insertNoop()
DPPCISelLowering.cpp1131 switch (Subtarget.getDarwinDirective()) { in PPCTargetLowering()
1160 if (Subtarget.getDarwinDirective() == PPC::DIR_E500mc || in PPCTargetLowering()
1161 Subtarget.getDarwinDirective() == PPC::DIR_E5500) { in PPCTargetLowering()
1168 } else if (Subtarget.getDarwinDirective() == PPC::DIR_A2) { in PPCTargetLowering()
10868 switch (Subtarget.getDarwinDirective()) { in combineRepeatedFPDivisors()
13192 switch (Subtarget.getDarwinDirective()) { in getPrefLoopAlignment()
/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()