Searched refs:hasFPCVT (Results 1 – 3 of 3) sorted by relevance
264 bool hasFPCVT() const { return HasFPCVT; } in hasFPCVT() function
1103 if (!IsSigned && !Subtarget->hasFPCVT()) in SelectIToFP()1111 if (DstVT == MVT::f32 && !Subtarget->hasFPCVT()) in SelectIToFP()1196 if (DstVT == MVT::i64 && !IsSigned && !Subtarget->hasFPCVT() && in SelectFPToI()1244 Opc = Subtarget->hasFPCVT() ? PPC::FCTIWUZ : PPC::FCTIDZ; in SelectFPToI()
235 if (isPPC64 || Subtarget.hasFPCVT()) { in PPCTargetLowering()667 if (Subtarget.hasFPCVT()) { in PPCTargetLowering()1320 if (Subtarget.hasFPCVT()) in PPCTargetLowering()8015 : (Subtarget.hasFPCVT() ? PPCISD::FCTIWUZ : PPCISD::FCTIDZ); in convertFPToInt()8018 assert((IsSigned || Subtarget.hasFPCVT()) && in convertFPToInt()8042 (IsSigned || Subtarget.hasFPCVT()); in LowerFP_TO_INTForReuse()8210 (Subtarget.hasFPCVT() || Op.getValueType() == MVT::i32); in canReuseLoadAddress()8320 bool IsSingle = Op.getValueType() == MVT::f32 && Subtarget.hasFPCVT(); in convertIntToFP()8342 assert(Subtarget.hasFPCVT() && in LowerINT_TO_FPDirectMove()8473 Subtarget.isPPC64() && Subtarget.hasFPCVT()) in LowerINT_TO_FP()[all …]