Searched refs:hasFPCVT (Results 1 – 3 of 3) sorted by relevance
275 bool hasFPCVT() const { return HasFPCVT; } in hasFPCVT() function
1105 if (!IsSigned && !Subtarget->hasFPCVT()) in SelectIToFP()1113 if (DstVT == MVT::f32 && !Subtarget->hasFPCVT()) in SelectIToFP()1198 if (DstVT == MVT::i64 && !IsSigned && !Subtarget->hasFPCVT() && in SelectFPToI()1246 Opc = Subtarget->hasFPCVT() ? PPC::FCTIWUZ : PPC::FCTIDZ; in SelectFPToI()
245 if (isPPC64 || Subtarget.hasFPCVT()) { in PPCTargetLowering()699 if (Subtarget.hasFPCVT()) { in PPCTargetLowering()1363 if (Subtarget.hasFPCVT()) in PPCTargetLowering()8077 assert((IsSigned || Subtarget.hasFPCVT()) && in convertFPToInt()8401 assert(Subtarget.hasFPCVT() && in LowerINT_TO_FPDirectMove()8532 Subtarget.isPPC64() && Subtarget.hasFPCVT()) in LowerINT_TO_FP()8535 assert((IsSigned || Subtarget.hasFPCVT()) && in LowerINT_TO_FP()8551 !Subtarget.hasFPCVT() && in LowerINT_TO_FP()8606 } else if (Subtarget.hasFPCVT() && in LowerINT_TO_FP()8618 (Subtarget.hasFPCVT() && in LowerINT_TO_FP()[all …]