Searched refs:isTargetPS4 (Results 1 – 6 of 6) sorted by relevance
162 if (Subtarget.isTargetWin64() || Subtarget.isTargetPS4()) in X86TargetMachine()
468 bool isTargetPS4() const { return TargetTriple.isPS4(); } in isTargetPS4() function
873 def IsPS4 : Predicate<"Subtarget->isTargetPS4()">;874 def NotPS4 : Predicate<"!Subtarget->isTargetPS4()">;
704 bool isTargetPS4() const { return TargetTriple.isPS4CPU(); } in isTargetPS4() function
928 def IsPS4 : Predicate<"Subtarget->isTargetPS4()">;929 def NotPS4 : Predicate<"!Subtarget->isTargetPS4()">;
349 if (Subtarget->isTargetPS4())351 if (!Subtarget->isTargetPS4())