Searched refs:PerformORCombine (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 582 static SDValue PerformORCombine(SDNode *N, SelectionDAG& DAG, in PerformORCombine() function 656 return PerformORCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6704 static SDValue PerformORCombine(SDNode *N, in PerformORCombine() function 7933 case ISD::OR: return PerformORCombine(N, DCI, Subtarget); in PerformDAGCombine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9264 static SDValue PerformORCombine(SDNode *N, in PerformORCombine() function 11038 case ISD::OR: return PerformORCombine(N, DCI, Subtarget); in PerformDAGCombine()
|