/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 48 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()
|
D | SparcInstrInfo.td | 67 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex], []>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 48 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()
|
D | SparcInstrInfo.td | 95 def ADDRri : ComplexPattern<iPTR, 2, "SelectADDRri", [frameindex], []>;
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXISelDAGToDAG.cpp | 40 bool SelectADDRri(SDValue &Addr, SDValue &Base, SDValue &Offset); 212 bool PTXDAGToDAGISel::SelectADDRri(SDValue &Addr, SDValue &Base, in SelectADDRri() function in PTXDAGToDAGISel
|
D | PTXInstrLoadStore.td | 74 def ADDRri32 : ComplexPattern<i32, 2, "SelectADDRri", [], []>; 75 def ADDRri64 : ComplexPattern<i64, 2, "SelectADDRri", [], []>;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.h | 82 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
|
D | NVPTXISelDAGToDAG.cpp | 797 : 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()
|
D | NVPTXInstrInfo.td | 1384 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex],
|