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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h99 /// SlowFPVMLx - If the VFP2 / NEON instructions are available, indicates
101 bool SlowFPVMLx; member in class:llvm::ARMSubtarget
350 bool useFPVMLx() const { return !SlowFPVMLx; }
H A DARMSubtarget.cpp123 SlowFPVMLx = false;

Completed in 48 milliseconds