Lines Matching refs:hasFPCVT
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()
8476 assert((IsSigned || Subtarget.hasFPCVT()) && in LowerINT_TO_FP()
8492 !Subtarget.hasFPCVT() && in LowerINT_TO_FP()
8547 } else if (Subtarget.hasFPCVT() && in LowerINT_TO_FP()
8559 (Subtarget.hasFPCVT() && in LowerINT_TO_FP()
8598 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT()) { in LowerINT_TO_FP()
8621 if (Subtarget.hasLFIWAX() || Subtarget.hasFPCVT()) { in LowerINT_TO_FP()
8679 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT()) { in LowerINT_TO_FP()
14154 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) && in combineFPToIntToFP()
14159 unsigned FCFOp = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32) in combineFPToIntToFP()
14164 MVT FCFTy = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32) in combineFPToIntToFP()
14171 Subtarget.hasFPCVT()) || in combineFPToIntToFP()
14189 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT()) { in combineFPToIntToFP()