Searched refs:performANDCombine (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 548 static SDValue performANDCombine(SDNode *N, SelectionDAG &DAG, in performANDCombine() function 1076 Val = performANDCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
D | MipsISelLowering.cpp | 686 static SDValue performANDCombine(SDNode *N, SelectionDAG &DAG, in performANDCombine() function 827 return performANDCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|