Searched refs:SelectADDRrr (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 46 bool SelectADDRrr(SDValue N, SDValue &R1, SDValue &R2); 120 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr() function in SparcDAGToDAGISel 385 if (!SelectADDRrr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
H A D | SparcInstrInfo.td | 113 def ADDRrr : ComplexPattern<iPTR, 2, "SelectADDRrr", [], []>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | WritingAnLLVMBackend.rst | 1274 def ADDRrr : ComplexPattern<i32, 2, "SelectADDRrr", [], []>; 1276 The definition of ``ADDRrr`` refers to ``SelectADDRrr``, which is a function 1333 if (SelectADDRrr(N, N2, CPTmp0, CPTmp1) &&
|