Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h264 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.cpp235 if (isPPC64 || Subtarget.hasFPCVT()) { in PPCTargetLowering()
667 if (Subtarget.hasFPCVT()) { in PPCTargetLowering()
1320 if (Subtarget.hasFPCVT()) in PPCTargetLowering()
8018 assert((IsSigned || Subtarget.hasFPCVT()) && in convertFPToInt()
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()
[all …]