Searched defs:SelectADDRri (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
73 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, function in class:SparcDAGToDAGISel
197 SelectADDRri(Op, Op0, Op1);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp264 SelectADDRri(N1.getNode(), N1, Base, Offset)) {
462 SelectADDRri(Op1.getNode(), Op1, Base, Offset)) {
800 SelectADDRri(N2.getNode(), N2, Base, Offset)) {
995 SelectADDRri(N2.getNode(), N2, Base, Offset)) {
1193 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, function in class:NVPTXDAGToDAGISel
1237 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp72 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2);
1335 bool HexagonDAGToDAGISel::SelectADDRri(SDValue& Addr, SDValue &Base, function in class:HexagonDAGToDAGISel

Completed in 374 milliseconds