Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp48 bool SelectADDRrr(SDValue N, SDValue &R1, SDValue &R2);
122 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr() function in SparcDAGToDAGISel
395 if (!SelectADDRrr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
DSparcInstrInfo.td82 def ADDRrr : ComplexPattern<iPTR, 2, "SelectADDRrr", [], []>;
/external/llvm/docs/
DWritingAnLLVMBackend.rst1236 def ADDRrr : ComplexPattern<i32, 2, "SelectADDRrr", [], []>;
1238 The definition of ``ADDRrr`` refers to ``SelectADDRrr``, which is a function
1295 if (SelectADDRrr(N, N2, CPTmp0, CPTmp1) &&