Searched refs:SelectADDRlocal (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXISelDAGToDAG.cpp | 42 bool SelectADDRlocal(SDValue &Addr, SDValue &Base, SDValue &Offset); 308 bool PTXDAGToDAGISel::SelectADDRlocal(SDValue &Addr, SDValue &Base, in SelectADDRlocal() function in PTXDAGToDAGISel
|
D | PTXInstrLoadStore.td | 78 def ADDRlocal32 : ComplexPattern<i32, 2, "SelectADDRlocal", [], []>; 79 def ADDRlocal64 : ComplexPattern<i64, 2, "SelectADDRlocal", [], []>;
|