Searched refs:hasF16C (Results 1 – 6 of 6) sorted by relevance
192 bool hasF16C() const { return HasF16C; } in hasF16C() function
481 def HasF16C : Predicate<"Subtarget->hasF16C()">;
414 bool hasF16C() const { return HasF16C; } in hasF16C() function
2443 if (Subtarget->useSoftFloat() || !Subtarget->hasF16C()) in fastLowerIntrinsicCall()
834 def HasF16C : Predicate<"Subtarget->hasF16C()">;
352 if (Subtarget.useSoftFloat() || !Subtarget.hasF16C()) { in X86TargetLowering()