HomeSort by relevance Sort by last modified time
    Searched defs:useMovt (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 314 bool ARMSubtarget::useMovt(const MachineFunction &MF) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.cpp 376 bool ARMSubtarget::useMovt(const MachineFunction &MF) const {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 92 /// UseMovt - True if MOVT / MOVW pairs are used for materialization of 32-bit
94 bool UseMovt;
241 bool useMovt() const { return UseMovt && hasV6T2Ops(); }

Completed in 521 milliseconds