Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp53 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
88 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel
393 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
H A DSparcInstrInfo.td120 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [], []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h88 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
H A DNVPTXISelDAGToDAG.cpp1001 : SelectADDRri(N1.getNode(), N1, Base, Offset)) { in tryLoad()
1172 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in tryLoadVector()
1399 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in tryLDGLDU()
1786 : SelectADDRri(BasePtr.getNode(), BasePtr, Base, Offset)) { in tryStore()
1954 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in tryStoreVector()
3770 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri() function in NVPTXDAGToDAGISel
3811 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) { in SelectInlineAsmMemoryOperand()
H A DNVPTXInstrInfo.td2056 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],