Home
last modified time | relevance | path

Searched refs:IsPPC6xx (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h134 bool IsPPC6xx; variable
303 bool isPPC6xx() const { return IsPPC6xx; } in isPPC6xx()
H A DPPCSubtarget.cpp115 IsPPC6xx = false; in initializeEnvironment()
H A DPPCInstrInfo.td683 def IsPPC6xx : Predicate<"Subtarget->isPPC6xx()">;
4138 "tlbld $RB", IIC_LdStLoad, []>, Requires<[IsPPC6xx]>;
4140 "tlbli $RB", IIC_LdStLoad, []>, Requires<[IsPPC6xx]>;
4447 Requires<[IsPPC6xx]>;
4450 Requires<[IsPPC6xx]>;
4453 Requires<[IsPPC6xx]>;
4456 Requires<[IsPPC6xx]>;
4459 Requires<[IsPPC6xx]>;
4462 Requires<[IsPPC6xx]>;
4465 Requires<[IsPPC6xx]>;
[all …]
H A DPPC.td140 def FeaturePPC6xx : SubtargetFeature<"ppc6xx", "IsPPC6xx", "true",