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

/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
207 SelectADDRri(Op, Op0, Op1);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h86 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
H A DNVPTXISelDAGToDAG.cpp513 : SelectADDRri(N1.getNode(), N1, Base, Offset)) {
799 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) {
1196 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) {
1883 : SelectADDRri(N2.getNode(), N2, Base, Offset)) {
2166 : SelectADDRri(N2.getNode(), N2, Base, Offset)) {
3552 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, function in class:NVPTXDAGToDAGISel
3599 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp71 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2);
1397 bool HexagonDAGToDAGISel::SelectADDRri(SDValue& Addr, SDValue &Base, function in class:HexagonDAGToDAGISel

Completed in 215 milliseconds