HomeSort by relevance Sort by last modified time
    Searched refs:UseMovt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 151 UseMovt = false;
219 UseMovt = hasV6T2Ops() && ArmUseMOVT;
349 bool ARMSubtarget::useMovt(const MachineFunction &MF) const {
353 return UseMovt && (isTargetWindows() ||
ARMSubtarget.h 112 /// UseMovt - True if MOVT / MOVW pairs are used for materialization of 32-bit
114 bool UseMovt;
413 bool useMovt(const MachineFunction &MF) const;

Completed in 71 milliseconds