Home
last modified time | relevance | path

Searched refs:SelectADDRrr (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Sparc/ !
H A DSparcISelDAGToDAG.cpp52 bool SelectADDRrr(SDValue N, SDValue &R1, SDValue &R2);
133 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr() function in SparcDAGToDAGISel
392 if (!SelectADDRrr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
H A DSparcInstrInfo.td119 def ADDRrr : ComplexPattern<iPTR, 2, "SelectADDRrr", [], []>;