Home
last modified time | relevance | path

Searched refs:SelectADDRri (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
73 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel
198 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
DSparcInstrInfo.td67 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex], []>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
76 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel
387 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
DSparcInstrInfo.td98 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
76 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel
398 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
DSparcInstrInfo.td95 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelDAGToDAG.cpp40 bool SelectADDRri(SDValue &Addr, SDValue &Base, SDValue &Offset);
212 bool PTXDAGToDAGISel::SelectADDRri(SDValue &Addr, SDValue &Base, in SelectADDRri() function in PTXDAGToDAGISel
DPTXInstrLoadStore.td74 def ADDRri32 : ComplexPattern<i32, 2, "SelectADDRri", [], []>;
75 def ADDRri64 : ComplexPattern<i64, 2, "SelectADDRri", [], []>;
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h82 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
DNVPTXISelDAGToDAG.cpp797 : SelectADDRri(N1.getNode(), N1, Base, Offset)) { in tryLoad()
1087 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in tryLoadVector()
1497 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in tryLDGLDU()
2233 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in tryStore()
2517 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in tryStoreVector()
5148 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri() function in NVPTXDAGToDAGISel
5188 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) { in SelectInlineAsmMemoryOperand()
DNVPTXInstrInfo.td1384 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h87 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
DNVPTXISelDAGToDAG.cpp942 : SelectADDRri(N1.getNode(), N1, Base, Offset)) { in tryLoad()
1126 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in tryLoadVector()
1368 : SelectADDRri(Op1.getNode(), Op1, Base, Offset)) { in tryLDGLDU()
1815 : SelectADDRri(BasePtr.getNode(), BasePtr, Base, Offset)) { in tryStore()
1996 : SelectADDRri(N2.getNode(), N2, Base, Offset)) { in tryStoreVector()
3670 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri() function in NVPTXDAGToDAGISel
3710 if (SelectADDRri(Op.getNode(), Op, Op0, Op1)) { in SelectInlineAsmMemoryOperand()
DNVPTXInstrInfo.td1528 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],