Searched refs:UnsupportedFPMode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp86 bool UnsupportedFPMode; // To allow fast-isel to proceed and just not handle member in class:__anon10771::final
186 UnsupportedFPMode = Subtarget->isFP64bit();
294 if (UnsupportedFPMode)
351 return (UnsupportedFPMode) ? 0 : materializeFP(CFP, VT);
567 if (UnsupportedFPMode)
641 if (UnsupportedFPMode)
648 if (UnsupportedFPMode)
696 if (UnsupportedFPMode)
701 if (UnsupportedFPMode)
851 if (UnsupportedFPMode)
[all...]

Completed in 55 milliseconds