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

/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h93 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
H A DNVPTXISelDAGToDAG.cpp285 : SelectADDRri(N1.getNode(), N1, Base, Offset)) {
570 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) {
1099 : SelectADDRri(N2.getNode(), N2, Base, Offset)) {
1382 : SelectADDRri(N2.getNode(), N2, Base, Offset)) {
1670 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, function in class:NVPTXDAGToDAGISel
1713 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) {
/freebsd-10.0-release/contrib/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
203 SelectADDRri(Op, Op0, Op1);
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp72 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2);
1386 bool HexagonDAGToDAGISel::SelectADDRri(SDValue& Addr, SDValue &Base, function in class:HexagonDAGToDAGISel

Completed in 171 milliseconds