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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.cpp 430 bool ARMSubtarget::useFastISel() const {
ARMSubtarget.h 902 bool useFastISel() const;
ARMFrameLowering.cpp 182 return MF.getSubtarget<ARMSubtarget>().useFastISel();
ARMFastISel.cpp 3075 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel())

Completed in 38 milliseconds