Searched refs:SelectADDRii (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXISelDAGToDAG.cpp | 41 bool SelectADDRii(SDValue &Addr, SDValue &Base, SDValue &Offset); 287 bool PTXDAGToDAGISel::SelectADDRii(SDValue &Addr, SDValue &Base, in SelectADDRii() function in PTXDAGToDAGISel
|
D | PTXInstrLoadStore.td | 76 def ADDRii32 : ComplexPattern<i32, 2, "SelectADDRii", [], []>; 77 def ADDRii64 : ComplexPattern<i64, 2, "SelectADDRii", [], []>;
|