Searched refs:IsPPC6xx (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 122 bool IsPPC6xx; variable 256 bool isPPC6xx() const { return IsPPC6xx; } in isPPC6xx()
|
D | PPCSubtarget.cpp | 94 IsPPC6xx = false; in initializeEnvironment()
|
D | PPC.td | 112 def FeaturePPC6xx : SubtargetFeature<"ppc6xx", "IsPPC6xx", "true",
|
D | PPCInstrInfo.td | 786 def IsPPC6xx : Predicate<"PPCSubTarget->isPPC6xx()">; 3633 "tlbld $RB", IIC_LdStLoad, []>, Requires<[IsPPC6xx]>; 3635 "tlbli $RB", IIC_LdStLoad, []>, Requires<[IsPPC6xx]>; 3819 Requires<[IsPPC6xx]>; 3822 Requires<[IsPPC6xx]>; 3825 Requires<[IsPPC6xx]>; 3828 Requires<[IsPPC6xx]>; 3831 Requires<[IsPPC6xx]>; 3834 Requires<[IsPPC6xx]>; 3837 Requires<[IsPPC6xx]>; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 124 bool IsPPC6xx; variable 261 bool isPPC6xx() const { return IsPPC6xx; } in isPPC6xx()
|
D | PPCSubtarget.cpp | 95 IsPPC6xx = false; in initializeEnvironment()
|
D | PPC.td | 131 def FeaturePPC6xx : SubtargetFeature<"ppc6xx", "IsPPC6xx", "true",
|
D | PPCInstrInfo.td | 900 def IsPPC6xx : Predicate<"PPCSubTarget->isPPC6xx()">; 4078 "tlbld $RB", IIC_LdStLoad, []>, Requires<[IsPPC6xx]>; 4080 "tlbli $RB", IIC_LdStLoad, []>, Requires<[IsPPC6xx]>; 4337 Requires<[IsPPC6xx]>; 4340 Requires<[IsPPC6xx]>; 4343 Requires<[IsPPC6xx]>; 4346 Requires<[IsPPC6xx]>; 4349 Requires<[IsPPC6xx]>; 4352 Requires<[IsPPC6xx]>; 4355 Requires<[IsPPC6xx]>; [all …]
|