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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 260 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); }
MipsISelLowering.cpp 692 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert())
735 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert())
    [all...]

Completed in 81 milliseconds