Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h133 bool IsPPC4xx; variable
302 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
H A DPPCSubtarget.cpp114 IsPPC4xx = false; in initializeEnvironment()
H A DPPCInstrInfo.td682 def IsPPC4xx : Predicate<"Subtarget->isPPC4xx()">;
4067 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>;
4068 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>;
4069 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>;
4165 Requires<[IsPPC4xx]>;
4362 Requires<[IsPPC4xx]>;
4365 Requires<[IsPPC4xx]>;
4506 Requires<[IsPPC4xx]>;
4508 Requires<[IsPPC4xx]>;
4510 Requires<[IsPPC4xx]>;
[all …]
H A DPPC.td138 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",