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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 130 bool HasDirectMove;
265 bool hasDirectMove() const { return HasDirectMove; }
PPCSubtarget.cpp 102 HasDirectMove = false;
  /external/clang/lib/Basic/
Targets.cpp 856 bool HasDirectMove;
868 HasP8Crypto(false), HasDirectMove(false), HasQPX(false), HasHTM(false),
    [all...]

Completed in 471 milliseconds