Searched refs:hasX87 (Results 1 – 2 of 2) sorted by relevance
380 bool hasX87() const { return HasX87; } in hasX87() function
75 bool UseX87 = !Subtarget.useSoftFloat() && Subtarget.hasX87(); in X86TargetLowering()2308 if (!Subtarget.hasX87()) in LowerCallResult()