/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 47 bool SelectADDRrr(SDValue N, SDValue &R1, SDValue &R2); 114 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr() function in SparcDAGToDAGISel 197 if (!SelectADDRrr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
D | SparcInstrInfo.td | 66 def ADDRrr : ComplexPattern<i32, 2, "SelectADDRrr", [], []>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 47 bool SelectADDRrr(SDValue N, SDValue &R1, SDValue &R2); 121 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr() function in SparcDAGToDAGISel 386 if (!SelectADDRrr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
D | SparcInstrInfo.td | 97 def ADDRrr : ComplexPattern<iPTR, 2, "SelectADDRrr", [], []>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 47 bool SelectADDRrr(SDValue N, SDValue &R1, SDValue &R2); 121 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr() function in SparcDAGToDAGISel 397 if (!SelectADDRrr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
D | SparcInstrInfo.td | 94 def ADDRrr : ComplexPattern<iPTR, 2, "SelectADDRrr", [], []>;
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXISelDAGToDAG.cpp | 39 bool SelectADDRrr(SDValue &Addr, SDValue &R1, SDValue &R2); 198 bool PTXDAGToDAGISel::SelectADDRrr(SDValue &Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr() function in PTXDAGToDAGISel
|
D | PTXInstrLoadStore.td | 72 def ADDRrr32 : ComplexPattern<i32, 2, "SelectADDRrr", [], []>; 73 def ADDRrr64 : ComplexPattern<i64, 2, "SelectADDRrr", [], []>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
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) &&
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1234 def ADDRrr : ComplexPattern<i32, 2, "SelectADDRrr", [], []>; 1236 The definition of ``ADDRrr`` refers to ``SelectADDRrr``, which is a function 1293 if (SelectADDRrr(N, N2, CPTmp0, CPTmp1) &&
|