Searched refs:SelectADDRri (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset); 73 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel 206 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
|
D | SparcInstrInfo.td | 82 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 | 739 : SelectADDRri(N1.getNode(), N1, Base, Offset)) { in SelectLoad() 1023 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in SelectLoadVector() 1419 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in SelectLDGLDU() 2104 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in SelectStore() 2385 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in SelectStoreVector() 5015 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri() function in NVPTXDAGToDAGISel 5055 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) { in SelectInlineAsmMemoryOperand()
|
D | NVPTXInstrInfo.td | 1389 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],
|