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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h80 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
H A DNVPTXISelDAGToDAG.cpp312 : SelectADDRri(N1.getNode(), N1, Base, Offset)) {
598 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) {
917 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) {
1411 : SelectADDRri(N2.getNode(), N2, Base, Offset)) {
1694 : SelectADDRri(N2.getNode(), N2, Base, Offset)) {
2390 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, function in class:NVPTXDAGToDAGISel
2433 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) {
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
74 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, function in class:SparcDAGToDAGISel
203 SelectADDRri(Op, Op0, Op1);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp70 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2);
1394 bool HexagonDAGToDAGISel::SelectADDRri(SDValue& Addr, SDValue &Base, function in class:HexagonDAGToDAGISel

Completed in 144 milliseconds