Searched refs:hasExtractInsert (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h242 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } function in class:llvm::MipsSubtarget
H A DMipsISelLowering.cpp673 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert())
714 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert())
1970 return lowerFCOPYSIGN64(Op, DAG, Subtarget.hasExtractInsert());
1972 return lowerFCOPYSIGN32(Op, DAG, Subtarget.hasExtractInsert());

Completed in 78 milliseconds