Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h262 bool hasFPCVT() const { return HasFPCVT; } in hasFPCVT() function
H A DPPCFastISel.cpp1103 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()
H A DPPCISelLowering.cpp228 if (isPPC64 || Subtarget.hasFPCVT()) { in PPCTargetLowering()
660 if (Subtarget.hasFPCVT()) { in PPCTargetLowering()
1311 if (Subtarget.hasFPCVT()) in PPCTargetLowering()
7971 : (Subtarget.hasFPCVT() ? PPCISD::FCTIWUZ : PPCISD::FCTIDZ); in convertFPToInt()
7974 assert((IsSigned || Subtarget.hasFPCVT()) && in convertFPToInt()
7998 (IsSigned || Subtarget.hasFPCVT()); in LowerFP_TO_INTForReuse()
8166 (Subtarget.hasFPCVT() || Op.getValueType() == MVT::i32); in canReuseLoadAddress()
8276 bool IsSingle = Op.getValueType() == MVT::f32 && Subtarget.hasFPCVT(); in convertIntToFP()
8298 assert(Subtarget.hasFPCVT() && in LowerINT_TO_FPDirectMove()
8429 Subtarget.isPPC64() && Subtarget.hasFPCVT()) in LowerINT_TO_FP()
[all …]