Searched refs:PerformExtendCombine (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10745 /// PerformExtendCombine - Target-specific DAG combining for ISD::SIGN_EXTEND,
10747 static SDValue PerformExtendCombine(SDNode *N, SelectionDAG &DAG, function
11060 case ISD::ANY_EXTEND: return PerformExtendCombine(N, DCI.DAG, Subtarget);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp7736 /// PerformExtendCombine - Target-specific DAG combining for ISD::SIGN_EXTEND,
7738 static SDValue PerformExtendCombine(SDNode *N, SelectionDAG &DAG, function
7952 case ISD::ANY_EXTEND: return PerformExtendCombine(N, DCI.DAG, Subtarget);

Completed in 206 milliseconds