HomeSort by: relevance | last modified time | path
    Searched refs:hasFPCVT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h 124 bool HasFPCVT;
262 bool hasFPCVT() const { return HasFPCVT; }
PPCFastISel.cpp 1103 if (!IsSigned && !Subtarget->hasFPCVT())
1111 if (DstVT == MVT::f32 && !Subtarget->hasFPCVT())
1196 if (DstVT == MVT::i64 && !IsSigned && !Subtarget->hasFPCVT() &&
1244 Opc = Subtarget->hasFPCVT() ? PPC::FCTIWUZ : PPC::FCTIDZ;
PPCISelLowering.cpp 228 if (isPPC64 || Subtarget.hasFPCVT()) {
660 if (Subtarget.hasFPCVT()) {
1311 if (Subtarget.hasFPCVT())
7971 : (Subtarget.hasFPCVT() ? PPCISD::FCTIWUZ : PPCISD::FCTIDZ);
7974 assert((IsSigned || Subtarget.hasFPCVT()) &&
7998 (IsSigned || Subtarget.hasFPCVT());
8166 (Subtarget.hasFPCVT() || Op.getValueType() == MVT::i32);
8276 bool IsSingle = Op.getValueType() == MVT::f32 && Subtarget.hasFPCVT();
8298 assert(Subtarget.hasFPCVT() &&
8429 Subtarget.isPPC64() && Subtarget.hasFPCVT())
    [all...]

Completed in 66 milliseconds