Searched refs:hasF16C (Results 1 – 14 of 14) sorted by relevance
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()
619 bool hasF16C() const { return HasF16C; } in hasF16C() function
2607 if (Subtarget->useSoftFloat() || !Subtarget->hasF16C()) in fastLowerIntrinsicCall()
912 def HasF16C : Predicate<"Subtarget->hasF16C()">;
365 if (Subtarget.useSoftFloat() || !Subtarget.hasF16C()) { in X86TargetLowering()
655 bool hasF16C() const { return HasF16C; } in hasF16C() function
2623 if (Subtarget->useSoftFloat() || !Subtarget->hasF16C()) in fastLowerIntrinsicCall()
940 def HasF16C : Predicate<"Subtarget->hasF16C()">;
372 (!Subtarget.useSoftFloat() && Subtarget.hasF16C()) ? Custom : Expand); in X86TargetLowering()49525 if (Subtarget.useSoftFloat() || !Subtarget.hasF16C()) in combineFP16_TO_FP()49547 if (!Subtarget.hasF16C() || Subtarget.useSoftFloat()) in combineFP_EXTEND()49651 if (!Subtarget.hasF16C() || Subtarget.useSoftFloat()) in combineFP_ROUND()
3493 if ((Subtarget->hasF16C()) && (!Subtarget->hasVLX())) {3503 if ((Subtarget->hasF16C()) && (!Subtarget->hasVLX())) {
275 if (Subtarget->hasF16C())