Home
last modified time | relevance | path

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

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