Searched refs:SelectADDRrr (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 48 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()
|
D | SparcInstrInfo.td | 82 def ADDRrr : ComplexPattern<iPTR, 2, "SelectADDRrr", [], []>;
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1236 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) &&
|