Home
last modified time | relevance | path

Searched refs:useFastISel (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp431 bool ARMSubtarget::useFastISel() const { in useFastISel() function in ARMSubtarget
H A DARMSubtarget.h468 bool useFastISel() const;
H A DARMFrameLowering.cpp184 return MF.getSubtarget<ARMSubtarget>().useFastISel(); in keepFramePointer()
H A DARMFastISel.cpp3083 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel()) in createFastISel()