Searched refs:hasExtractInsert (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 264 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } in hasExtractInsert() function
|
D | MipsISelLowering.cpp | 688 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performANDCombine() 731 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performORCombine() 2095 return lowerFCOPYSIGN64(Op, DAG, Subtarget.hasExtractInsert()); in lowerFCOPYSIGN() 2097 return lowerFCOPYSIGN32(Op, DAG, Subtarget.hasExtractInsert()); in lowerFCOPYSIGN()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 340 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } in hasExtractInsert() function
|
D | MipsISelLowering.cpp | 786 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performANDCombine() 872 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performORCombine() 2420 return lowerFCOPYSIGN64(Op, DAG, Subtarget.hasExtractInsert()); in lowerFCOPYSIGN() 2422 return lowerFCOPYSIGN32(Op, DAG, Subtarget.hasExtractInsert()); in lowerFCOPYSIGN() 2485 return lowerFABS64(Op, DAG, Subtarget.hasExtractInsert()); in lowerFABS() 2487 return lowerFABS32(Op, DAG, Subtarget.hasExtractInsert()); in lowerFABS()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 344 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } in hasExtractInsert() function
|
D | MipsISelLowering.cpp | 787 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performANDCombine() 873 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performORCombine() 2418 return lowerFCOPYSIGN64(Op, DAG, Subtarget.hasExtractInsert()); in lowerFCOPYSIGN() 2420 return lowerFCOPYSIGN32(Op, DAG, Subtarget.hasExtractInsert()); in lowerFCOPYSIGN() 2483 return lowerFABS64(Op, DAG, Subtarget.hasExtractInsert()); in lowerFABS() 2485 return lowerFABS32(Op, DAG, Subtarget.hasExtractInsert()); in lowerFABS()
|