Searched refs:DIR_750 (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 46 DIR_750, enumerator
|
D | PPC.td | 33 def Directive750 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_750", "">;
|
D | PPCInstrInfo.cpp | 175 case PPC::DIR_750: in getOperandLatency()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 45 DIR_750, enumerator
|
D | PPC.td | 32 def Directive750 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_750", "">;
|
D | PPCInstrInfo.cpp | 209 case PPC::DIR_750: in getOperandLatency()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 48 DIR_750, enumerator
|
D | PPC.td | 32 def Directive750 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_750", "">;
|
D | PPCInstrInfo.cpp | 189 case PPC::DIR_750: in getOperandLatency()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenSubtargetInfo.inc | 8132 if (Bits[PPC::Directive750] && CPUDirective < PPC::DIR_750) CPUDirective = PPC::DIR_750;
|