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 193 UseMovt = false;
299 UseMovt = hasV6T2Ops() && ArmUseMOVT;
445 bool ARMSubtarget::useMovt(const MachineFunction &MF) const {
449 return UseMovt && (isTargetWindows() ||
ARMSubtarget.h 114 /// UseMovt - True if MOVT / MOVW pairs are used for materialization of 32-bit
116 bool UseMovt;
416 bool useMovt(const MachineFunction &MF) const;

Completed in 54 milliseconds