Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp47 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()
DSparcInstrInfo.td66 def ADDRrr : ComplexPattern<i32, 2, "SelectADDRrr", [], []>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp47 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()
DSparcInstrInfo.td97 def ADDRrr : ComplexPattern<iPTR, 2, "SelectADDRrr", [], []>;
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp47 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()
DSparcInstrInfo.td94 def ADDRrr : ComplexPattern<iPTR, 2, "SelectADDRrr", [], []>;
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelDAGToDAG.cpp39 bool SelectADDRrr(SDValue &Addr, SDValue &R1, SDValue &R2);
198 bool PTXDAGToDAGISel::SelectADDRrr(SDValue &Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr() function in PTXDAGToDAGISel
DPTXInstrLoadStore.td72 def ADDRrr32 : ComplexPattern<i32, 2, "SelectADDRrr", [], []>;
73 def ADDRrr64 : ComplexPattern<i64, 2, "SelectADDRrr", [], []>;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1274 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/
DWritingAnLLVMBackend.rst1234 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) &&