Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp49 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
77 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel
396 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
DSparcInstrInfo.td83 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h83 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
DNVPTXISelDAGToDAG.cpp782 : SelectADDRri(N1.getNode(), N1, Base, Offset)) { in SelectLoad()
1070 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in SelectLoadVector()
1466 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in SelectLDGLDU()
2165 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in SelectStore()
2448 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in SelectStoreVector()
5076 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri() function in NVPTXDAGToDAGISel
5116 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) { in SelectInlineAsmMemoryOperand()
DNVPTXInstrInfo.td1389 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],