Searched refs:SelectADDRri (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 49 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()
|
D | SparcInstrInfo.td | 83 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.h | 83 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
|
D | NVPTXISelDAGToDAG.cpp | 782 : 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()
|
D | NVPTXInstrInfo.td | 1389 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],
|