Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp48 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()
DSparcInstrInfo.td82 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h83 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
DNVPTXISelDAGToDAG.cpp739 : 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()
DNVPTXInstrInfo.td1389 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],