Searched refs:SelectADDRri (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcISelDAGToDAG.cpp | 48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset); 74 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel 207 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
|
| D | SparcInstrInfo.td | 76 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.h | 80 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
|
| D | NVPTXISelDAGToDAG.cpp | 314 : SelectADDRri(N1.getNode(), N1, Base, Offset)) { in SelectLoad() 600 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in SelectLoadVector() 919 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in SelectLDGLDUVector() 1412 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in SelectStore() 1695 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in SelectStoreVector() 2391 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri() function in NVPTXDAGToDAGISel 2434 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) { in SelectInlineAsmMemoryOperand()
|
| D | NVPTXInstrInfo.td | 1287 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r198658-sparc.diff | 345 @@ -78,12 +78,12 @@ def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri
|
| D | patch-r262261-llvm-r198484-sparc.diff | 48 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAG.cpp | 70 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2); 1396 bool HexagonDAGToDAGISel::SelectADDRri(SDValue& Addr, SDValue &Base, in SelectADDRri() function in HexagonDAGToDAGISel
|
| D | HexagonOperands.td | 806 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex], []>;
|