Searched refs:SelectADDRsi64 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.h | 95 bool SelectADDRsi64(SDNode *OpNode, SDValue Addr, SDValue &Base,
|
| H A D | NVPTXISelDAGToDAG.cpp | 927 } else if (PointerSize == 64 ? SelectADDRsi64(N1.getNode(), N1, Base, Offset) in tryLoad() 1093 ? SelectADDRsi64(Op1.getNode(), Op1, Base, Offset) in tryLoadVector() 1788 ? SelectADDRsi64(BasePtr.getNode(), BasePtr, Base, Offset) in tryStore() 1965 } else if (PointerSize == 64 ? SelectADDRsi64(N2.getNode(), N2, Base, Offset) in tryStoreVector() 3621 bool NVPTXDAGToDAGISel::SelectADDRsi64(SDNode *OpNode, SDValue Addr, in SelectADDRsi64() function in NVPTXDAGToDAGISel
|