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

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp58 bool SelectADDRriS11_2(SDValue& N, SDValue &R1, SDValue &R2);
358 if (SelectADDRriS11_2(N1, CPTmpN1_0, CPTmpN1_1) &&
422 if (SelectADDRriS11_2(N1, CPTmpN1_0, CPTmpN1_1) &&
1348 bool HexagonDAGToDAGISel::SelectADDRriS11_2(SDValue& Addr, SDValue &Base, function in class:HexagonDAGToDAGISel
1420 return(SelectADDRriS11_2(Addr, Base, Offset));
1423 return SelectADDRriS11_2(Addr, Base, Offset);

Completed in 17 milliseconds