Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h344 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } in hasExtractInsert() function
H A DMipsISelLowering.cpp785 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performANDCombine()
871 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performORCombine()
2416 return lowerFCOPYSIGN64(Op, DAG, Subtarget.hasExtractInsert()); in lowerFCOPYSIGN()
2418 return lowerFCOPYSIGN32(Op, DAG, Subtarget.hasExtractInsert()); in lowerFCOPYSIGN()
2481 return lowerFABS64(Op, DAG, Subtarget.hasExtractInsert()); in lowerFABS()
2483 return lowerFABS32(Op, DAG, Subtarget.hasExtractInsert()); in lowerFABS()