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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 130 bool HasDirectMove;
265 bool hasDirectMove() const { return HasDirectMove; }
PPCISelLowering.cpp 266 if (Subtarget.hasDirectMove() && isPPC64) {
566 if (Subtarget.hasDirectMove() && isPPC64) {
    [all...]

Completed in 47 milliseconds