Home
last modified time | relevance | path

Searched refs:SelectADDRri (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp48 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()
DSparcInstrInfo.td76 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h80 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
DNVPTXISelDAGToDAG.cpp314 : 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()
DNVPTXInstrInfo.td1287 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198658-sparc.diff345 @@ -78,12 +78,12 @@ def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri
Dpatch-r262261-llvm-r198484-sparc.diff48 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp70 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2);
1396 bool HexagonDAGToDAGISel::SelectADDRri(SDValue& Addr, SDValue &Base, in SelectADDRri() function in HexagonDAGToDAGISel
DHexagonOperands.td806 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex], []>;