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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 86 // HasSwap - Byte and half swap instructions.
87 bool HasSwap;
148 bool hasSwap() const { return HasSwap; }
MipsISelLowering.cpp 278 if (!Subtarget->hasSwap()) {
    [all...]

Completed in 571 milliseconds