Home
last modified time | relevance | path

Searched refs:hasFPCVT (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h241 bool hasFPCVT() const { return HasFPCVT; } in hasFPCVT() function
H A DPPCFastISel.cpp1111 if (!IsSigned && !PPCSubTarget->hasFPCVT()) in SelectIToFP()
1119 if (DstVT == MVT::f32 && !PPCSubTarget->hasFPCVT()) in SelectIToFP()
1205 !PPCSubTarget->hasFPCVT() && !PPCSubTarget->hasSPE()) in SelectFPToI()
1248 Opc = PPCSubTarget->hasFPCVT() ? PPC::FCTIWUZ : PPC::FCTIDZ; in SelectFPToI()
H A DPPCISelLowering.cpp194 if (isPPC64 || Subtarget.hasFPCVT()) { in PPCTargetLowering()
516 if (Subtarget.hasFPCVT()) { in PPCTargetLowering()
1065 if (Subtarget.hasFPCVT()) in PPCTargetLowering()
7263 assert(Subtarget.hasFPCVT() && in LowerINT_TO_FPDirectMove()
7400 Subtarget.isPPC64() && Subtarget.hasFPCVT()) in LowerINT_TO_FP()
7430 !Subtarget.hasFPCVT() && in LowerINT_TO_FP()
7483 } else if (Subtarget.hasFPCVT() && in LowerINT_TO_FP()
7495 (Subtarget.hasFPCVT() && in LowerINT_TO_FP()
7548 if (Subtarget.hasLFIWAX() || Subtarget.hasFPCVT()) { in LowerINT_TO_FP()
7604 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT()) in LowerINT_TO_FP()
[all …]