Searched refs:hasFPU (Results 1 – 3 of 3) sorted by relevance
268 bool hasFPU() const { return HasFPU; } in hasFPU() function
1188 def HasFPU : Predicate<"Subtarget->hasFPU()">;
470 if (Subtarget.hasFPU()) { in PPCTargetLowering()