Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp47 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
75 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel
385 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
H A DSparcInstrInfo.td114 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h87 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
H A DNVPTXISelDAGToDAG.cpp940 : SelectADDRri(N1.getNode(), N1, Base, Offset)) { in tryLoad()
1121 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in tryLoadVector()
1362 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in tryLDGLDU()
1808 : SelectADDRri(BasePtr.getNode(), BasePtr, Base, Offset)) { in tryStore()
1988 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in tryStoreVector()
3658 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri() function in NVPTXDAGToDAGISel
3698 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) { in SelectInlineAsmMemoryOperand()
H A DNVPTXInstrInfo.td1610 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],